Cheat Engine Forum Index Cheat Engine
The Official Site of Cheat Engine
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 


[Request] C++ Good Tuts
Goto page 1, 2  Next
 
Post new topic   Reply to topic    Cheat Engine Forum Index -> General programming
View previous topic :: View next topic  
Author Message
SkinnyQ
Master Cheater
Reputation: 0

Joined: 16 Jun 2006
Posts: 411

PostPosted: Thu May 24, 2007 9:47 am    Post subject: [Request] C++ Good Tuts Reply with quote

Well,
Iunno if it belongs to this forum but w\e.
Does anybody have good C++ Tuts for begginer like me?
I want to learn so I can learn to build useful programs and stuff.

Thanks.
Back to top
View user's profile Send private message
tmocky
How do I cheat?
Reputation: 1

Joined: 30 Oct 2006
Posts: 2437

PostPosted: Thu May 24, 2007 9:49 am    Post subject: Reply with quote

Maple Story
Maple story talks and hacks

General programming
Forum for posting questions and answers about programming. Delphi, C, Java, Assembler, BF, Cobol, whatever...

_________________
For the no-lifers amongst us. [X]

L. Casei Defensis.
Back to top
View user's profile Send private message
SkinnyQ
Master Cheater
Reputation: 0

Joined: 16 Jun 2006
Posts: 411

PostPosted: Thu May 24, 2007 9:51 am    Post subject: Reply with quote

tmockingbird wrote:
Maple Story
Maple story talks and hacks

General programming
Forum for posting questions and answers about programming. Delphi, C, Java, Assembler, BF, Cobol, whatever...

Stop being so petty and help instead.
Back to top
View user's profile Send private message
lul30
Expert Cheater
Reputation: 0

Joined: 03 Oct 2006
Posts: 197

PostPosted: Thu May 24, 2007 12:29 pm    Post subject: Reply with quote

#include <stdio.h>
int main()
{
printf("Hey iam nadavafuta and iam a noob\n");
getchar();
return 0;
}

NO PROBLEM
Back to top
View user's profile Send private message
SkinnyQ
Master Cheater
Reputation: 0

Joined: 16 Jun 2006
Posts: 411

PostPosted: Thu May 24, 2007 1:15 pm    Post subject: Reply with quote

lul30 wrote:
#include <stdio.h>
int main()
{
printf("Hey iam nadavafuta and iam a noob\n");
getchar();
return 0;
}

NO PROBLEM


#include <stdio.h>
int main()
{
printf("Hey I am the retard lul30 that doesn't know its studio.h and not stdio.h");
getchar();
return 0;
}
Back to top
View user's profile Send private message
Brownsta
Advanced Cheater
Reputation: 0

Joined: 06 May 2007
Posts: 69
Location: Montreal

PostPosted: Thu May 24, 2007 1:20 pm    Post subject: Reply with quote

search the froums i guess.

+rep me if i helped ^^ Very Happy
Back to top
View user's profile Send private message AIM Address Yahoo Messenger
Liquid369
I post too much
Reputation: 0

Joined: 15 Oct 2006
Posts: 3938
Location: Where ever I am

PostPosted: Thu May 24, 2007 1:27 pm    Post subject: Reply with quote

Return 0; wouldnt be needed
If you use Return 0; program just closes
Getchar(); keeps program open until you press a key

_________________

People are of no value.
We could make more sometime.
If we need them.
Life itself is only vision, a dream.
Nothing exists in empty space and you.
And you are but a thought.
Back to top
View user's profile Send private message AIM Address Yahoo Messenger MSN Messenger
MrBojanglesx
Grandmaster Cheater
Reputation: 0

Joined: 11 Apr 2006
Posts: 593
Location: Chi-Town

PostPosted: Thu May 24, 2007 1:31 pm    Post subject: Reply with quote

nadavafuta wrote:
tmockingbird wrote:
Maple Story
Maple story talks and hacks

General programming
Forum for posting questions and answers about programming. Delphi, C, Java, Assembler, BF, Cobol, whatever...

Stop being so petty and help instead.


He was helping you. You were lost here in the MapleStory section and he kindly pointed you in the right direction.
Back to top
View user's profile Send private message
cxperl
Expert Cheater
Reputation: 0

Joined: 23 Jan 2007
Posts: 163

PostPosted: Thu May 24, 2007 2:25 pm    Post subject: Reply with quote

also use cin.get if you use borlands compiler
_________________

"perl programmer, anyone says its scripting does'nt know perl."
Back to top
View user's profile Send private message AIM Address
oib111
I post too much
Reputation: 0

Joined: 02 Apr 2007
Posts: 2947
Location: you wanna know why?

PostPosted: Sun May 27, 2007 9:01 pm    Post subject: Reply with quote

Well, I am learning C++ from this site, It is really good. Here is the site. It has tutorials on C and C++. It can teach you how to make games with C++ and other things. this is the site!
_________________


8D wrote:

cigs dont make people high, which weed does, which causes them to do bad stuff. like killing
Back to top
View user's profile Send private message AIM Address Yahoo Messenger MSN Messenger
Flyte
Peanuts!!!!
Reputation: 6

Joined: 19 Apr 2006
Posts: 1887
Location: Canada

PostPosted: Sun May 27, 2007 9:06 pm    Post subject: Reply with quote

nadavafuta wrote:
lul30 wrote:
#include <stdio.h>
int main()
{
printf("Hey iam nadavafuta and iam a noob\n");
getchar();
return 0;
}

NO PROBLEM


#include <stdio.h>
int main()
{
printf("Hey I am the retard lul30 that doesn't know its studio.h and not stdio.h");
getchar();
return 0;
}


Haha, idiot. It is stdio.h.
Back to top
View user's profile Send private message
Fis.Dollaz
Grandmaster Cheater Supreme
Reputation: 0

Joined: 29 Nov 2006
Posts: 1328
Location: Philadelphia

PostPosted: Sun May 27, 2007 9:13 pm    Post subject: Reply with quote

Go to this site...

Here
Back to top
View user's profile Send private message AIM Address MSN Messenger
nox
Expert Cheater
Reputation: 0

Joined: 09 Apr 2007
Posts: 227
Location: brooklyn

PostPosted: Sun May 27, 2007 9:20 pm    Post subject: Reply with quote

http://www.brkntutorials.com/ - a site a guy that i know runs, very good c++ tutorials
Back to top
View user's profile Send private message
Lin
Expert Cheater
Reputation: 0

Joined: 05 Mar 2007
Posts: 221

PostPosted: Sun May 27, 2007 9:42 pm    Post subject: Reply with quote

This is pretty good too Very Happy

http://www.ibiblio.org/obp/thinkCS/cpp/english/

_________________
Back to top
View user's profile Send private message
M3KillU
Grandmaster Cheater
Reputation: 0

Joined: 06 Apr 2007
Posts: 793
Location: California, USA

PostPosted: Sun May 27, 2007 9:58 pm    Post subject: Reply with quote

what does stdio.h do? I'm just starting C++ and some other stuff

I am done with functions almost I think.... All I know right now is like nooby stuff lol

#include <iostream>

using namespace std;

int lol()
{
cout << "This is just to type stuff... Lol\n";
cout << endl;
cout << "I just ended a line for no reason... just to space it out a bit!\n";
cout << "5 + 30 is\t" << 35;
cout << "Lol... this is really nooby stuff, I'm not sure if this is all ok either... lol\n";
return 0;
}

There is some noobiness to brighten your day!
*still on page 3 in Sam's Teach yourself C++ in 21 days*

That book owns... caked 2 whole days worth in 2 hours tho *I learn kinda fast... teach me more and I'll do it!*

Out for now... correct me if I did anything wrong! Ummmmm.... also one more thing!

Is dev C++ good? Or should I get Microsoft Visual C++?? But if I get that, can some1 hook me up with a crack for a trial version *the software itself is like $6XX...*

heh... My dad won't get that for me... *im 14*
anyway... take care! See Pirates of the Carribean: at worlds end when you get the chance that movie ROCKS SOCKS!

peace!

_________________
This is where my siggy goes!
Back to top
View user's profile Send private message MSN Messenger
Display posts from previous:   
Post new topic   Reply to topic    Cheat Engine Forum Index -> General programming All times are GMT - 6 Hours
Goto page 1, 2  Next
Page 1 of 2

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum


Powered by phpBB © 2001, 2005 phpBB Group

CE Wiki   IRC (#CEF)   Twitter
Third party websites