Release : C++ tutorial books

Discuss about Programming here. You may release your source, post guide and even ask questions!

Moderator: wizme

PIEzLOVERS
Master of Darkness
Master of Darkness
Posts: 431
Joined: Sat Dec 12, 2009 9:01 pm
Location: Heaven !
Contact:

Re: Release : C++ tutorial books

Post by PIEzLOVERS »

lol i putted this in my siggy and gotted over 100 downloads :O
Applefix
Apprantice Knight
Apprantice Knight
Posts: 10
Joined: Sun Aug 15, 2010 7:54 am

Re: Release : C++ tutorial books

Post by Applefix »

lolx...thanks for the book piez...
wanna know how is C++ compared to C,
i know C(EXCLUDING POINTER,since its not in our syllabus in school...zzz...how good will it be if i know about pointer)
Using borland at the moment...
Thanks
User avatar
Victory NauX
Death Warrior
Death Warrior
Posts: 81
Joined: Sun Dec 27, 2009 10:20 pm
Contact:

Re: Release : C++ tutorial books

Post by Victory NauX »

OMG this is the best release than the hacks ... we can learn and make more & more hackss ...
Maybe we should keep this thread at top so that more ppl will see it ..
kempeitai
Sacrificer
Sacrificer
Posts: 29
Joined: Sat Oct 09, 2010 9:20 pm

Re: Release : C++ tutorial books

Post by kempeitai »

PIEz can tell me, the excersice in the books, is need have basic knowledge first then can do rite?
happy125
Headmaster of Darkness
Headmaster of Darkness
Posts: 549
Joined: Tue Jun 22, 2010 10:06 pm
Location: Singapore

Re: Release : C++ tutorial books

Post by happy125 »

Nerrazzuri wrote:
chuaj4 wrote:i dun understand the book :(
i am new to c++ n i am tryying to learn it anyone help ??:(
Help?Which help did you want?
Stat clearly.

here is the Hello World codes

Code: Select all

#include <iostream>
#include <Windows.h>

void Main()
{
	cout << "Hello World"<<endl;
}
this code isnt working for me in VS2010 =/
If ur good at smth, never do it for free.
Maple ID list v1.02
Image
Image
Image
User avatar
KFSPC8
Master of Darkness
Master of Darkness
Posts: 494
Joined: Sat Jun 05, 2010 6:18 pm
Location: Singapore

Re: Release : C++ tutorial books

Post by KFSPC8 »

Code: Select all

#include <iostream>
#include <Windows.h>

using namespace std;

int Main()
{
	cout << "Hello World"<<endl;
    cin.get();
}
try this out
happy125
Headmaster of Darkness
Headmaster of Darkness
Posts: 549
Joined: Tue Jun 22, 2010 10:06 pm
Location: Singapore

Re: Release : C++ tutorial books

Post by happy125 »

KFSPC8 wrote:

Code: Select all

#include <iostream>
#include <Windows.h>

using namespace std;

int Main()
{
	cout << "Hello World"<<endl;
    cin.get();
}
try this out
i got it le :D i know y not working. wads the diff with starting with debugger and without? and wads endl and cin.get?
If ur good at smth, never do it for free.
Maple ID list v1.02
Image
Image
Image
kolokosai
Sacrificer
Sacrificer
Posts: 31
Joined: Fri Oct 01, 2010 4:46 pm

Re: Release : C++ tutorial books

Post by kolokosai »

thanks for the books! :)
v1etpr1d3z
Novice Knight
Novice Knight
Posts: 5
Joined: Sat Jan 15, 2011 4:27 pm

Re: Release : C++ tutorial books

Post by v1etpr1d3z »

Omg thanks for the book man,... and yah i agree, there should be more topic on programing then maplestory,..
v1etpr1d3z
Novice Knight
Novice Knight
Posts: 5
Joined: Sat Jan 15, 2011 4:27 pm

Re: Release : C++ tutorial books

Post by v1etpr1d3z »

and also one more thing,...where is the first chapter? and am i suppose to learn from reading the code?, because that is all in the folder, the chapter codes...?
Post Reply