-
April 23rd, 2004, 06:36 PM
#1
Junior Member
C++ Programming, who knows some?
I want to see who here knows anything in C++.
If you are a beginner or a expert.
-
April 23rd, 2004, 10:04 PM
#2
Senior Member
I took c & c++ like two years ago but dont use them much anymore and have moved on to java.
Ben Franklin said it best. \"They that can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety.\"
-
April 23rd, 2004, 10:06 PM
#3
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.
-
April 23rd, 2004, 11:40 PM
#4
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
A mind full of questions has no room for answers
-
April 24th, 2004, 01:28 AM
#5
Senior Member
i used to do some c++ but b/c of my new job i mostly use perl
U suk at teh intuhnet1!!1!1one
-
April 24th, 2004, 02:18 AM
#6
Good Day,
I want to see who here knows anything in C++.
When you find someone who knows some C++, then what....... lol/n;
// I try to avoid it whenever possible
/* However seems it always finds me */
-
April 24th, 2004, 02:49 AM
#7
Junior Member
Well........
When you find someone who knows some C++, then what....... lol/n;
Say hello to them........
-
April 24th, 2004, 03:41 AM
#8
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.
-
April 24th, 2004, 04:52 PM
#9
#include "stdafx.h"
int main(int argc, char* argv[])
{
printf("Hi I know a bit of c !\n");
printf("Do you ? \n");
return 0;
}
Since the beginning of time, Man has searched for the answers to the big questions: \'How did we get here?\' \'Is there life after death?\' \'Are we alone?\' But today, in this very theatre, you will be asked to answer the biggest question of them all...WHO LIVES IN A PINEAPPLE UNDER THE SEA?
-
April 24th, 2004, 08:40 PM
#10
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!
/ \\
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
|