Click here to Skip to main content
15,888,351 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionRe: how to show dynamic values in the clistctrl Pin
David Crow26-May-10 3:08
David Crow26-May-10 3:08 
QuestionCStatic as Text and Float Pin
Anu_Bala26-May-10 0:16
Anu_Bala26-May-10 0:16 
AnswerRe: CStatic as Text and Float Pin
Maximilien26-May-10 0:44
Maximilien26-May-10 0:44 
AnswerRe: CStatic as Text and Float Pin
Aescleal26-May-10 1:14
Aescleal26-May-10 1:14 
Questionimage crop Pin
john563225-May-10 23:08
john563225-May-10 23:08 
AnswerRe: image crop Pin
Richard MacCutchan26-May-10 1:50
mveRichard MacCutchan26-May-10 1:50 
Questionwhere to keep textture file in open gl Pin
nearest25-May-10 22:53
nearest25-May-10 22:53 
AnswerRe: where to keep textture file in open gl Pin
Cedric Moonen25-May-10 22:59
Cedric Moonen25-May-10 22:59 
It really depends on how your texture is going to be used. Do you plan to reuse it for multiple "nodes" ?
Usually, the best way to handle this kind of thing is to have a texture manager which loads all the textures used by your application. When you need a specific texture, you simply "ask" it to the texture manager. The texture manager then first look if it already loaded it or not. This way, you don't load the same texture multiple times.

You can have a look at my series of articles over OpenGl. The second part focuses more in details about that specific subject.
Cédric Moonen
Software developer

Charting control [v3.0]
OpenGL game tutorial in C++

QuestionRetrieve User Details Pin
gothic_coder25-May-10 21:16
gothic_coder25-May-10 21:16 
QuestionRe: Retrieve User Details Pin
David Crow26-May-10 3:10
David Crow26-May-10 3:10 
AnswerRe: Retrieve User Details Pin
gothic_coder26-May-10 3:15
gothic_coder26-May-10 3:15 
Questionneed help regarding Activex control property pages Pin
Sreenivas00325-May-10 21:06
Sreenivas00325-May-10 21:06 
Questionevent for windowless Pin
zon_cpp25-May-10 20:56
zon_cpp25-May-10 20:56 
AnswerRe: event for windowless Pin
KarstenK25-May-10 21:12
mveKarstenK25-May-10 21:12 
QuestionHooking a process creation event Pin
Rajmohan SK25-May-10 19:36
Rajmohan SK25-May-10 19:36 
AnswerRe: Hooking a process creation event Pin
Garth J Lancaster25-May-10 20:40
professionalGarth J Lancaster25-May-10 20:40 
GeneralRe: Hooking a process creation event Pin
Rajmohan SK25-May-10 21:08
Rajmohan SK25-May-10 21:08 
Questionc++ combo box: how to retrieve value selected in a combo box Pin
mrby12325-May-10 18:49
mrby12325-May-10 18:49 
AnswerRe: c++ combo box: how to retrieve value selected in a combo box Pin
KingsGambit25-May-10 19:34
KingsGambit25-May-10 19:34 
AnswerRe: c++ combo box: how to retrieve value selected in a combo box Pin
Sakhalean25-May-10 19:58
Sakhalean25-May-10 19:58 
QuestionOne question about size of empty class... Pin
asadullah ansari25-May-10 16:53
asadullah ansari25-May-10 16:53 
AnswerRe: One question about size of empty class... Pin
Chris Losinger25-May-10 17:15
professionalChris Losinger25-May-10 17:15 
GeneralRe: One question about size of empty class... Pin
asadullah ansari25-May-10 17:37
asadullah ansari25-May-10 17:37 
GeneralRe: One question about size of empty class... Pin
Luc Pattyn25-May-10 17:57
sitebuilderLuc Pattyn25-May-10 17:57 
GeneralRe: One question about size of empty class... Pin
Emilio Garavaglia25-May-10 21:23
Emilio Garavaglia25-May-10 21:23 

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.