I started c++ a few weeks ago, this time got further than "hello world" 😀 (got a few books from the library). Now I see that programming is more complex than I ever imagined 😱 kudos to all programmers out there 😛
So far I've been doing simple tasks on console window using int main(). I recently struggled with converting inches to feet, but found out about modulus % now 🙂.
Right now I'm starting on functions (so far really simple ones, like show a string or add this or that number), and still having trouble with exactly how return types work 🙂. Well, now I'm having a little mental block, or perhaps I got too intimidated by looking at c++ source code made by decent programmers with 1000-3000+ lines 😱
My dream is to make a very simple game or a simulation in direct x, but it seems that I'm a long-long ways from being able to do it 😛
So, does anyone have any tips, good programming forum for beginners or anything like that?
Thanks 🙂
So far I've been doing simple tasks on console window using int main(). I recently struggled with converting inches to feet, but found out about modulus % now 🙂.
Right now I'm starting on functions (so far really simple ones, like show a string or add this or that number), and still having trouble with exactly how return types work 🙂. Well, now I'm having a little mental block, or perhaps I got too intimidated by looking at c++ source code made by decent programmers with 1000-3000+ lines 😱
My dream is to make a very simple game or a simulation in direct x, but it seems that I'm a long-long ways from being able to do it 😛
So, does anyone have any tips, good programming forum for beginners or anything like that?
Thanks 🙂