Click here to Skip to main content
15,900,394 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How to write in windows registry Pin
Rahul Vaishnav21-Sep-07 1:03
Rahul Vaishnav21-Sep-07 1:03 
GeneralRe: How to write in windows registry Pin
Exelioindia21-Sep-07 1:33
Exelioindia21-Sep-07 1:33 
GeneralRe: How to write in windows registry Pin
David Crow21-Sep-07 2:49
David Crow21-Sep-07 2:49 
General[Message Deleted] Pin
Californian221-Sep-07 5:57
Californian221-Sep-07 5:57 
GeneralRe: How to write in windows registry Pin
David Crow21-Sep-07 6:07
David Crow21-Sep-07 6:07 
GeneralRe: How to write in windows registry Pin
Rahul Vaishnav25-Sep-07 19:27
Rahul Vaishnav25-Sep-07 19:27 
Questionis there a way in MAPI to convert HTML to mime Pin
monsieur_jj20-Sep-07 20:05
monsieur_jj20-Sep-07 20:05 
QuestionAny suggestions? Pin
dellthinker20-Sep-07 20:00
dellthinker20-Sep-07 20:00 
Hi all. Im trying to make a function to try to attempt something, but when it fails try "one" more time and then move on to the next thing.

So far i've made something that doesnt look close to what i have to do.

<br />
#include <iostream><br />
#include <string><br />
#include <windows.h><br />
using namespace std;<br />
<br />
int main()<br />
{<br />
	string test="Testing this";<br />
	string test1="Testing the other side";<br />
	if(test == test1){<br />
		while(test == test1){<br />
			Sleep(9000);<br />
			cout << "Match " << endl;<br />
		}<br />
	}<br />
	else{<br />
		cout << "No match! " << endl;<br />
	}<br />
	return 0;<br />
}<br />


Any suggestions? Thanx in advance!
AnswerRe: Any suggestions? Pin
John R. Shaw20-Sep-07 20:21
John R. Shaw20-Sep-07 20:21 
AnswerRe: Any suggestions? Pin
nbugalia20-Sep-07 20:51
nbugalia20-Sep-07 20:51 
QuestionRe: Any suggestions? Pin
David Crow21-Sep-07 2:53
David Crow21-Sep-07 2:53 
QuestionTimer in 10 Msec Pin
SURESH.SP20-Sep-07 19:42
SURESH.SP20-Sep-07 19:42 
AnswerRe: Timer in 10 Msec Pin
Cedric Moonen20-Sep-07 19:58
Cedric Moonen20-Sep-07 19:58 
AnswerRe: Timer in 10 Msec Pin
Roger Stoltz20-Sep-07 20:35
Roger Stoltz20-Sep-07 20:35 
AnswerRe: Timer in 10 Msec Pin
Randor 20-Sep-07 20:46
professional Randor 20-Sep-07 20:46 
AnswerRe: Timer in 10 Msec Pin
ThatsAlok20-Sep-07 23:11
ThatsAlok20-Sep-07 23:11 
Question[Solved] cleanup, DestroyWindow or OnDestroy? [modified] Pin
Hamed Musavi20-Sep-07 17:37
Hamed Musavi20-Sep-07 17:37 
AnswerRe: cleanup, DestroyWindow or OnDestroy? Pin
DevMentor.org20-Sep-07 18:12
DevMentor.org20-Sep-07 18:12 
GeneralRe: cleanup, DestroyWindow or OnDestroy? Pin
Hamed Musavi20-Sep-07 18:38
Hamed Musavi20-Sep-07 18:38 
GeneralRe: cleanup, DestroyWindow or OnDestroy? Pin
DevMentor.org20-Sep-07 19:06
DevMentor.org20-Sep-07 19:06 
GeneralRe: cleanup, DestroyWindow or OnDestroy? Pin
Hamed Musavi20-Sep-07 20:16
Hamed Musavi20-Sep-07 20:16 
GeneralRe: cleanup, DestroyWindow or OnDestroy? Pin
DevMentor.org20-Sep-07 20:32
DevMentor.org20-Sep-07 20:32 
GeneralRe: cleanup, DestroyWindow or OnDestroy? Pin
Hamed Musavi20-Sep-07 21:17
Hamed Musavi20-Sep-07 21:17 
GeneralRe: cleanup, DestroyWindow or OnDestroy? Pin
DevMentor.org20-Sep-07 21:25
DevMentor.org20-Sep-07 21:25 
GeneralRe: cleanup, DestroyWindow or OnDestroy? Pin
Hamed Musavi20-Sep-07 22:33
Hamed Musavi20-Sep-07 22:33 

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.