Click here to Skip to main content
16,004,458 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: c vs. visual c++ Pin
toxcct23-Feb-06 5:57
toxcct23-Feb-06 5:57 
AnswerRe: c vs. visual c++ Pin
David Crow23-Feb-06 5:58
David Crow23-Feb-06 5:58 
AnswerRe: c vs. visual c++ Pin
James R. Twine23-Feb-06 6:37
James R. Twine23-Feb-06 6:37 
AnswerRe: c vs. visual c++ Pin
Chris Losinger23-Feb-06 8:35
professionalChris Losinger23-Feb-06 8:35 
AnswerRe: c vs. visual c++ Pin
Joe Woodbury23-Feb-06 8:59
professionalJoe Woodbury23-Feb-06 8:59 
AnswerRe: c vs. visual c++ Pin
jhwurmbach23-Feb-06 22:06
jhwurmbach23-Feb-06 22:06 
GeneralRe: c vs. visual c++ Pin
pplshero5424-Feb-06 3:23
pplshero5424-Feb-06 3:23 
GeneralRe: c vs. visual c++ Pin
jhwurmbach24-Feb-06 3:31
jhwurmbach24-Feb-06 3:31 
pplshero54 wrote:
I am programming a 3d game that is very time critical


I am positivly sure that only certain parts of it are really time critical. 3D graphics and physics engine, for example.

But large parts of it can be made in almost any language.
Refer to the port of Quake to DotNet. Or just remember that scenery and artificial intelligence are often coded in a more or less proprietary scripting Language.

So - profile your code and see which parts are the real bottlenecks.
Then optimize these and their surroundings.



"We trained hard, but it seemed that every time we were beginning to form up into teams we would be reorganised. I was to learn later in life that we tend to meet any new situation by reorganising: and a wonderful method it can be for creating the illusion of progress, while producing confusion, inefficiency and demoralisation."

-- Caius Petronius, Roman Consul, 66 A.D.

QuestionLazy question - EnsureMyWindowIsVisible function Pin
Iain Clarke, Warrior Programmer23-Feb-06 5:30
Iain Clarke, Warrior Programmer23-Feb-06 5:30 
AnswerRe: Lazy question - EnsureMyWindowIsVisible function Pin
James R. Twine23-Feb-06 5:36
James R. Twine23-Feb-06 5:36 
GeneralRe: Lazy question - EnsureMyWindowIsVisible function Pin
Iain Clarke, Warrior Programmer23-Feb-06 8:41
Iain Clarke, Warrior Programmer23-Feb-06 8:41 
AnswerRe: Lazy question - EnsureMyWindowIsVisible function Pin
peterchen23-Feb-06 6:44
peterchen23-Feb-06 6:44 
GeneralRe: Lazy question - EnsureMyWindowIsVisible function Pin
Iain Clarke, Warrior Programmer23-Feb-06 8:25
Iain Clarke, Warrior Programmer23-Feb-06 8:25 
GeneralRe: Lazy question - EnsureMyWindowIsVisible function Pin
Ryan Binns23-Feb-06 14:59
Ryan Binns23-Feb-06 14:59 
GeneralRe: Lazy question - EnsureMyWindowIsVisible function Pin
Iain Clarke, Warrior Programmer23-Feb-06 21:32
Iain Clarke, Warrior Programmer23-Feb-06 21:32 
GeneralRe: Lazy question - EnsureMyWindowIsVisible function Pin
Ryan Binns23-Feb-06 21:34
Ryan Binns23-Feb-06 21:34 
GeneralRe: Lazy question - EnsureMyWindowIsVisible function Pin
Blake Miller24-Feb-06 6:07
Blake Miller24-Feb-06 6:07 
GeneralRe: Lazy question - EnsureMyWindowIsVisible function Pin
Ryan Binns24-Feb-06 12:31
Ryan Binns24-Feb-06 12:31 
QuestionHow an exe should automatically be deleted after completing its execution? Pin
G Haranadh23-Feb-06 5:20
G Haranadh23-Feb-06 5:20 
AnswerRe: How an exe should automatically be deleted after completing its execution? Pin
toxcct23-Feb-06 5:26
toxcct23-Feb-06 5:26 
GeneralRe: How an exe should automatically be deleted after completing its execution? Pin
G Haranadh23-Feb-06 5:49
G Haranadh23-Feb-06 5:49 
GeneralRe: How an exe should automatically be deleted after completing its execution? Pin
toxcct23-Feb-06 5:51
toxcct23-Feb-06 5:51 
AnswerRe: How an exe should automatically be deleted after completing its execution? Pin
David Crow23-Feb-06 6:03
David Crow23-Feb-06 6:03 
QuestionAssigning the max Size for object arrays Pin
Spykraft23-Feb-06 3:33
Spykraft23-Feb-06 3:33 
AnswerRe: Assigning the max Size for object arrays Pin
David Crow23-Feb-06 3:58
David Crow23-Feb-06 3:58 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.