Author |
Message |
Original Unbastard
Joined: Sun Aug 17, 2008 5:39 pm Posts: 1248
Gender: Anime Girl
Skype: Nacritico
Currently Playing: LOL
|
what's Ren'Py?
_________________SALU2'S ™ _________________ join date: January 08, 2007 Posts on old MG: 2432, level 16 nà chóu
|
Wed Mar 25, 2009 1:55 pm |
|
|
Captain Mew
Joined: Mon Aug 11, 2008 6:40 am Posts: 1648 Location: ... Not America
|
|
Wed Mar 25, 2009 2:32 pm |
|
|
SS
Joined: Sat Aug 16, 2008 8:38 am Posts: 6670 Location: Darkest Antartica Country:
Gender: Male
Skype: Thaiberium
Currently Playing: The Game
|
From a programming standpoint, its using very basic python, but I'm using it it as a stepping stone in to just pure python, plus I could probably make something mediocre in the mean time.
|
Wed Mar 25, 2009 3:42 pm |
|
|
Original Unbastard
Joined: Sun Aug 17, 2008 5:39 pm Posts: 1248
Gender: Anime Girl
Skype: Nacritico
Currently Playing: LOL
|
*Please, tell me it is not a hentai game* *Please, tell me it is not a hentai game* *Please, tell me it is not a hentai game* *Please, tell me it is not a hentai game* *Please, tell me it is not a hentai game* *Please, tell me it is not a hentai game* *Please, tell me it is not a hentai game*
_________________SALU2'S ™ _________________ join date: January 08, 2007 Posts on old MG: 2432, level 16 nà chóu
|
Wed Mar 25, 2009 5:15 pm |
|
|
SS
Joined: Sat Aug 16, 2008 8:38 am Posts: 6670 Location: Darkest Antartica Country:
Gender: Male
Skype: Thaiberium
Currently Playing: The Game
|
Sadly no. I do not possess artistic talent, nor any artists.
Besides, I'm more of a writer. Coding really isn't much different now is it?
|
Thu Mar 26, 2009 4:13 am |
|
|
Original Unbastard
Joined: Sun Aug 17, 2008 5:39 pm Posts: 1248
Gender: Anime Girl
Skype: Nacritico
Currently Playing: LOL
|
For me it is very different. Writting is not as frustaiting as coding can be when you spend 6 or 7 hours de-bugging for every single bug.
_________________SALU2'S ™ _________________ join date: January 08, 2007 Posts on old MG: 2432, level 16 nà chóu
|
Thu Mar 26, 2009 4:09 pm |
|
|
SS
Joined: Sat Aug 16, 2008 8:38 am Posts: 6670 Location: Darkest Antartica Country:
Gender: Male
Skype: Thaiberium
Currently Playing: The Game
|
I'm a notepad person, and sometimes, MSWord's spellchecking can't catch everything. Basically saying, though most PL editors can spot syntax errors, semantic errors can pop up.
|
Fri Mar 27, 2009 4:28 am |
|
|
Captain Mew
Joined: Mon Aug 11, 2008 6:40 am Posts: 1648 Location: ... Not America
|
IE has a lot of logic errors, that I REALLY Hate Anyways, If anyone who is watching this topic doesn't know what a semantic error is, here is an example
|
Sun Mar 29, 2009 1:24 pm |
|
|
SS
Joined: Sat Aug 16, 2008 8:38 am Posts: 6670 Location: Darkest Antartica Country:
Gender: Male
Skype: Thaiberium
Currently Playing: The Game
|
What I don't understand is why you need your main to be of type "int" while you could just make it "void" and dispense with the "return" statement.
|
Sun Mar 29, 2009 2:34 pm |
|
|
Original Unbastard
Joined: Sun Aug 17, 2008 5:39 pm Posts: 1248
Gender: Anime Girl
Skype: Nacritico
Currently Playing: LOL
|
That's something C coders usually do... it doesn't have a "reason". He could have used "void", but it's also possible to use "int" and "return 0". Also, I don't know how, but I believe that pro C coders use this to track bugs.
_________________SALU2'S ™ _________________ join date: January 08, 2007 Posts on old MG: 2432, level 16 nà chóu
|
Sun Mar 29, 2009 5:48 pm |
|
|
SS
Joined: Sat Aug 16, 2008 8:38 am Posts: 6670 Location: Darkest Antartica Country:
Gender: Male
Skype: Thaiberium
Currently Playing: The Game
|
I'm somewhat of a C coder, but, I tended to use void wherever I could. Then again, I did line by line debugging whenever there was a runtime error so its not like I'd know how it was done.
|
Sun Mar 29, 2009 10:03 pm |
|
|
Original Unbastard
Joined: Sun Aug 17, 2008 5:39 pm Posts: 1248
Gender: Anime Girl
Skype: Nacritico
Currently Playing: LOL
|
Don't think too much of me either... I'm new to c coder myself.
_________________SALU2'S ™ _________________ join date: January 08, 2007 Posts on old MG: 2432, level 16 nà chóu
|
Sun Mar 29, 2009 10:17 pm |
|
|
SS
Joined: Sat Aug 16, 2008 8:38 am Posts: 6670 Location: Darkest Antartica Country:
Gender: Male
Skype: Thaiberium
Currently Playing: The Game
|
C isn't that hard. What are you trying to do? I can teach you how to implement data structures if you want.
|
Sun Mar 29, 2009 10:43 pm |
|
|
Captain Mew
Joined: Mon Aug 11, 2008 6:40 am Posts: 1648 Location: ... Not America
|
I've been programming C/C++ since I was 12... lol im 13, but stfu
And Thai is right, C isn't really hard. But most of the wicked functions are in Console Apps, for Windows Form Application, it's pretty much like C# or VB. For Win32, it's way different and way better. But getting Microsoft Visual C++ 2008, the default Win32 pack isn't really enough to make a complete Win32 pack. Look up Win32 tutorials and try some out, there are some functions that aren't built in defaultly. The complete Win32/MFC pack is 1GB, but I don't wanna waste that much space on this.
|
Mon Mar 30, 2009 6:46 am |
|
|
SS
Joined: Sat Aug 16, 2008 8:38 am Posts: 6670 Location: Darkest Antartica Country:
Gender: Male
Skype: Thaiberium
Currently Playing: The Game
|
Of course I barely touched the OO programming with C/C++. So I wouldn't know.
|
Mon Mar 30, 2009 1:32 pm |
|
|
Who is online |
Users browsing this forum: No registered users and 1 guest |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot post attachments in this forum
|
|