Click here to Skip to main content
15,895,462 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: 32 bit vs 64 bit machine, same c++ code compiled on each....different numerical results! Pin
Cedric Moonen30-Sep-10 7:47
Cedric Moonen30-Sep-10 7:47 
AnswerRe: 32 bit vs 64 bit machine, same c++ code compiled on each....different numerical results! Pin
Luc Pattyn30-Sep-10 7:53
sitebuilderLuc Pattyn30-Sep-10 7:53 
GeneralRe: 32 bit vs 64 bit machine, same c++ code compiled on each....different numerical results! Pin
ns30-Sep-10 10:02
ns30-Sep-10 10:02 
AnswerRe: 32 bit vs 64 bit machine, same c++ code compiled on each....different numerical results! Pin
Maximilien30-Sep-10 7:54
Maximilien30-Sep-10 7:54 
AnswerRe: 32 bit vs 64 bit machine, same c++ code compiled on each....different numerical results! Pin
Joe Woodbury3-Oct-10 11:12
professionalJoe Woodbury3-Oct-10 11:12 
QuestionSystem Hooking Pin
Fareed Rizkalla30-Sep-10 5:45
Fareed Rizkalla30-Sep-10 5:45 
AnswerRe: System Hooking Pin
«_Superman_»30-Sep-10 18:37
professional«_Superman_»30-Sep-10 18:37 
Questionvisual studio 2005 fails to debug c++ program, breakpoint will never be hint, program after debug always running in background, (be found in task manager->processes) Pin
blueroadside30-Sep-10 5:07
blueroadside30-Sep-10 5:07 
Hi, dear all,

I have some trouble to debug c++ program in Visual Studio 2005, it used to work before, but since 2 weeks no more.

Now the time if i want to simply debug a c++ program like hello world as stated below

#include "stdafx.h"
#include <iostream>;

int _tmain(int argc, _TCHAR* argv[])
{
std::cout << "Hello World\n";
return 0;
}

I set the breakpoint in std::out line, then start the debug with F5 or click the green triangle symbole, I get the hint that the programm is running in the window title of visual studio, but the breakpoint will never be hit and it looks like the program is not running at all. Then I stop the debug but after the stop debugging i can still find my program is still running in Processe of Task Manager. There is no way i can kill it.

The program could be compiled and also be excuted like using Ctrl + F5 to start. I have tried another hello would program in c#, debug compile everything is fine! it seems, only c++ programm have trouble. Any idea to this?

thanks,

Jing
AnswerRe: visual studio 2005 fails to debug c++ program, breakpoint will never be hint, program after debug always running in background, (be found in task manager->processes) Pin
Luc Pattyn30-Sep-10 5:59
sitebuilderLuc Pattyn30-Sep-10 5:59 
GeneralRe: visual studio 2005 fails to debug c++ program, breakpoint will never be hint, program after debug always running in background, (be found in task manager->processes) Pin
blueroadside1-Oct-10 0:17
blueroadside1-Oct-10 0:17 
AnswerRe: visual studio 2005 fails to debug c++ program, breakpoint will never be hint, program after debug always running in background, (be found in task manager->processes) Pin
prasad_som30-Sep-10 23:56
prasad_som30-Sep-10 23:56 
GeneralRe: visual studio 2005 fails to debug c++ program, breakpoint will never be hint, program after debug always running in background, (be found in task manager->processes) Pin
blueroadside1-Oct-10 0:23
blueroadside1-Oct-10 0:23 
QuestionWhat is this error msg? [solved] Pin
AmbiguousName30-Sep-10 3:47
AmbiguousName30-Sep-10 3:47 
AnswerRe: What is this error msg? [solved] Pin
Member 437175630-Sep-10 7:16
Member 437175630-Sep-10 7:16 
AnswerRe: What is this error msg? [solved] Pin
David Crow30-Sep-10 8:51
David Crow30-Sep-10 8:51 
QuestionCDialog DoModal function [Moved] Pin
prithaa30-Sep-10 1:48
prithaa30-Sep-10 1:48 
AnswerRe: CDialog DoModal function Pin
Richard MacCutchan30-Sep-10 2:27
mveRichard MacCutchan30-Sep-10 2:27 
GeneralRe: CDialog DoModal function Pin
prithaa1-Oct-10 1:42
prithaa1-Oct-10 1:42 
GeneralRe: CDialog DoModal function Pin
Richard MacCutchan1-Oct-10 2:35
mveRichard MacCutchan1-Oct-10 2:35 
GeneralRe: CDialog DoModal function Pin
prithaa1-Oct-10 17:20
prithaa1-Oct-10 17:20 
GeneralRe: CDialog DoModal function Pin
Richard MacCutchan1-Oct-10 23:05
mveRichard MacCutchan1-Oct-10 23:05 
GeneralRe: CDialog DoModal function Pin
prithaa2-Oct-10 0:17
prithaa2-Oct-10 0:17 
GeneralRe: CDialog DoModal function Pin
Richard MacCutchan2-Oct-10 1:11
mveRichard MacCutchan2-Oct-10 1:11 
GeneralRe: CDialog DoModal function Pin
prithaa2-Oct-10 2:06
prithaa2-Oct-10 2:06 
GeneralRe: CDialog DoModal function Pin
Richard MacCutchan2-Oct-10 4:12
mveRichard MacCutchan2-Oct-10 4:12 

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.