PDA

View Full Version : C++


187thrbtech
04-01-2009, 10:16 PM
i found a book on C++ program writing since it's similiar to this and i was wondering if anyone knew of a good C++ compiler? and a good linker? cause i can't find one anywhere

many thanks to whoever links me to it.

Dr.G
04-02-2009, 07:30 AM
Similiar to pawn? Well i dont know other then pawn, and the first code i made was in december(i think) last year. If you wanna learn how to make plugins do this:

- Read this: http://wiki.amxmodx.org/index.php/Pawn_Tutorial and i would say when you understand what || and && means go forward, you can always go back to that. And find out what a forward and what a native is.

- Do never test anything on your FFA server, make one on your local pc and use that. Google "how to setup a CS server" or something and then make it download a DOD one insted, and test on that.

- Get amxx studio and hook the compiler to it, there is autocomplete and other nice stuff in amxx studio.

Overall i think the hardest part is to get started, mostly cuz you are a bit affraid what happens, but dont be, just do it.. Ill will be very willing to help out as much as i can, iam not an expert in anyway, but i got the basics right, i think lol.

- Cheers

diamond-optic
04-02-2009, 12:03 PM
i used to use MS VC++ (from the MS Visual Studio Package) for compiling c++ binaries on win32.. and i would outsource to a web compiler for linux binaries...

but that was a loooongggg time ago

ghzero
04-02-2009, 06:47 PM
take a look on the open-source-software ,,Bloodshed Dev-C++,, ..

link for info/download:
http://bloodshed.net/download.html

Dr.G
04-03-2009, 07:12 AM
lol i didnt know C++ was made by a dane wtf lol. well i found this site that have some great tuts http://www.cprogramming.com/tutorial.html i learn and understood some basics better after reading there. so i will recommand that, but well pawn is still something else. D-O dont you have that pawn book somewhere?

noddy
04-03-2009, 09:14 AM
Dr.G is this the one that you mean ?

http://www.compuphase.com/pawn/pawn-lang.pdf

Dr.G
04-03-2009, 07:14 PM
yes noddy thats the one (: cheers