FREE E-BOOK ON C PROGRAMMING

You must understand the Game Editor concepts, before post here.

FREE E-BOOK ON C PROGRAMMING

Postby krenisis » Wed Nov 18, 2009 9:44 pm

ok game editor here a small c book it covers some things you know and some you dont know.Check it out but 1st you have to learn game editor a bit because if not this will confuse you.I hope you learn something and enjoy.
Attachments
ctut.zip
(61.96 KiB) Downloaded 281 times
Tutorial Database for all beginners click this link
viewtopic.php?f=4&t=8680
krenisis
 
Posts: 606
Joined: Sat Jul 25, 2009 3:27 pm
Score: 51 Give a positive score

Re: FREE E-BOOK ON C PROGRAMMING

Postby krenisis » Thu Nov 19, 2009 1:28 pm

its a little guide just take ur time in reading it
Tutorial Database for all beginners click this link
viewtopic.php?f=4&t=8680
krenisis
 
Posts: 606
Joined: Sat Jul 25, 2009 3:27 pm
Score: 51 Give a positive score

Re: FREE E-BOOK ON C PROGRAMMING

Postby Hblade » Wed Dec 02, 2009 12:00 pm

Thanks! :D
Subscribe to my YouTube? - Yes| No
User avatar
Hblade
 
Posts: 4455
Joined: Fri Dec 08, 2006 11:14 pm
Score: 181 Give a positive score

Re: FREE E-BOOK ON C PROGRAMMING

Postby krenisis » Fri Dec 11, 2009 9:10 pm

Iam looking for a free c++ e-book but they are all old. When i do find one i let you know
Tutorial Database for all beginners click this link
viewtopic.php?f=4&t=8680
krenisis
 
Posts: 606
Joined: Sat Jul 25, 2009 3:27 pm
Score: 51 Give a positive score

Re: FREE E-BOOK ON C PROGRAMMING

Postby Hblade » Sat Dec 12, 2009 1:05 pm

k Awesome :D
Subscribe to my YouTube? - Yes| No
User avatar
Hblade
 
Posts: 4455
Joined: Fri Dec 08, 2006 11:14 pm
Score: 181 Give a positive score

Re: FREE E-BOOK ON C PROGRAMMING

Postby krenisis » Mon Dec 14, 2009 3:29 am

anyone have a free c++ e-book to donate?
Tutorial Database for all beginners click this link
viewtopic.php?f=4&t=8680
krenisis
 
Posts: 606
Joined: Sat Jul 25, 2009 3:27 pm
Score: 51 Give a positive score

Re: FREE E-BOOK ON C PROGRAMMING

Postby Setokyo » Tue Jul 27, 2010 6:59 pm

A c++ E-book on what
Laws control the lesser man. Right conduct controls the greater one

"I'd rather be hated for who I am than loved for who I am not
User avatar
Setokyo
 
Posts: 85
Joined: Fri Jul 09, 2010 1:52 am
Location: Holetown barbados
Score: 3 Give a positive score

Re: FREE E-BOOK ON C PROGRAMMING

Postby PWNED » Wed Jul 28, 2010 3:04 pm

Hi I didnt know where to put this...
I am having trouble using if to make events happen i.e. if var. Example = 1 is true then create actor bullet
Plz help!
PWNED
 
Posts: 16
Joined: Wed Jul 21, 2010 10:17 pm
Score: 0 Give a positive score

Re: FREE E-BOOK ON C PROGRAMMING

Postby Game A Gogo » Wed Jul 28, 2010 5:04 pm

When checking for a condition, use the ==, >=, <=, >, <, != operators :)
ie:
Code: Select all
if(i)
{
    if((i>32&&i%12)||i==1)
    {
        //something
    }
    i++;
}

"i" being a variable

EDIT: Also, next time the place to post problems like this is in Support
Programming games is an art,
    Respect it.
User avatar
Game A Gogo
 
Posts: 3466
Joined: Wed Jun 29, 2005 10:49 pm
Location: French Canada *laughs*
Score: 181 Give a positive score


Return to Advanced Topics

Who is online

Users browsing this forum: No registered users and 1 guest

cron