Click here to Skip to main content
15,915,611 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: client-server communication Pin
Jhony george31-Mar-08 1:14
Jhony george31-Mar-08 1:14 
GeneralRe: client-server communication Pin
David Crow31-Mar-08 4:02
David Crow31-Mar-08 4:02 
GeneralMS-Access Database with Visual C++2005. Pin
Le@rner30-Mar-08 20:02
Le@rner30-Mar-08 20:02 
GeneralRe: MS-Access Database with Visual C++2005. Pin
Saurabh.Garg30-Mar-08 20:14
Saurabh.Garg30-Mar-08 20:14 
GeneralRe: MS-Access Database with Visual C++2005. Pin
Le@rner30-Mar-08 20:48
Le@rner30-Mar-08 20:48 
GeneralRe: MS-Access Database with Visual C++2005. Pin
Saurabh.Garg30-Mar-08 21:24
Saurabh.Garg30-Mar-08 21:24 
GeneralRe: MS-Access Database with Visual C++2005. Pin
Le@rner30-Mar-08 21:35
Le@rner30-Mar-08 21:35 
GeneralRe: MS-Access Database with Visual C++2005. Pin
Saurabh.Garg30-Mar-08 21:47
Saurabh.Garg30-Mar-08 21:47 
Yeah those are because most like arguments of pow are not compatible. Check if is code like this

double x = 10;
pow(5, x);

In this case change it to
pow(5.0, x).

And just FYI when you get a warning or error in VC++ you can look for it in MSDN in detail and ways to fix it. Easiest way to do this is click on the error or warning number in the Output Window and press F1.

-Saurabh
GeneralRe: MS-Access Database with Visual C++2005. Pin
Le@rner30-Mar-08 22:24
Le@rner30-Mar-08 22:24 
GeneralRe: MS-Access Database with Visual C++2005. Pin
Le@rner30-Mar-08 23:44
Le@rner30-Mar-08 23:44 
GeneralRe: MS-Access Database with Visual C++2005. Pin
CPallini30-Mar-08 21:34
mveCPallini30-Mar-08 21:34 
QuestionRe: MS-Access Database with Visual C++2005. Pin
David Crow31-Mar-08 4:04
David Crow31-Mar-08 4:04 
GeneralRe: MS-Access Database with Visual C++2005. Pin
Le@rner31-Mar-08 18:39
Le@rner31-Mar-08 18:39 
QuestionRe: MS-Access Database with Visual C++2005. Pin
David Crow1-Apr-08 3:26
David Crow1-Apr-08 3:26 
GeneralRe: MS-Access Database with Visual C++2005. Pin
Hamid_RT7-Apr-08 2:31
Hamid_RT7-Apr-08 2:31 
GeneralAssembly Wrappers Pin
Luis_the_Code30-Mar-08 13:45
Luis_the_Code30-Mar-08 13:45 
GeneralRe: Assembly Wrappers Pin
kcynic30-Mar-08 21:08
kcynic30-Mar-08 21:08 
GeneralSmart Pointers Pin
Richard Andrew x6430-Mar-08 13:29
professionalRichard Andrew x6430-Mar-08 13:29 
GeneralRe: Smart Pointers Pin
Mark Salsbery30-Mar-08 14:53
Mark Salsbery30-Mar-08 14:53 
GeneralRe: Smart Pointers Pin
Richard Andrew x6430-Mar-08 14:58
professionalRichard Andrew x6430-Mar-08 14:58 
GeneralRe: Smart Pointers Pin
Rajkumar R30-Mar-08 19:40
Rajkumar R30-Mar-08 19:40 
GeneralRe: Smart Pointers Pin
cmk30-Mar-08 18:27
cmk30-Mar-08 18:27 
GeneralRe: Smart Pointers Pin
Chris Losinger31-Mar-08 1:42
professionalChris Losinger31-Mar-08 1:42 
Questionunique ID for each computer Pin
Joseph Marzbani30-Mar-08 9:54
Joseph Marzbani30-Mar-08 9:54 
GeneralRe: unique ID for each computer Pin
Richard Andrew x6430-Mar-08 14:08
professionalRichard Andrew x6430-Mar-08 14:08 

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.