| View previous topic :: View next topic |
| Author |
Message |
SkinnyQ Master Cheater
Reputation: 0
Joined: 16 Jun 2006 Posts: 411
|
Posted: Thu May 24, 2007 9:47 am Post subject: [Request] C++ Good Tuts |
|
|
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 |
|
 |
tmocky How do I cheat?
Reputation: 1
Joined: 30 Oct 2006 Posts: 2437
|
Posted: Thu May 24, 2007 9:49 am Post subject: |
|
|
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 |
|
 |
SkinnyQ Master Cheater
Reputation: 0
Joined: 16 Jun 2006 Posts: 411
|
Posted: Thu May 24, 2007 9:51 am Post subject: |
|
|
| 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 |
|
 |
lul30 Expert Cheater
Reputation: 0
Joined: 03 Oct 2006 Posts: 197
|
Posted: Thu May 24, 2007 12:29 pm Post subject: |
|
|
#include <stdio.h>
int main()
{
printf("Hey iam nadavafuta and iam a noob\n");
getchar();
return 0;
}
NO PROBLEM |
|
| Back to top |
|
 |
SkinnyQ Master Cheater
Reputation: 0
Joined: 16 Jun 2006 Posts: 411
|
Posted: Thu May 24, 2007 1:15 pm Post subject: |
|
|
| 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 |
|
 |
Brownsta Advanced Cheater
Reputation: 0
Joined: 06 May 2007 Posts: 69 Location: Montreal
|
Posted: Thu May 24, 2007 1:20 pm Post subject: |
|
|
search the froums i guess.
+rep me if i helped ^^  |
|
| Back to top |
|
 |
Liquid369 I post too much
Reputation: 0
Joined: 15 Oct 2006 Posts: 3938 Location: Where ever I am
|
Posted: Thu May 24, 2007 1:27 pm Post subject: |
|
|
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 |
|
 |
MrBojanglesx Grandmaster Cheater
Reputation: 0
Joined: 11 Apr 2006 Posts: 593 Location: Chi-Town
|
Posted: Thu May 24, 2007 1:31 pm Post subject: |
|
|
| 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 |
|
 |
cxperl Expert Cheater
Reputation: 0
Joined: 23 Jan 2007 Posts: 163
|
Posted: Thu May 24, 2007 2:25 pm Post subject: |
|
|
also use cin.get if you use borlands compiler _________________
"perl programmer, anyone says its scripting does'nt know perl." |
|
| Back to top |
|
 |
oib111 I post too much
Reputation: 0
Joined: 02 Apr 2007 Posts: 2947 Location: you wanna know why?
|
Posted: Sun May 27, 2007 9:01 pm Post subject: |
|
|
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 |
|
 |
Flyte Peanuts!!!!
Reputation: 6
Joined: 19 Apr 2006 Posts: 1887 Location: Canada
|
Posted: Sun May 27, 2007 9:06 pm Post subject: |
|
|
| 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 |
|
 |
Fis.Dollaz Grandmaster Cheater Supreme
Reputation: 0
Joined: 29 Nov 2006 Posts: 1328 Location: Philadelphia
|
Posted: Sun May 27, 2007 9:13 pm Post subject: |
|
|
Go to this site...
Here |
|
| Back to top |
|
 |
nox Expert Cheater
Reputation: 0
Joined: 09 Apr 2007 Posts: 227 Location: brooklyn
|
|
| Back to top |
|
 |
Lin Expert Cheater
Reputation: 0
Joined: 05 Mar 2007 Posts: 221
|
|
| Back to top |
|
 |
M3KillU Grandmaster Cheater
Reputation: 0
Joined: 06 Apr 2007 Posts: 793 Location: California, USA
|
Posted: Sun May 27, 2007 9:58 pm Post subject: |
|
|
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 |
|
 |
|