1) Can C++ make a flight simulator game?
My friend told me that C++ cant make games with much physics that involves air pressure and air resistance, he say you have to use a more advanced language like java for that.
2) Can C++ make games for run on playstation 3?
I would like to create a game for playstation 3. It will be like grand theft auto including flying planes. It will be better because you can go inside every building! also the pedestrians in the game are much more realistic behaviours.
Can C++ do this?
Re: Can C++ do this?
Stop trolling man, get a life.
IRC: #irrlicht on irc.libera.chat
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm
Re: Can C++ do this?
An advanced language like Java? I'd like to see that. WTF!
Re: Can C++ do this?
LOLLOLLOLLOLLOLLOLLOLLOLLOL! LOL..! Again for good measure, your 'friend' Sir is a lier and an idiot! What a laugh your post is though !
-
- Posts: 1010
- Joined: Mon Oct 24, 2011 10:03 pm
- Location: 0x45 61 72 74 68 2c 20 69 6e 20 74 68 65 20 73 6f 6c 20 73 79 73 74 65 6d
Re: Can C++ do this?
oh, how funny the trolls can be ^^
Java being a more advanced programming language? BWAHAHAHAHA!
Java being a more advanced programming language? BWAHAHAHAHA!
"this is not the bottleneck you are looking for"
Re: Can C++ do this?
Can C++ Make C?
LOL... exploitable...
LOL... exploitable...
"There is nothing truly useless, it always serves as a bad example". Arthur A. Schmitt
-
- Posts: 91
- Joined: Mon Mar 05, 2012 4:51 pm
- Location: Bristol, UK
- Contact:
Re: Can C++ do this?
This is funny.
C++ can't do 3D on its own, but uses DX9 and OpenGL. Irrlicht is a 'wrapper' for this, and to use Irrlicht you use C++.
GTA already has a flight thing, and while going into buildings is a good idea, it's impractical to make.
GTA has 100s of people working on it, so if you do manage to make a better version I would be very suprized!
C++ is much more advanced than Java.
Irrlicht can make games for Xbox, with the right compiler, but i am not sure about PS3
(and anyway, licenses for both of these are v expensive)
C++ can't do 3D on its own, but uses DX9 and OpenGL. Irrlicht is a 'wrapper' for this, and to use Irrlicht you use C++.
GTA already has a flight thing, and while going into buildings is a good idea, it's impractical to make.
GTA has 100s of people working on it, so if you do manage to make a better version I would be very suprized!
C++ is much more advanced than Java.
Irrlicht can make games for Xbox, with the right compiler, but i am not sure about PS3
(and anyway, licenses for both of these are v expensive)
Last edited by rubenwardy on Wed May 23, 2012 12:06 pm, edited 1 time in total.
Re: Can C++ do this?
Dude , are you Ok? Irrlicht 'IS' C++ code...! i.e. its a lot of C++ Code that can be called by yet more C++ code...rubenwardy wrote: C++ can't do 3D on its own, but Irrlicht can, and to use Irrlicht you use C++.
I'm starting to wonder if most of the people on this forum have learnt even a bit of C++ before finding Irrlicht and then wanting to make a world changing game, thinking to just learn C++ as they go?
Re: Can C++ do this?
IMO you should learn how to ask questions the smart way first. They inspire other peoples.
Regards,
smso
Regards,
smso
Re: Can C++ do this?
Yes it can be done in C++. For programming on the PS3 I can't tell. Anyway making a GTA would be a big pain alone.