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

C / C++ / MFC

 
GeneralRe: CWnd Object Pin
Coremn20-Apr-04 21:24
Coremn20-Apr-04 21:24 
GeneralWhere can I get/download DBG files for MS VS 7, C++ Pin
MrCyber20-Apr-04 20:41
MrCyber20-Apr-04 20:41 
GeneralRe: Where can I get/download DBG files for MS VS 7, C++ Pin
Mike Dimmick21-Apr-04 0:43
Mike Dimmick21-Apr-04 0:43 
GeneralRe: Where can I get/download DBG files for MS VS 7, C++ Pin
MrCyber21-Apr-04 1:36
MrCyber21-Apr-04 1:36 
GeneralTimer Pin
Anonymous20-Apr-04 20:33
Anonymous20-Apr-04 20:33 
GeneralRe: Timer Pin
Balkrishna Talele21-Apr-04 0:15
Balkrishna Talele21-Apr-04 0:15 
GeneralSilly question about std namespace Pin
Jerome Conus20-Apr-04 20:15
Jerome Conus20-Apr-04 20:15 
GeneralRe: Silly question about std namespace Pin
Maxwell Chen20-Apr-04 20:23
Maxwell Chen20-Apr-04 20:23 
#include <iostream>
#include <vector>
#include <cmath>
int main (void)
{
std::vector<int> MyVect;
int a= -5;
int b= abs(a);
return 0;
}

<b>Maxwell Chen</b>
GeneralRe: Silly question about std namespace Pin
Jerome Conus20-Apr-04 20:34
Jerome Conus20-Apr-04 20:34 
GeneralRe: Silly question about std namespace Pin
Maxwell Chen20-Apr-04 20:59
Maxwell Chen20-Apr-04 20:59 
GeneralRe: Silly question about std namespace Pin
Mike Dimmick21-Apr-04 0:50
Mike Dimmick21-Apr-04 0:50 
GeneralRe: Silly question about std namespace Pin
Jerome Conus21-Apr-04 1:03
Jerome Conus21-Apr-04 1:03 
GeneralVC++ -&gt; Want to modify a binary file that contain &quot;ab 0e&quot; to &quot;0xab 0x0e&quot;. Pin
Pankaj Bhalla20-Apr-04 19:51
Pankaj Bhalla20-Apr-04 19:51 
GeneralRe: VC++ -&gt; Want to modify a binary file that contain &quot;ab 0e&quot; to &quot;0xab 0x0e&quot;. Pin
Steve S20-Apr-04 22:01
Steve S20-Apr-04 22:01 
GeneralRe: VC++ -&gt; Want to modify a binary file that contain &quot;ab 0e&quot; to &quot;0xab 0x0e&quot;. Pin
toxcct20-Apr-04 22:42
toxcct20-Apr-04 22:42 
GeneralRe: VC++ -&gt; Want to modify a binary file that contain &quot;ab 0e&quot; to &quot;0xab 0x0e&quot;. Pin
Tim Smith21-Apr-04 3:48
Tim Smith21-Apr-04 3:48 
Generalhelp on winsock problem Pin
psyclope20-Apr-04 18:26
psyclope20-Apr-04 18:26 
GeneralRe: help on winsock problem Pin
Paul Ranson21-Apr-04 9:47
Paul Ranson21-Apr-04 9:47 
QuestionHow to map CString to Class Pin
ykutanoor20-Apr-04 18:24
ykutanoor20-Apr-04 18:24 
AnswerRe: How to map CString to Class Pin
Christian Graus20-Apr-04 18:28
protectorChristian Graus20-Apr-04 18:28 
AnswerRe: How to map CString to Class Pin
Mike Dimmick21-Apr-04 0:53
Mike Dimmick21-Apr-04 0:53 
GeneralNewBird: How to...... Pin
tcsiong20-Apr-04 18:01
tcsiong20-Apr-04 18:01 
GeneralRe: NewBird: How to...... Pin
22491720-Apr-04 19:25
22491720-Apr-04 19:25 
QuestionHow to embed a binary file using CArchive Pin
Ted Christiansen20-Apr-04 13:53
Ted Christiansen20-Apr-04 13:53 
AnswerRe: How to embed a binary file using CArchive Pin
Mike Dimmick21-Apr-04 0:57
Mike Dimmick21-Apr-04 0:57 

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.