• What are you working on? V2
    2,001 replies, posted
Taking a class in C to force myself to learn it.
[QUOTE=Ortzinator;16951142]Taking a class in C to force myself to learn it.[/QUOTE] good man.
Learning C#, XNA. Starting out with moving around a rotating Dumb rating. [img]http://www.facepunch.com/fp/rating/box.png[/img] Well... I gotta start somewhere. :tinfoil:
[QUOTE=DarkSpirit05er;16946282]Didn't work because I didn't write #include <iostream> nor using namespace std; sorry about that, was just trying to explain the function in itself. :P[/QUOTE] np, thanks
[img]http://portal.acm.org/images/logo_acm_portal2.jpg[/img] :raise: Related because I found it while look for a automatic mesh generator. By the way, does anyone know of a simple a simple, open source c++ mesh generator?
[QUOTE=Ortzinator;16951142]Taking a class in C to force myself to learn it.[/QUOTE] C owns.
[QUOTE=blankthemuffin;16954972]C owns.[/QUOTE] But falls short to C++ :smug:
[QUOTE=conman420;16928868]Just a little 2D top-view tank game in SFML: [img]http://i399.photobucket.com/albums/pp71/conman420/screen.png[/img] The tanks follow you. I'm going to add guns soon and health etc for the enemies, but I have only been at C++ for a week.[/QUOTE] how do you understand this stuff so fast
By throwing yourself into a snake pit and figuring your own way out :)
[QUOTE=Tezza1234;16956381]By throwing yourself into a snake pit and figuring your own way out :)[/QUOTE] all i have is a roof
idk what one to learn D: C++ looks more powerful but there arn't many tutorials for DirectX and C++ but there are quite a few for C# and DirectX :<
[QUOTE=efeX;16956060]But falls short to C++ :smug:[/QUOTE] Only if you're masochistic. :D
[QUOTE=Ortzinator;16951142]Taking a class in C to force myself to learn it.[/QUOTE] I chose C++ over Java and C# too (in school). I really want to get better at it.
The class is C but we're learning a lot of C++ too.
[QUOTE=Robber;16958232]I chose C++ over Java and C# too (in school). I really want to get better at it.[/QUOTE] They taught programing languages at your school? When I was at school all we did was powerpoint and all the rems played flash games all day :(
[QUOTE=Ortzinator;16958514]The class is C but we're learning a lot of C++ too.[/QUOTE] Sounds... Dirty at best.
[QUOTE=Ortzinator;16958514]The class is C but we're learning a lot of C++ too.[/QUOTE] So... do you switch back and forth? What?
[QUOTE=qurl;16958527]They taught programing languages at your school? When I was at school all we did was powerpoint and all the rems played flash games all day :([/QUOTE] This. This is basically all we did at my old school, but instead of powerpoint it was Excel and Word. I just did my own stuff, sure it got me kicked out of the class every lesson, but the teacher was a dick. At my new school, the IT class is slightly better, doing web design with shitty javascript code he doesn't understand...and shitty programs on a mac..( not being a fanboy ). Why can't they teach decently. The stupids that don't want to be there try to play games, but they are blocked. So to be a dick I go to a site I know is unblocked and hide the address :v: Qurl, did you get my PM?
[QUOTE=Blynx6;16958826]This. This is basically all we did at my old school, but instead of powerpoint it was Excel and Word. I just did my own stuff, sure it got me kicked out of the class every lesson, but the teacher was a dick. At my new school, the IT class is slightly better, doing web design with shitty javascript code he doesn't understand...and shitty programs on a mac..( not being a fanboy ). Why can't they teach decently. The stupids that don't want to be there try to play games, but they are blocked. So to be a dick I go to a site I know is unblocked and hide the address :v: Qurl, did you get my PM?[/QUOTE] Why don't you not be a dick and show some respect?
[QUOTE=Blynx6;16958826]This. This is basically all we did at my old school, but instead of powerpoint it was Excel and Word. I just did my own stuff, sure it got me kicked out of the class every lesson, but the teacher was a dick. At my new school, the IT class is slightly better, doing web design with shitty javascript code he doesn't understand...and shitty programs on a mac..( not being a fanboy ). Why can't they teach decently. The stupids that don't want to be there try to play games, but they are blocked. So to be a dick I go to a site I know is unblocked and hide the address :v: Qurl, did you get my PM?[/QUOTE] Yeah but I'm not a teacher at all, you would learn more with a book. [editline]12:59PM[/editline] [QUOTE=blankthemuffin;16958852]Why don't you not be a dick and show some respect?[/QUOTE] Respect? IT teachers these days are a joke.
[QUOTE=bobste;16956307]how do you understand this stuff so fast[/QUOTE] I knew lua beforehand so programming structure was kinda easy to get once I had some advice from people. Also I spent a week just solidly learning the language pretty much.
Okay, I want to make a game where I do all the hard work with C++ (support for png files, inclusion of addons, et.c.) and the gameplay (enemies, levels, et.c.) with Lua. So here's my question, are there any cross-platform and console portable graphics libraries out there for my C++ wrapper?
So you are basically asking for a graphics library? Well SFML if you want 2D, SDL also but SFML is much more useful in my opnion. If you want 3D there's Irrlicht and Ogre3D. All are cross-platform and open source. Not console portable though (at least I don't know about such a possibility).
[QUOTE=Sporbie;16959650]Not console portable though (at least I don't know about such a possibility).[/QUOTE] What are you talking about? Ogre runs on the IPhone, and independent companies have ported it to the Wii/PS3/360. However they cannot share the ports due to use of propriety SDK's for the Wii/PS3/360.
I stand corrected then.
[QUOTE=blankthemuffin;16958852]Why don't you not be a dick and show some respect?[/QUOTE] My teacher had to copy the Hello World-code out of the help-file of the IDE. 'nuff said.
[QUOTE=dark_moo;16957378]idk what one to learn D: C++ looks more powerful but there arn't many tutorials for DirectX and C++ but there are quite a few for C# and DirectX :<[/QUOTE] i'm using this site [url]http://www.cprogramming.com/tutorial.html#c++tutorial[/url] so far it's pretty good, it goes in depth with every lesson
[QUOTE=blankthemuffin;16958852]Why don't you not be a dick and show some respect?[/QUOTE] I show respect, i'm polite to him, I just don't do the work he sets the way he sets it. It's too...basic...and then he gives us broken javascript which takes me half the lesson to get working again. But as Qurl said, they are a joke. They get paid to teach IT, they should know how to.
[QUOTE=nullsquared;16959698]What are you talking about? Ogre runs on the IPhone, and independent companies have ported it to the Wii/PS3/360. However they cannot share the ports due to use of propriety SDK's for the Wii/PS3/360.[/QUOTE] Some homebrew guys also got it to run (albeit, not too well) on PSP(25 FPS) and Nintendo DS(10 FPS). Don't know if their site is still up. It was in Russian though. If that helps.
Hey, how would I go about making asteroids to fit a graph like this? [IMG]http://i429.photobucket.com/albums/qq12/the1trueryandaniels/asteroid_curve.png[/IMG]
Sorry, you need to Log In to post a reply to this thread.