Page 3 of 4

Re: Release : C++ tutorial books

Posted: Thu Jul 22, 2010 7:27 am
by PIEzLOVERS
lol i putted this in my siggy and gotted over 100 downloads :O

Re: Release : C++ tutorial books

Posted: Sun Aug 22, 2010 5:10 pm
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

Re: Release : C++ tutorial books

Posted: Wed Sep 01, 2010 8:12 pm
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 ..

Re: Release : C++ tutorial books

Posted: Fri Oct 15, 2010 6:33 pm
by kempeitai
PIEz can tell me, the excersice in the books, is need have basic knowledge first then can do rite?

Re: Release : C++ tutorial books

Posted: Wed Oct 20, 2010 6:04 pm
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 =/

Re: Release : C++ tutorial books

Posted: Thu Oct 21, 2010 5:33 pm
by KFSPC8

Code: Select all

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

using namespace std;

int Main()
{
	cout << "Hello World"<<endl;
    cin.get();
}
try this out

Re: Release : C++ tutorial books

Posted: Thu Oct 21, 2010 9:59 pm
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?

Re: Release : C++ tutorial books

Posted: Fri Jan 07, 2011 6:41 am
by kolokosai
thanks for the books! :)

Re: Release : C++ tutorial books

Posted: Sat Jan 15, 2011 4:46 pm
by v1etpr1d3z
Omg thanks for the book man,... and yah i agree, there should be more topic on programing then maplestory,..

Re: Release : C++ tutorial books

Posted: Sat Jan 15, 2011 4:52 pm
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...?