Click here to Skip to main content
15,908,776 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Re-using a socket after a completed AcceptEx() call! Pin
geo_m9-Jun-03 21:25
geo_m9-Jun-03 21:25 
Generalnew Threads and MultiThreads Pin
johnstonsk9-Jun-03 11:01
johnstonsk9-Jun-03 11:01 
GeneralRe: new Threads and MultiThreads Pin
bond0069-Jun-03 13:08
bond0069-Jun-03 13:08 
GeneralMy program doesn't recognize "sin" - but I've included <math.h> Pin
kleft9-Jun-03 10:07
kleft9-Jun-03 10:07 
GeneralRe: My program doesn't recognize "sin" - but I've included <math.h> Pin
David Crow9-Jun-03 10:30
David Crow9-Jun-03 10:30 
GeneralRe: My program doesn't recognize "sin" - but I've included <math.h> Pin
kleft9-Jun-03 11:04
kleft9-Jun-03 11:04 
GeneralRe: My program doesn't recognize "sin" - but I've included <math.h> Pin
peterchen9-Jun-03 21:44
peterchen9-Jun-03 21:44 
GeneralRe: My program doesn't recognize "sin" - but I've included <math.h> Pin
Roger Allen10-Jun-03 0:36
Roger Allen10-Jun-03 0:36 
If your working on aproject with precompiled headers, the compiler will ignore all statements upto the
#include "Stdafx.h"

line, so if you had #include math.h before this line it would have been ignored, it has to be after that line and then all would be ok.

Roger Allen
Sonork 100.10016

Were you different as a kid? Did you ever say "Ooohhh, shiny red" even once? - Paul Watson 11-February-2003
QuestionCarriage return and line feed, y use them in files?? Pin
IrishSonic9-Jun-03 8:30
IrishSonic9-Jun-03 8:30 
AnswerRe: Carriage return and line feed, y use them in files?? Pin
David Crow9-Jun-03 9:23
David Crow9-Jun-03 9:23 
AnswerRe: Carriage return and line feed, y use them in files?? Pin
Christian Graus9-Jun-03 16:13
protectorChristian Graus9-Jun-03 16:13 
AnswerRe: Carriage return and line feed, y use them in files?? Pin
David Chamberlain10-Jun-03 3:19
David Chamberlain10-Jun-03 3:19 
GeneralIDE (vc++ 6) Pin
Maximilien9-Jun-03 8:17
Maximilien9-Jun-03 8:17 
GeneralRe: IDE (vc++ 6) Pin
David Crow9-Jun-03 9:26
David Crow9-Jun-03 9:26 
QuestionHow do I correlate IP address and device description to a specific adapter card? Pin
JohnnyG9-Jun-03 8:15
JohnnyG9-Jun-03 8:15 
AnswerRe: How do I correlate IP address and device description to a specific adapter card? Pin
David Crow9-Jun-03 9:33
David Crow9-Jun-03 9:33 
GeneralRe: How do I correlate IP address and device description to a specific adapter card? Pin
JohnnyG9-Jun-03 9:43
JohnnyG9-Jun-03 9:43 
GeneralRe: How do I correlate IP address and device description to a specific adapter card? Pin
David Crow9-Jun-03 10:26
David Crow9-Jun-03 10:26 
GeneralIdentical Resource IDs Pin
smjones9-Jun-03 8:04
smjones9-Jun-03 8:04 
GeneralRe: Identical Resource IDs Pin
Neville Franks9-Jun-03 11:43
Neville Franks9-Jun-03 11:43 
GeneralRe: Identical Resource IDs Pin
Sardaukar9-Jun-03 21:40
Sardaukar9-Jun-03 21:40 
GeneralSomething better than atoi Pin
Shay Harel9-Jun-03 7:06
Shay Harel9-Jun-03 7:06 
GeneralRe: Something better than atoi Pin
basementman9-Jun-03 7:10
basementman9-Jun-03 7:10 
GeneralRe: Something better than atoi Pin
Shay Harel9-Jun-03 7:14
Shay Harel9-Jun-03 7:14 
GeneralRe: Something better than atoi Pin
Shay Harel9-Jun-03 7:16
Shay Harel9-Jun-03 7:16 

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.