Click here to Skip to main content
15,921,660 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: character set conversion(UTF8 and UCS2) Pin
convert_sg21-Oct-03 19:03
convert_sg21-Oct-03 19:03 
Questionhow can i reach the same result in vc++? Pin
Habbit21-Oct-03 16:31
Habbit21-Oct-03 16:31 
AnswerRe: how can i reach the same result in vc++? Pin
David Crow21-Oct-03 16:51
David Crow21-Oct-03 16:51 
Generalthanks Pin
Habbit21-Oct-03 16:55
Habbit21-Oct-03 16:55 
GeneralRe: how can i reach the same result in vc++? Pin
includeh1022-Oct-03 4:49
includeh1022-Oct-03 4:49 
GeneralRe: how can i reach the same result in vc++? Pin
David Crow22-Oct-03 5:10
David Crow22-Oct-03 5:10 
GeneralDisable Auto Bitmap Scroll in CScrollView Pin
Swinefeaster21-Oct-03 15:45
Swinefeaster21-Oct-03 15:45 
GeneralRe: Disable Auto Bitmap Scroll in CScrollView Pin
John R. Shaw22-Oct-03 3:53
John R. Shaw22-Oct-03 3:53 
GeneralRe: Disable Auto Bitmap Scroll in CScrollView Pin
Swinefeaster22-Oct-03 7:15
Swinefeaster22-Oct-03 7:15 
GeneralEXCEPTION_ACCESS_VIOLATION Pin
John R. Shaw21-Oct-03 15:05
John R. Shaw21-Oct-03 15:05 
GeneralOpenGL in SDI/MDI tutorial Pin
ferryc@cbn.net.id21-Oct-03 14:37
ferryc@cbn.net.id21-Oct-03 14:37 
GeneralRe: OpenGL in SDI/MDI tutorial Pin
Snyp21-Oct-03 14:48
Snyp21-Oct-03 14:48 
GeneralRe: OpenGL in SDI/MDI tutorial Pin
Snyp21-Oct-03 14:53
Snyp21-Oct-03 14:53 
GeneralHelp in console c++ Pin
Snyp21-Oct-03 13:39
Snyp21-Oct-03 13:39 
GeneralRe: Help in console c++ Pin
Christian Graus21-Oct-03 13:49
protectorChristian Graus21-Oct-03 13:49 
GeneralRe: Help in console c++ Pin
Snyp21-Oct-03 13:51
Snyp21-Oct-03 13:51 
GeneralRe: Help in console c++ Pin
Christian Graus21-Oct-03 13:52
protectorChristian Graus21-Oct-03 13:52 
GeneralRe: Help in console c++ Pin
Snyp21-Oct-03 14:17
Snyp21-Oct-03 14:17 
GeneralRe: Help in console c++ Pin
Christian Graus21-Oct-03 14:18
protectorChristian Graus21-Oct-03 14:18 
GeneralRe: Help in console c++ Pin
Snyp21-Oct-03 14:21
Snyp21-Oct-03 14:21 
GeneralRe: Help in console c++ Pin
Christian Graus21-Oct-03 14:25
protectorChristian Graus21-Oct-03 14:25 
GeneralRe: Help in console c++ Pin
Snyp21-Oct-03 14:46
Snyp21-Oct-03 14:46 
GeneralRe: Help in console c++ Pin
joshfl23-Oct-03 10:02
joshfl23-Oct-03 10:02 
QuestionWhy wont this compile? Pin
adonisv21-Oct-03 11:32
adonisv21-Oct-03 11:32 
AnswerRe: Why wont this compile? Pin
Kentamanos21-Oct-03 11:51
Kentamanos21-Oct-03 11:51 
If you're using precompiled headers, every file has to begin with:

#include "stdafx.h"

That assumes you didn't change your precompiled header file in your project options. If you don't want precompiled headers, disable that in your project.

Also, why do you have #include lines with no file after them?

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.