Click here to Skip to main content
15,903,175 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questionreading file header Pin
pnpfriend18-Jan-06 11:02
pnpfriend18-Jan-06 11:02 
AnswerRe: reading file header Pin
Stephen Hewitt18-Jan-06 12:30
Stephen Hewitt18-Jan-06 12:30 
GeneralRe: reading file header Pin
pnpfriend19-Jan-06 5:01
pnpfriend19-Jan-06 5:01 
GeneralRe: reading file header Pin
Blake Miller19-Jan-06 8:40
Blake Miller19-Jan-06 8:40 
QuestionCSliderCtrl redraw when transparent Pin
Jerry Ott III18-Jan-06 10:55
Jerry Ott III18-Jan-06 10:55 
AnswerRe: CSliderCtrl redraw when transparent Pin
Owner drawn18-Jan-06 17:57
Owner drawn18-Jan-06 17:57 
GeneralRe: CSliderCtrl redraw when transparent Pin
Jerry Ott III19-Jan-06 4:06
Jerry Ott III19-Jan-06 4:06 
QuestionVisual C++ and C programming Pin
thierrypp18-Jan-06 7:41
thierrypp18-Jan-06 7:41 
Hi, God Morning/afternoon,

May I know how to work with c files on a visual C++ 6.0 IDE?

Some people say it is easy, howver I am encountering a lot of problems.

examples simple. project.

the c file looks like:
/* ------------- */
/* mon_include.c */
/* ------------- */
#include <stdio.h>

main()
{
#include "mon_include.h"

i = 10 ;
j = 20 ;
k = i+j ;
printf("k = %d\n",k);
}


and the *.h file

/* ------------- */
/* mon_include.h */
/* ------------- */
int i,j ;
int k ;
/* ------------- */


Thanks a lot,

I work on Visual C++ 6.0 introductory edition.

T.
AnswerRe: Visual C++ and C programming Pin
Tombo18-Jan-06 8:02
Tombo18-Jan-06 8:02 
GeneralRe: Visual C++ and C programming Pin
FarPointer18-Jan-06 8:17
FarPointer18-Jan-06 8:17 
QuestionRe: Visual C++ and C programming Pin
David Crow18-Jan-06 8:27
David Crow18-Jan-06 8:27 
AnswerRe: Visual C++ and C programming Pin
thierrypp18-Jan-06 8:32
thierrypp18-Jan-06 8:32 
QuestionRe: Visual C++ and C programming Pin
David Crow18-Jan-06 8:39
David Crow18-Jan-06 8:39 
AnswerRe: Visual C++ and C programming Pin
thierrypp18-Jan-06 8:57
thierrypp18-Jan-06 8:57 
AnswerRe: Visual C++ and C programming Pin
thierrypp18-Jan-06 9:04
thierrypp18-Jan-06 9:04 
GeneralRe: Visual C++ and C programming Pin
David Crow18-Jan-06 9:16
David Crow18-Jan-06 9:16 
GeneralRe: Visual C++ and C programming Pin
thierrypp18-Jan-06 9:25
thierrypp18-Jan-06 9:25 
GeneralRe: Visual C++ and C programming Pin
David Crow18-Jan-06 9:58
David Crow18-Jan-06 9:58 
GeneralRe: Visual C++ and C programming Pin
thierrypp18-Jan-06 10:07
thierrypp18-Jan-06 10:07 
GeneralRe: Visual C++ and C programming Pin
BadKarma18-Jan-06 10:35
BadKarma18-Jan-06 10:35 
GeneralRe: Visual C++ and C programming Pin
thierrypp18-Jan-06 10:42
thierrypp18-Jan-06 10:42 
GeneralRe: Visual C++ and C programming Pin
Graham Bradshaw18-Jan-06 9:10
Graham Bradshaw18-Jan-06 9:10 
GeneralRe: Visual C++ and C programming Pin
thierrypp18-Jan-06 9:16
thierrypp18-Jan-06 9:16 
GeneralRe: Visual C++ and C programming Pin
BadKarma18-Jan-06 9:54
BadKarma18-Jan-06 9:54 
GeneralRe: Visual C++ and C programming Pin
thierrypp18-Jan-06 9:58
thierrypp18-Jan-06 9:58 

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.