Click here to Skip to main content
15,918,596 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Saving CString to text file Pin
23-Oct-01 10:06
suss23-Oct-01 10:06 
GeneralRe: Saving CString to text file Pin
Andrew Peace23-Oct-01 13:10
Andrew Peace23-Oct-01 13:10 
GeneralRe: Saving CString to text file Pin
23-Oct-01 5:12
suss23-Oct-01 5:12 
QuestionHow to save a binary resource file to disk Pin
Xenion23-Oct-01 0:06
Xenion23-Oct-01 0:06 
AnswerRe: How to save a binary resource file to disk Pin
Christian Graus23-Oct-01 0:45
protectorChristian Graus23-Oct-01 0:45 
Generaltextcolor Pin
22-Oct-01 23:46
suss22-Oct-01 23:46 
GeneralRe: textcolor Pin
Christian Graus22-Oct-01 23:51
protectorChristian Graus22-Oct-01 23:51 
GeneralRe: textcolor Pin
24-Oct-01 3:25
suss24-Oct-01 3:25 
this is a sample of the program:
(it is i think a dos prog)

void background(void){
int a;
clrscr();
for(a=1;a<2000;a++){
textcolor(1);
textbackground(7);
cprintf("°");
}
gotoxy(1,25);
for(a=1;a<80;a++){
textbackground(7);
cprintf(" ");
}
}
QuestionXP will change my user interface? Pin
Joan M22-Oct-01 23:36
professionalJoan M22-Oct-01 23:36 
AnswerRe: XP will change my user interface? Pin
Christian Graus22-Oct-01 23:48
protectorChristian Graus22-Oct-01 23:48 
AnswerRe: XP will change my user interface? Pin
Ashman22-Oct-01 23:48
Ashman22-Oct-01 23:48 
AnswerRe: XP will change my user interface? Pin
Tomasz Sowinski23-Oct-01 2:35
Tomasz Sowinski23-Oct-01 2:35 
GeneralSystem tray icons not showing in XP or 2k Pin
Ashman22-Oct-01 23:35
Ashman22-Oct-01 23:35 
GeneralWhen press Enter Key Pin
22-Oct-01 22:29
suss22-Oct-01 22:29 
GeneralRe: When press Enter Key Pin
Jonas Larsson22-Oct-01 22:33
Jonas Larsson22-Oct-01 22:33 
GeneralRe: When press Enter Key Pin
Cris23-Oct-01 2:34
Cris23-Oct-01 2:34 
GeneralRe: When press Enter Key Pin
Michael Dunn22-Oct-01 22:35
sitebuilderMichael Dunn22-Oct-01 22:35 
GeneralDestroying COleSafeArray ... Pin
Hadi Rezaee22-Oct-01 18:41
Hadi Rezaee22-Oct-01 18:41 
GeneralRe: Destroying COleSafeArray ... Pin
Christian Graus22-Oct-01 18:47
protectorChristian Graus22-Oct-01 18:47 
Questiona Console Question ? Pin
The_Server22-Oct-01 17:39
The_Server22-Oct-01 17:39 
AnswerRe: a Console Question ? Pin
Ben Burnett22-Oct-01 20:14
Ben Burnett22-Oct-01 20:14 
GeneralRe: a Console Question ? Pin
The_Server22-Oct-01 20:43
The_Server22-Oct-01 20:43 
GeneralAnother Console Question ? Pin
The_Server22-Oct-01 20:52
The_Server22-Oct-01 20:52 
GeneralRe: Another Console Question ? Pin
Christian Graus22-Oct-01 21:04
protectorChristian Graus22-Oct-01 21:04 
GeneralRe: Another Console Question ? Pin
The_Server22-Oct-01 21:12
The_Server22-Oct-01 21:12 

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.