Click here to Skip to main content
15,879,535 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Not able to find the square of the floating number ... Pin
jeron129-Jul-14 9:14
jeron129-Jul-14 9:14 
GeneralRe: Not able to find the square of the floating number ... Pin
mybm129-Jul-14 18:20
mybm129-Jul-14 18:20 
Questionmigration from Visual studio 6 Pin
Swap928-Jul-14 3:30
Swap928-Jul-14 3:30 
AnswerRe: migration from Visual studio 6 Pin
Jochen Arndt28-Jul-14 4:03
professionalJochen Arndt28-Jul-14 4:03 
GeneralRe: migration from Visual studio 6 Pin
Swap928-Jul-14 4:34
Swap928-Jul-14 4:34 
GeneralRe: migration from Visual studio 6 Pin
Jochen Arndt28-Jul-14 4:58
professionalJochen Arndt28-Jul-14 4:58 
GeneralRe: migration from Visual studio 6 Pin
Swap928-Jul-14 5:03
Swap928-Jul-14 5:03 
GeneralRe: migration from Visual studio 6 Pin
Jochen Arndt28-Jul-14 5:11
professionalJochen Arndt28-Jul-14 5:11 
Member 10403830 wrote:
You mean I should try compiling .CPP file as .C files once ?
No.
That won't work. Just compile them first as they are (the MS compilers uses the file extension to select the compiler). If you have problems with C files, try to compile them as C++.

The errors from the C++ files must be solved by you to make the new MS compilers happy. If you get stuck with a specific error, ask here again showing the full error message, the code around the indicated line number, and the definitions of user defined types (e.g. structs and typedefs) if necessary.

Note that the errors may be also located in lines before the indicated one. Therefore always have also a look at the previous lines (especially the one before).
GeneralRe: migration from Visual studio 6 Pin
Swap928-Jul-14 11:25
Swap928-Jul-14 11:25 
GeneralRe: migration from Visual studio 6 Pin
Jochen Arndt28-Jul-14 21:16
professionalJochen Arndt28-Jul-14 21:16 
GeneralRe: migration from Visual studio 6 Pin
Swap929-Jul-14 3:36
Swap929-Jul-14 3:36 
GeneralRe: migration from Visual studio 6 Pin
Jochen Arndt29-Jul-14 4:01
professionalJochen Arndt29-Jul-14 4:01 
GeneralRe: migration from Visual studio 6 Pin
Swap929-Jul-14 4:26
Swap929-Jul-14 4:26 
GeneralRe: migration from Visual studio 6 Pin
Jochen Arndt29-Jul-14 4:44
professionalJochen Arndt29-Jul-14 4:44 
GeneralHi Jochen, Need help again Pin
Swap931-Jul-14 23:14
Swap931-Jul-14 23:14 
GeneralRe: Hi Jochen, Need help again Pin
Jochen Arndt31-Jul-14 23:35
professionalJochen Arndt31-Jul-14 23:35 
GeneralRe: Hi Jochen, Need help again Pin
Swap91-Aug-14 0:46
Swap91-Aug-14 0:46 
GeneralRe: Hi Jochen, Need help again Pin
Jochen Arndt1-Aug-14 1:12
professionalJochen Arndt1-Aug-14 1:12 
GeneralRe: Hi Jochen, Need help again Pin
Swap91-Aug-14 2:46
Swap91-Aug-14 2:46 
GeneralRe: Hi Jochen, Need help again Pin
Jochen Arndt1-Aug-14 3:00
professionalJochen Arndt1-Aug-14 3:00 
GeneralRe: Hi Jochen, Need help again Pin
Swap91-Aug-14 3:14
Swap91-Aug-14 3:14 
GeneralRe: Hi Jochen, Need help again Pin
Swap91-Aug-14 3:34
Swap91-Aug-14 3:34 
GeneralRe: Hi Jochen, Need help again Pin
Jochen Arndt1-Aug-14 3:49
professionalJochen Arndt1-Aug-14 3:49 
GeneralRe: Hi Jochen, Need help again Pin
Swap91-Aug-14 4:37
Swap91-Aug-14 4:37 
GeneralRe: Hi Jochen, Need help again Pin
Jochen Arndt3-Aug-14 21:17
professionalJochen Arndt3-Aug-14 21:17 

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.