I want to see who here knows anything in C++.
If you are a beginner or a expert.
Printable View
I want to see who here knows anything in C++.
If you are a beginner or a expert.
I took c & c++ like two years ago but dont use them much anymore and have moved on to java.
I know some C/C++, but at the moment my main "expertise" (using that word rather loosely) lies in Java. I take C/C++ courses next year so I presume I'll move on then.
I taught myself c in high school, one of my first languages, i started with a beginners book, then intermediate, and advanced. In college I've taken two classes on c++ and gone as far as link listing, object oriented, etc...
Although I work with other languages than c and c++ the concepts that they teach i feel makes them very important to learn :)
i used to do some c++ but b/c of my new job i mostly use perl :(
Good Day,
When you find someone who knows some C++, then what....... :eek: lol/n;Quote:
I want to see who here knows anything in C++.
// I try to avoid it whenever possible
/* However seems it always finds me */
Say hello to them........Quote:
When you find someone who knows some C++, then what....... lol/n;
Heh, wow.. I haven't been much into programming in awhile. I know C/C++, both are good languages to know. Took me awhile to learn 'em though. :(
#include "stdafx.h"
int main(int argc, char* argv[])
{
printf("Hi I know a bit of c !\n");
printf("Do you ? \n");
return 0;
}
MoonWolf why did you need to pass arguments from the command line?
Yeah I can work out a bit of C/C++. Hello to you too!