Click here to Skip to main content
15,884,388 members
Home / Discussions / Managed C++/CLI
   

Managed C++/CLI

 
AnswerRe: Control Designers Pin
Nish Nishant5-Feb-07 9:03
sitebuilderNish Nishant5-Feb-07 9:03 
GeneralRe: Control Designers Pin
Tojiro5-Feb-07 11:14
Tojiro5-Feb-07 11:14 
Questionmanaged app -> using Inherited unmanaged classes Pin
adrianuswiedewanus5-Feb-07 5:05
adrianuswiedewanus5-Feb-07 5:05 
AnswerRe: managed app -> using Inherited unmanaged classes Pin
Nish Nishant5-Feb-07 9:01
sitebuilderNish Nishant5-Feb-07 9:01 
Questionfile manipulation in c Pin
deeps_cute4-Feb-07 15:22
deeps_cute4-Feb-07 15:22 
AnswerRe: file manipulation in c Pin
Christian Graus4-Feb-07 15:53
protectorChristian Graus4-Feb-07 15:53 
GeneralRe: file manipulation in c Pin
deeps_cute5-Feb-07 20:12
deeps_cute5-Feb-07 20:12 
GeneralRe: file manipulation in c Pin
Renjith Ramachandran5-Feb-07 21:03
Renjith Ramachandran5-Feb-07 21:03 
FILE *fp = NULL;
fp = fopen("YourResume.doc", "r");
if(fp!=NULL)
{
fread(); or fscanf(); fgets()...blah();blah();blah();
}

fclose(fp);



Never Work Hard! - Work Smart!!!

GeneralRe: file manipulation in c Pin
Christian Graus5-Feb-07 21:36
protectorChristian Graus5-Feb-07 21:36 
AnswerRe: file manipulation in c Pin
W Balboos, GHB6-Feb-07 8:21
W Balboos, GHB6-Feb-07 8:21 
QuestionHow can I open multiple files in the folder? Pin
ticce2-Feb-07 22:57
ticce2-Feb-07 22:57 
AnswerRe: How can I open multiple files in the folder? Pin
Christian Graus3-Feb-07 10:03
protectorChristian Graus3-Feb-07 10:03 
QuestionGame Overlay Pin
MaxPayneX2-Feb-07 6:24
MaxPayneX2-Feb-07 6:24 
AnswerRe: Game Overlay Pin
Christian Graus3-Feb-07 10:03
protectorChristian Graus3-Feb-07 10:03 
Questionwant appropriate site for the java code Pin
hi_prk_bably1-Feb-07 21:58
hi_prk_bably1-Feb-07 21:58 
AnswerRe: want appropriate site for the java code Pin
George L. Jackson2-Feb-07 14:30
George L. Jackson2-Feb-07 14:30 
AnswerRe: want appropriate site for the java code Pin
Christian Graus3-Feb-07 10:21
protectorChristian Graus3-Feb-07 10:21 
Questionc++ code to take a pic with a webcam then save it as bitmap? Pin
ricardo montemayor1-Feb-07 8:47
ricardo montemayor1-Feb-07 8:47 
AnswerRe: c++ code to take a pic with a webcam then save it as bitmap? Pin
led mike1-Feb-07 8:50
led mike1-Feb-07 8:50 
AnswerRe: c++ code to take a pic with a webcam then save it as bitmap? Pin
Christian Graus1-Feb-07 9:18
protectorChristian Graus1-Feb-07 9:18 
GeneralRe: c++ code to take a pic with a webcam then save it as bitmap? Pin
ricardo montemayor1-Feb-07 9:30
ricardo montemayor1-Feb-07 9:30 
GeneralRe: c++ code to take a pic with a webcam then save it as bitmap? Pin
Christian Graus1-Feb-07 10:22
protectorChristian Graus1-Feb-07 10:22 
GeneralRe: c++ code to take a pic with a webcam then save it as bitmap? Pin
ricardo montemayor1-Feb-07 11:53
ricardo montemayor1-Feb-07 11:53 
GeneralRe: c++ code to take a pic with a webcam then save it as bitmap? Pin
Christian Graus1-Feb-07 18:07
protectorChristian Graus1-Feb-07 18:07 
QuestionType convertion from System::String to char* Pin
Shahzeb Malik31-Jan-07 23:20
Shahzeb Malik31-Jan-07 23: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.