Re: Programming Practice
Posted: Sat Mar 21, 2009 11:17 pm
link no longer worksMarauderIIC wrote:Ginto, read beej's guide to network programming linked from here http://elysianshadows.com/phpBB3/viewto ... ?f=6&t=148

The Next Generation of 2D Roleplaying Games
http://elysianshadows.com/phpBB3/
link no longer worksMarauderIIC wrote:Ginto, read beej's guide to network programming linked from here http://elysianshadows.com/phpBB3/viewto ... ?f=6&t=148
darn my lack of motivation, i might have actually liked this one... i guess I'll try but I'll probably lose interest in two minutes... /me runs of to try to code somethingKuramaYoko10 wrote:Ok... I dont know if I should bring this topic up again, but I like the idea of it, and I will post a very simple challenge which I remember doing when I was learning the basics of C (which I still am... kinda lol)
You are requested to print on screen X numbers of the fibonacci sequence (starting from 0), being X the variable that the user inputs.
The fibonacci sequence is an interesting sequence of numbers in which you get the previous number, add to your current number to get the result of the next number of the sequence ... here is how it starts:*more info at: http://en.wikipedia.org/wiki/Fibonacci_sequenceCode: Select all
0 1 1 2 3 5 8 13 ...
I have the code done, but I will try thinking on different ways of solving it, so it will be an exercise to me as well ... I will wait for some replys and then post my code here (and because i am not on my computer right now =P)
That link needs to be updated go here.eatcomics wrote:link no longer worksMarauderIIC wrote:Ginto, read beej's guide to network programming linked from here http://elysianshadows.com/phpBB3/viewto ... ?f=6&t=148that upset me because I've been looking into winsock stuff...
Thankeeandrew wrote:That link needs to be updated go here.eatcomics wrote:link no longer worksMarauderIIC wrote:Ginto, read beej's guide to network programming linked from here http://elysianshadows.com/phpBB3/viewto ... ?f=6&t=148that upset me because I've been looking into winsock stuff...
Hey ginto... could you send me the source for this one plz???? I would love you if you did.......Ginto8 wrote:Here's an idea for the up-and-coming network programmer:
Click here to see the hidden message (It might contain spoilers)
Also helps with some file I/O.
eatcomics wrote:Hey ginto... could you send me the source for this one plz???? I would love you if you did.......Ginto8 wrote:Here's an idea for the up-and-coming network programmer:
Click here to see the hidden message (It might contain spoilers)
Also helps with some file I/O.
Edit: That post got me a gold egg![]()
just thought you would all like to know....
Really the only thing that matters is how much difficulty you wish to deal with as a beginner. Obviously DarkBasic will be much easier to learn, and you may even be able to start making a simple game within the first week. C++ on the other hand will require a lot more patience to master and the beginner tutorials may seem less appealing to you (guess a number game, draw simple ascii art, whatever), but will definitely give you many more options in the long run.BlueMonkey5 wrote: It's kind of like a two in one thing from what I see but I don't know if it's worth while to learn, or if it's just better to start right away with a normal languge, like C++ with SDL or something. So maybe someone has a recomendation about that.
just keep at it, especially when you don't feel like doing it. You get a big boost of confidence that wayBlueMonkey5 wrote:LOL... nice. yea that sounds really cool. it's actually a big comfort hearing that you failed the first two times (as twisted as that sounds), because I failed two times at programming too! so wow, that actually does inspire me some and gives me hope that i can give it another whack. thanks!
But here's a good question if anyone knows- is darkbasic similar to C++? so basically, if i start off learning darkbasic, will it be an easy switch to learn C++? if it is, it would be worth while to do that and then make the switch. if they are similar, alongside being useful, learning darkbasic would also be practice when switching to C++. it would be like learning something to help getting started with that. but if they're totally different, i would just start off with C, and maybe play around with darkbasic on the side to see what it's all about.