Saturday, May 22, 2010

Am I A C++ Programmer..?

If I Know for real, without looking.





to





#include %26lt;iostream.h%26gt;





cout %26lt;%26lt; "Please Tell Me Your Name";


char a;


cin %26gt;%26gt; a;





cout %26lt;%26lt; "\n";


cout %26lt;%26lt; "Thanks...";








system("pause");


system("cls");





// or





if (a ==a)


cout %26lt;%26lt; a;





system("pause");


system("cls");





Am I Considered A C++ Programmer...?


Am I Considered A Software Engineer...?





tnx

Am I A C++ Programmer..?
I opened up the hood of my car and tightened a few bolts here and there. Clearly, I'm now a car mechanic...





(Your code won't even compile. Get a decent C++ book like Lippman's C++ Primer or Koenig's Accelerated C++. Sit and read.)
Reply:You made a basic command prompt program, your a beginner, but yes you are a C++ programmer
Reply:Dude...You're neither a C++ programmer nor a software engineer. You're just someone who knows some syntax of C++ and doesn't know what it really means. If you want to become a C++ programmer i suggest you start studying some books like "C++ for dummies" or "C++ by dissection". Then you'll really understand the meaning of C++.


No comments:

Post a Comment