Computer Science Canada

C++

Author:  DaveM [ Mon Mar 08, 2004 6:56 pm ]
Post subject:  C++

I was wondering if ne1 could put the C++ program on the message board so i could dl it.

Author:  Mazer [ Mon Mar 08, 2004 7:03 pm ]
Post subject: 

Wow, such a bad topic. I don't mean to sound harsh or bash you at all but this post wasn't a good idea. First, unless you've written a program in C++ and want to show it off, your post should be in C++ help (assuming you are indeed asking for help). Also, we can't upload a C++ compiler because first that's quite a bit of space and second, it is in some cases (ie, if you wanted MSVC++) slightly illegal. Although, you can get Dev-C++ for free.

Author:  Tony [ Mon Mar 08, 2004 7:04 pm ]
Post subject: 

you mean like... a compiler? Confused or what Neutral

ether way - you'd have to be more specific... there're lots of compilers and IDEs available Rolling Eyes

Author:  Dan [ Mon Mar 08, 2004 9:05 pm ]
Post subject: 

code:

#include<stdio.h>
#include<stdlib.h>
#include<graphics.h>
#include<conio.h>

void main()
{
cout << "hello world";
/*i hope i got the <<'s right, been doing java mostly now*/
}


: