This forum is in archive mode. You will not be able to post new content.

Author Topic: What got you started on C++?  (Read 7136 times)

0 Members and 3 Guests are viewing this topic.

Offline Cryous

  • NULL
  • Posts: 2
  • Cookies: 0
    • View Profile
What got you started on C++?
« on: April 01, 2011, 06:49:43 AM »
So, what got you hooked on C++?
I got hooked by an older friend that coded a server monitor for a game. it was really cool and i wanted to do something just like that, hence why im gonna go to college for CS

Offline gh0st

  • Sir
  • ***
  • Posts: 575
  • Cookies: 8
  • #DEDSec
    • View Profile
Re: What got you started on C++?
« Reply #1 on: April 01, 2011, 07:11:41 AM »
well I personally think that C++ is very easly to handle the syntax is something that everyone can unerestand with a bit of logic then u have the lybraries which is very complete and besides Ive my C++ book of 1200 pages all mine ! :D

Offline bluechill

  • Cybermancer
  • Royal Highness
  • ****
  • Posts: 682
  • Cookies: 344
  • I am the existence in these walls
    • View Profile
Re: What got you started on C++?
« Reply #2 on: April 10, 2011, 06:05:41 PM »
Personally I got started because I initially tried to learn Java and then I found it too slow for my tastes and you can't do somethings you can in C++ and so I learned C++ and then went on to learn other languages as well like C.
I have dreamed a dream, but now that dream has gone from me.  In its place now exists my own reality, a reality which I have created for myself by myself.

Offline ande

  • Owner
  • Titan
  • *
  • Posts: 2664
  • Cookies: 256
    • View Profile
Re: What got you started on C++?
« Reply #3 on: April 10, 2011, 06:13:44 PM »
For me C++ feels like a must-know language in these days. Not that I am a pro in it, but I know a bit above the basics. :)
if($statement) { unless(!$statement) { // Very sure } }
https://evilzone.org/?hack=true

Offline Huntondoom

  • Baron
  • ****
  • Posts: 856
  • Cookies: 17
  • Visual C# programmer
    • View Profile
Re: What got you started on C++?
« Reply #4 on: April 10, 2011, 10:52:09 PM »
I find C++ or C more confusing then VB
Aslong as you are connected to the internet, you'll have no privacy

Advanced Internet Search
Clean Up!

Offline 10n1z3d

  • Serf
  • *
  • Posts: 42
  • Cookies: 8
    • View Profile
Re: What got you started on C++?
« Reply #5 on: April 11, 2011, 09:18:58 AM »
I find C++ or C less confusing than VB
Code: [Select]
python -c "print ''.join(chr(x) for x in [int(oct(39)) + 2, 24 * 2, 313 % 203, 0x31, (2 ** 7) - 6, int('051'), (3 << 6) - 92])"

Offline ca0s

  • VIP
  • Sir
  • *
  • Posts: 432
  • Cookies: 53
    • View Profile
    • ka0labs #
Re: What got you started on C++?
« Reply #6 on: April 11, 2011, 06:59:09 PM »
I find C++ or C less confusing than VB
Yeah. Simplier syntax.
Going back to the topic, I wanted to code a full RAM explorer, in C. But I think I would need to make a kernel module if I want to have access to the whole memory, so it is on my learn-and-do list.

Offline Stackprotector

  • Administrator
  • Titan
  • *
  • Posts: 2515
  • Cookies: 205
    • View Profile
Re: What got you started on C++?
« Reply #7 on: April 11, 2011, 11:26:46 PM »
well I personally think that C++ is very easly to handle the syntax is something that everyone can unerestand with a bit of logic then u have the lybraries which is very complete and besides Ive my C++ book of 1200 pages all mine ! :D
Every time i read you talking about you're book i lol'd.
Any way xD, c++ is for me a more logical way of programming, its more like c who is actually the base of the most programming structure.
I started out with (batch, don't mention that)   VB.net, but with vb and .net i am sometimes like OMG MICROSOFT, why would you see that as a logical part:P.
Like some ways of including external files, calling objects, and when you go on with c++ its like AAAAH, that feels like you're first ejaculation.
However...   i disagree with the part, "C++ is very easely to handle the syntax is something that everyone can "unerestand" with a bit of logic", because, when i just looked at a c++ code before my programming experiences i was like WTF.
I really needed to get around the logic behind programming these days.
And, i don't feel really motivated to learn more c++ because these days its more about web development it seems.
When i wanted to go to a school who features programming i could only choose between game-dev (maths-c#-actionscript) and web (php-html-asp and so on).
I have chosen for web because i see allot more future in it.
~Factionwars

Offline islador

  • /dev/null
  • *
  • Posts: 6
  • Cookies: 3
    • View Profile
Re: What got you started on C++?
« Reply #8 on: April 12, 2011, 12:42:53 AM »
I started teaching myself Perl, learned a fair bit, then learned that my school offered C++ classes, but no Perl classes, so I was like "fuck it, might as well learn c++" so i enrolled in that class and have been working through it since.

Offline bluechill

  • Cybermancer
  • Royal Highness
  • ****
  • Posts: 682
  • Cookies: 344
  • I am the existence in these walls
    • View Profile
Re: What got you started on C++?
« Reply #9 on: April 12, 2011, 04:24:17 AM »
However...   i disagree with the part, "C++ is very easely to handle the syntax is something that everyone can "unerestand" with a bit of logic", because, when i just looked at a c++ code before my programming experiences i was like WTF.

probably because the code was terribly written and not well commented.  If code is well commented and well written (indentation, good names, etc.) then it is easy to understand, in my opinion.
I have dreamed a dream, but now that dream has gone from me.  In its place now exists my own reality, a reality which I have created for myself by myself.

Offline Satan911

  • VIP
  • Knight
  • *
  • Posts: 289
  • Cookies: 25
  • Retired god/admin
    • View Profile
Re: What got you started on C++?
« Reply #10 on: April 12, 2011, 04:36:22 AM »
Started last summer out of interest.. Also took 2 classes so far at University and I will get a 3rd one next semester.
Satan911
Evilzone Network Administrator

Offline Xires

  • Noob Eater
  • Administrator
  • Knight
  • *
  • Posts: 379
  • Cookies: 149
    • View Profile
    • Feed The Trolls - Xires
Re: What got you started on C++?
« Reply #11 on: April 13, 2011, 05:06:16 PM »
It was 1992 and I came across a system where a process that I wanted to {ab}use was written in C++.  I needed to study it to do what I wanted, so I did.
-Xires

Offline Kulverstukas

  • Administrator
  • Zeus
  • *
  • Posts: 6627
  • Cookies: 542
  • Fascist dictator
    • View Profile
    • My blog
Re: What got you started on C++?
« Reply #12 on: April 13, 2011, 09:51:58 PM »
I never started C nor C++. Though I started Delphi on my own, a loooong time ago, when my mind snapped and said - Thou shalt learn Delphi. So I did.

Offline Xires

  • Noob Eater
  • Administrator
  • Knight
  • *
  • Posts: 379
  • Cookies: 149
    • View Profile
    • Feed The Trolls - Xires
Re: What got you started on C++?
« Reply #13 on: April 15, 2011, 07:20:25 AM »
Yes...yes, I agree that you've snapped.
-Xires

Offline imation

  • Peasant
  • *
  • Posts: 141
  • Cookies: 2
    • View Profile
Re: What got you started on C++?
« Reply #14 on: May 11, 2011, 01:40:40 PM »
I got introduced to C by a good friend of mine back in 1998, he used to program MUDS, he showed me how the simple things worked and i took it from there, done 3 Courses in C and one in C++, then learn't a little VB and Now Mainly do PHP/C

C is the mother language for me as ANYTHING can be coded with a bit of thought process!

 



Want to be here? Contact Ande, Factionwars or Kulverstukas on the forum or at IRC.