Click here to Skip to main content
15,897,718 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionAdvanced Chat application Part 03 -Audio Video Call Problem- (tough work time) Pin
Mustapha Rédouane23-Dec-08 0:34
Mustapha Rédouane23-Dec-08 0:34 
QuestionAdvanced Chat application Part 02 (contact list control) Pin
Mustapha Rédouane23-Dec-08 0:17
Mustapha Rédouane23-Dec-08 0:17 
QuestionQuestion on CMap Pin
KASR122-Dec-08 23:53
KASR122-Dec-08 23:53 
AnswerRe: Question on CMap Pin
CPallini23-Dec-08 0:28
mveCPallini23-Dec-08 0:28 
AnswerRe: Question on CMap Pin
Naveen23-Dec-08 0:43
Naveen23-Dec-08 0:43 
GeneralRe: Question on CMap Pin
KASR123-Dec-08 0:52
KASR123-Dec-08 0:52 
GeneralRe: Question on CMap Pin
Naveen23-Dec-08 1:27
Naveen23-Dec-08 1:27 
QuestionPrinting through C Pin
Razanust22-Dec-08 23:23
Razanust22-Dec-08 23:23 
Can we prinany thing through C on Codeblocks using the following code. I have tried but it didn't worked. Any alternate way??


#include <fstream>
#include <iostream>
using namespace std;
int main()
{
ofstream printer( "prn" );
if (!printer)
{
cout <"fooey!\n";
return 1;
}
printer << "Hello world!\n";
printer.close();
cout << "HEllo";
return 0;
}
AnswerRe: Printing through C Pin
CPallini22-Dec-08 23:46
mveCPallini22-Dec-08 23:46 
GeneralRe: Printing through C Pin
Hamid_RT23-Dec-08 0:14
Hamid_RT23-Dec-08 0:14 
JokeRe: Printing through C Pin
CPallini23-Dec-08 0:31
mveCPallini23-Dec-08 0:31 
GeneralRe: Printing through C Pin
Iain Clarke, Warrior Programmer23-Dec-08 10:03
Iain Clarke, Warrior Programmer23-Dec-08 10:03 
GeneralRe: Printing through C Pin
CPallini23-Dec-08 10:21
mveCPallini23-Dec-08 10:21 
QuestionCFileDialog Pin
AnithaSubramani22-Dec-08 23:22
AnithaSubramani22-Dec-08 23:22 
QuestionRe: CFileDialog Pin
CPallini22-Dec-08 23:42
mveCPallini22-Dec-08 23:42 
AnswerRe: CFileDialog Pin
Hamid_RT23-Dec-08 0:14
Hamid_RT23-Dec-08 0:14 
Questionabout vc 2005 Pin
DSPCottage22-Dec-08 23:07
DSPCottage22-Dec-08 23:07 
AnswerRe: about vc 2005 Pin
Mustapha Rédouane22-Dec-08 23:35
Mustapha Rédouane22-Dec-08 23:35 
AnswerRe: about vc 2005 Pin
CPallini22-Dec-08 23:38
mveCPallini22-Dec-08 23:38 
AnswerRe: about vc 2005 Pin
Jijo.Raj22-Dec-08 23:57
Jijo.Raj22-Dec-08 23:57 
QuestionChange color on toolbar[mouse hover] in MFC Pin
karhong22-Dec-08 22:47
karhong22-Dec-08 22:47 
Questionhow to create preperty sheet dialog boxes? Pin
puppya22-Dec-08 22:09
puppya22-Dec-08 22:09 
AnswerRe: how to create preperty sheet dialog boxes? Pin
Jijo.Raj22-Dec-08 22:34
Jijo.Raj22-Dec-08 22:34 
QuestionCListCtrl to CCheckListBox ? Pin
Le@rner22-Dec-08 21:22
Le@rner22-Dec-08 21:22 
QuestionWS_CLIPSIBLING and CS_PARENTDC conflict Pin
Suresh Chahal22-Dec-08 21:20
Suresh Chahal22-Dec-08 21:20 

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.