Programming in C++

Users who are viewing this thread

  • 14
    Replies
  • 689
    Views
  • 0
    Participant count
    Participants list
N

NightWarrior

Guest
Learn the fundamentals of object oriented programming and learn them well. Nothing urks me more than seeing new programmers who don't know how to see the big picture. If your in school, it will probably be the last time you use it, unless you like system level programming. I for one, think that is boring, but to each is their own. After you learn a high level language such as C/C++, the rest are easy, its all a matter of syntax.
 
Messages
332
Reaction score
0
Tokenz
0.00z
I hate C++..alot.. lol you get rid of one error and like 6 new ones pop up. you forget a damn semi colon and the shit doesnt work. i dropped a whole letter grade on my program because i forgot to include stdlib.h
 

ouachiski

Active Member
Messages
1,558
Reaction score
0
Tokenz
0.00z
welcome to computer programing. One of the best tips I can give you is if you cant figure it out go on to something else and come back later cause normaly its something simple.

oh yea and the 6 other errors after fixing one is probably cause the program was not making it to those errors. The fixing of one probably didnt cause it especially in fairly simple programs.

you will spend at least half of your time fixing it...thats the breaks. No one writes error free code.
 
78,874Threads
2,185,387Messages
4,959Members
Back
Top