C++
Author |
Message |
DaveM
|
Posted: 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. |
|
|
|
|
![](images/spacer.gif) |
Sponsor Sponsor
![Sponsor Sponsor](templates/subSilver/images/ranks/stars_rank5.gif)
|
|
![](images/spacer.gif) |
Mazer
![](http://compsci.ca/v3/uploads/user_avatars/1323750815476d9f446d80c.png)
|
Posted: Mon Mar 08, 2004 7:03 pm Post subject: (No 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. |
|
|
|
|
![](images/spacer.gif) |
Tony
![](http://wiki.compsci.ca/images/f/f4/OniTony.gif)
|
Posted: Mon Mar 08, 2004 7:04 pm Post subject: (No subject) |
|
|
you mean like... a compiler? or what
ether way - you'd have to be more specific... there're lots of compilers and IDEs available ![Rolling Eyes Rolling Eyes](images/smiles/icon_rolleyes.gif) |
Tony's programming blog. DWITE - a programming contest. |
|
|
|
![](images/spacer.gif) |
Dan
![](http://wiki.compsci.ca/images/archive/3/3c/20100325043407!Danspic.gif)
|
Posted: Mon Mar 08, 2004 9:05 pm Post subject: (No 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*/
} |
|
Computer Science Canada
Help with programming in C, C++, Java, PHP, Ruby, Turing, VB and more! |
|
|
|
![](images/spacer.gif) |
|
|