PDA

View Full Version : C++ Compiling Help



mousey
14-08-2008, 07:21 PM
Well dudes and dudets :p

i need some help with c++ as im new to it, i need to complie some script (my .cpp file) come someone link me to a tutorial or Program (ive used visual basic express 2008 c++ and not good with it lol help with that would be nice)

many thanks

cheers tom =]


(ive read 2000 pages of c++ documentation)

Plux
14-08-2008, 07:47 PM
Is this for SnowUtopia? Your "super-amazing" MMOCC?

Trigs
14-08-2008, 08:30 PM
www.google.com is the answer to your problem

Plux
14-08-2008, 09:38 PM
www.google.com (http://www.google.com) is the answer to your problem

The log out button is the answer to your problem.

Dentafrice
15-08-2008, 01:25 PM
You've used visual basic express.. to make a C++ application.. :rolleyes:

Why didn't you code it in Visual C++? or Visual Studio?

Plux
15-08-2008, 01:32 PM
You've used visual basic express.. to make a C++ application.. :rolleyes:

Why didn't you code it in Visual C++? or Visual Studio?

He mistyped I think...

(ive used visual basic express 2008 c++ and not good with it lol help with that would be nice)

Don't think he meant to put "basic" XD

Dentafrice
15-08-2008, 01:33 PM
It should be Visual c++ express 2008 ;P

Plux
15-08-2008, 01:36 PM
It should be Visual c++ express 2008 ;P

Fair enough then. :P

Sam
15-08-2008, 04:41 PM
build -> Build Solution ? o.O

mousey
15-08-2008, 05:46 PM
Never mind got it, and nope not for 'uber amazing', it's just something iv'e wanted to learn for a while. No harm in that?

iv'e used Dev-C++ compiler, its simple and easy =]

thanks guys !

Dentafrice
15-08-2008, 07:29 PM
Why don't you just use the one that comes in the IDE?

It automatically compiles it in [project_directory]/bin/Release/ when you press build, and automatically compiles it in /bin/Debug/ when you run it.

Want to hide these adverts? Register an account for free!