View Full Version : C++ Builder
medorix
01-26-2005, 03:40 AM
Hello
I am using Borland C++ Builder in my OpenGL projects . So if any one would like exchange information about game programming in this direction, just, contact me.
I would apprecieate information about:
- Game engines.
- Loading 3ds files.
- Adaptive Frame Rates.
- World Design and loading.
- Game Multimeadia.
- Lighting.
Best Regards
MedoRix
:)
Ed Mack
01-26-2005, 09:52 AM
All that stuff is independant of compiler. This site has good tutorials, as does
http://nehe.gamedev.net
medorix
02-01-2005, 03:13 AM
- Ok i agree with you, but i am trying to find C++ Builder code and programmers. NeHe provide BCB version of its code but its VCPP converted to BCB and it is not utilizing BCB. :excl:
- I would like to discuss the subjects i issued, using BCB (Borland C++ Builder). :D
- In the same time i would appreciate any information (even theortical). :D
Best Regards
Sarmad Saad
anubis
02-01-2005, 04:11 AM
what do you mean by utilizing bcb ?
Ed Mack
02-01-2005, 10:10 AM
Just look around game tutorials, and read them and learn how it all works. A few more to check out:
http://www.gamedev.net
http://www.gamasutra.com
Ed Mack
02-01-2005, 10:11 AM
Learn about BCB too [separately], and you should have no problems transfering the ideas over whilst utilising it. C++ is well standardised anyway (I hope that remark doesn't come back and bite me).
medorix
02-01-2005, 10:28 PM
I hop that you are right and C++ is standard (I think Borland and Microsoft are not true friends), each company try to accomplish an enviroments deals with C++ using the same C++, but each enviroment (Borland C++ Builder and Visual C++) needs its own understanding. :blush:
In short, to solve my problemms i think that i will need to learn VCPP so i can work it out. :sad:
By the way, it seams that i had visited most game programming sites and i am already regesterd in the site you recomended, i am trying to find some one to work on somthing togeather and developing our skils. :happy:
(Are you interested in cloth simulation:) )
francois
02-04-2005, 11:44 AM
Hello
I am using Borland C++ Builder in my OpenGL projects . So if any one would like exchange information about game programming in this direction, just, contact me.
I would apprecieate information about:
- Game engines.
- Loading 3ds files.
- Adaptive Frame Rates.
- World Design and loading.
- Game Multimeadia.
- Lighting.
Best Regards
MedoRix
:)
15421
I used Borland C++ Builder for 6 years but I didn't like it because the programs weren't very portable. I also didn't learn C++ too well because I wasn't doing everything from scratch. I noticed that the IDE also crashed when I did a lot of undos. Now I work with GNU C++. I have said bye to development environments because of portability. The code that I work with is compiler independent and mainly platform independent. There is no IDE that I work on. My point - don't try to stick to the same compiler all the time. Sometimes you might need to port the code and Borland C++ make files are not portable.
Ed Mack
02-04-2005, 04:16 PM
There are a few IDEs that work natively with g++, the KDE one and I think a few others too. I'm lazy and quite like terminals and gedit - someday I'll change that habit.
anubis
02-07-2005, 04:24 PM
try marking a block of code and press tab... then tell me again that you like gedit ;)
medorix
02-16-2005, 01:57 AM
Hi francois,
How can i export a program designed using C++ builder to other users. I tryed "Deploy" but i was lost. :wacko:
Ed Mack
02-16-2005, 08:08 AM
Anubis - you highlight and press control T. Pressing tab inserts a tab :)
vBulletin, Copyright ©2000-2009, Jelsoft Enterprises Ltd.