Free Games Forum
Free Games Games Forums Music Forums TV Forums

  Free Games Forum Home FORUM
HOME
Search Posts SEARCH
POSTS
Who's Online WHO'S
ONLINE
Log in LOG
IN
Rules & FAQ RULES / FAQ
REPORT SPAM

Free Games Forum: Game Technology: C++:
C++ 6.0

 

 


darkdemon
Enthusiast


Jul 15, 2006, 4:13 AM

Post #1 of 9 (559 views)
Shortcut
C++ 6.0 Can't Post

When I use C++ 6.0, I get an error when I try to compile any project.

Code
Compiling... 
Error spawning cl.exe


I also want a site that teaches tutorials, not tutorials like the ones here, I didn't understand how to build a Hello World Application, first which project do I start with?
It didn't make any sense.
I want a website that teaches C++ step by step.

Thanks.


U r reading a signature.
Free game hacks!



Infinitus
Veteran


Jul 15, 2006, 12:41 PM

Post #2 of 9 (554 views)
Shortcut
Re: [darkdemon] C++ 6.0 [In reply to] Can't Post

Newbies shouldn't use MS Visual Studio. Try Dev-C++, much easier to figure out for beginners.


darkdemon
Enthusiast


Jul 15, 2006, 2:57 PM

Post #3 of 9 (547 views)
Shortcut
Re: [Infinitus] C++ 6.0 [In reply to] Can't Post

I'm not a noob, I'm currently working on AngelGS 0.1 which is a GS plugin for a PS2 Emulator.
Besides Dev-C++ sucks.


U r reading a signature.
Free game hacks!


Infinitus
Veteran


Jul 16, 2006, 5:10 AM

Post #4 of 9 (541 views)
Shortcut
Re: [darkdemon] C++ 6.0 [In reply to] Can't Post

Ok, so you can make a plugin for a PS2 emulator but you can't create a 'Hello World' app? -confused-


Athlon XP
Veteran


Jul 16, 2006, 5:31 AM

Post #5 of 9 (540 views)
Shortcut
Re: [darkdemon] C++ 6.0 [In reply to] Can't Post


In Reply To
Besides Dev-C++ sucks.


Unclean.


Lord I was born a shamblin' man
Archives (Newest Addition: The Judgment of Tate's Father)


Infinitus
Veteran


Jul 16, 2006, 7:05 AM

Post #6 of 9 (535 views)
Shortcut
Re: [Athlon XP] C++ 6.0 [In reply to] Can't Post

And Dev-C++ works great for me. Just because it's FREE doesn't mean its not good. Best FREE compiler out there if you ask me.


TazG
Veteran / Moderator


Jul 19, 2006, 1:05 AM

Post #7 of 9 (514 views)
Shortcut
Re: [Infinitus] C++ 6.0 [In reply to] Can't Post

holy [Expletive Deleted] infinitus is posting lol


darkdemon
Enthusiast


Jul 19, 2006, 9:59 AM

Post #8 of 9 (504 views)
Shortcut
Re: [Infinitus] C++ 6.0 [In reply to] Can't Post

This is the way I've always been, I think hard stuff are easy and easy stuff are hard, even in school, I get confused with easy stuff, but with the hard stuff I think it's easy.

Edit : I found out it was my computer, it's "too fast" for the application, when the console application is executed it shows the Hello World, but turns off right away so I couldn't see the text, but now I know the code to make it work.


Code
// (C)2006.darkdemon(darkangel) made this application. All rights reserved.  
#include <stdlib.h> //Includes the header so the compiler will understand the code.
#include <iostream> //Includes the header so the compiler will understand the code.
using namespace std;

int main ()
{
cout <<"Hello World!"; //Prints Hello World on the application
system("pause"); //Stop the application so you can read what it says.
return 0;
}



U r reading a signature.
Free game hacks!

(This post was edited by darkdemon on Jul 21, 2006, 2:04 PM)


Infinitus
Veteran


Jul 25, 2006, 10:38 AM

Post #9 of 9 (469 views)
Shortcut
Re: [darkdemon] C++ 6.0 [In reply to] Can't Post

Yea that's just about everyones computer... And don't use system("PAUSE"). Just use a cin for writing basic programs.

 
 
 


Search for (options) Web Design by Web Ideas - Page loaded in: 0.17 s on (CGI/1.1)