Release : C++ tutorial books
Moderator: wizme
-
- Master of Darkness
- Posts: 431
- Joined: Sat Dec 12, 2009 9:01 pm
- Location: Heaven !
- Contact:
Re: Release : C++ tutorial books
lol i putted this in my siggy and gotted over 100 downloads :O
Re: Release : C++ tutorial books
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
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
- Victory NauX
- Death Warrior
- Posts: 81
- Joined: Sun Dec 27, 2009 10:20 pm
- Contact:
Re: Release : C++ tutorial books
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 ..
Maybe we should keep this thread at top so that more ppl will see it ..
Re: Release : C++ tutorial books
PIEz can tell me, the excersice in the books, is need have basic knowledge first then can do rite?
Re: Release : C++ tutorial books
this code isnt working for me in VS2010 =/Nerrazzuri wrote:Help?Which help did you want?chuaj4 wrote:i dun understand the book
i am new to c++ n i am tryying to learn it anyone help ??:(
Stat clearly.
here is the Hello World codes
Code: Select all
#include <iostream> #include <Windows.h> void Main() { cout << "Hello World"<<endl; }
Re: Release : C++ tutorial books
Code: Select all
#include <iostream>
#include <Windows.h>
using namespace std;
int Main()
{
cout << "Hello World"<<endl;
cin.get();
}
Re: Release : C++ tutorial books
i got it leKFSPC8 wrote:try this outCode: Select all
#include <iostream> #include <Windows.h> using namespace std; int Main() { cout << "Hello World"<<endl; cin.get(); }

Re: Release : C++ tutorial books
thanks for the books! 

-
- Novice Knight
- Posts: 5
- Joined: Sat Jan 15, 2011 4:27 pm
Re: Release : C++ tutorial books
Omg thanks for the book man,... and yah i agree, there should be more topic on programing then maplestory,..
-
- Novice Knight
- Posts: 5
- Joined: Sat Jan 15, 2011 4:27 pm
Re: Release : C++ tutorial books
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...?