Click here to Skip to main content
15,913,486 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: How to detect the browser version? Pin
Cyrus Dang4-May-05 7:48
Cyrus Dang4-May-05 7:48 
GeneralToggle line numbers in MS Visual C++ 6.0 Pin
knapak3-May-05 12:31
knapak3-May-05 12:31 
GeneralRe: Toggle line numbers in MS Visual C++ 6.0 Pin
David Crow3-May-05 16:49
David Crow3-May-05 16:49 
GeneralRe: Toggle line numbers in MS Visual C++ 6.0 Pin
knapak4-May-05 8:43
knapak4-May-05 8:43 
GeneralPopUp Menu Pin
javi_jmc3-May-05 12:30
javi_jmc3-May-05 12:30 
GeneralRe: PopUp Menu Pin
Ryan Binns3-May-05 18:40
Ryan Binns3-May-05 18:40 
QuestionHow to implement delay Pin
hithesh3-May-05 12:22
hithesh3-May-05 12:22 
AnswerRe: How to implement delay Pin
Christian Graus3-May-05 13:37
protectorChristian Graus3-May-05 13:37 
Sleep is the command to make your app stop for a bit.

hithesh wrote:
Can some one also give me info on the following -

msdn.microsoft.com can.

hithesh wrote:
GettickCount

The GetTickCount function retrieves the number of milliseconds that have elapsed since the system was started. ( first hit on google )

hithesh wrote:
Dword

A DWORD is an unsigned long. It's a really big number.

hithesh wrote:
ASSERT

An ASSERT is a construct that will fail if the condition you pass it fails. This means that in debugging, you can check the assumptions that your code makes about the state of your application at any point. It is not included in release builds, and should be used for debugging only.

hithesh wrote:
dwcount

Is probably a variable called count, that is of type DWORD, and has been created using Hungarian notation ( where the first few letters of a camel case variable name denote the type of the variable )

Christian Graus - Microsoft MVP - C++
GeneralRe: How to implement delay Pin
Anonymous3-May-05 14:01
Anonymous3-May-05 14:01 
GeneralRe: How to implement delay Pin
Christian Graus3-May-05 14:06
protectorChristian Graus3-May-05 14:06 
GeneralRe: How to implement delay Pin
hithesh23-May-05 14:34
susshithesh23-May-05 14:34 
GeneralRe: How to implement delay Pin
Christian Graus3-May-05 14:46
protectorChristian Graus3-May-05 14:46 
GeneralRe: How to implement delay Pin
hithesh3-May-05 16:54
hithesh3-May-05 16:54 
GeneralRe: How to implement delay Pin
Christian Graus3-May-05 16:58
protectorChristian Graus3-May-05 16:58 
Generalwindow stops repainting... Pin
Ramsus3-May-05 10:02
Ramsus3-May-05 10:02 
GeneralRe: window stops repainting... Pin
Ravi Bhavnani3-May-05 11:34
professionalRavi Bhavnani3-May-05 11:34 
Generalhlp me out!! Pin
Member 18801463-May-05 9:40
Member 18801463-May-05 9:40 
GeneralRe: hlp me out!! Pin
Maximilien3-May-05 9:44
Maximilien3-May-05 9:44 
GeneralRe: hlp me out!! Pin
David Crow3-May-05 10:45
David Crow3-May-05 10:45 
GeneralRe: hlp me out!! Pin
Member 18801463-May-05 20:44
Member 18801463-May-05 20:44 
GeneralRe: hlp me out!! Pin
David Crow4-May-05 2:21
David Crow4-May-05 2:21 
GeneralConverting char to char* Pin
talkster53-May-05 9:10
talkster53-May-05 9:10 
GeneralRe: Converting char to char* Pin
Wes Aday3-May-05 9:16
professionalWes Aday3-May-05 9:16 
GeneralRe: Converting char to char* Pin
talkster53-May-05 9:24
talkster53-May-05 9:24 
GeneralRe: Converting char to char* Pin
David Crow3-May-05 10:32
David Crow3-May-05 10:32 

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.