Click here to Skip to main content
15,902,198 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Handle to a MFC dialog box window? Pin
jc0dex11-Feb-06 6:59
jc0dex11-Feb-06 6:59 
GeneralRe: Handle to a MFC dialog box window? Pin
BadKarma11-Feb-06 8:09
BadKarma11-Feb-06 8:09 
GeneralRe: Handle to a MFC dialog box window? Pin
jc0dex11-Feb-06 9:02
jc0dex11-Feb-06 9:02 
GeneralRe: Handle to a MFC dialog box window? Pin
BadKarma11-Feb-06 9:21
BadKarma11-Feb-06 9:21 
GeneralRe: Handle to a MFC dialog box window? Pin
jc0dex12-Feb-06 6:31
jc0dex12-Feb-06 6:31 
Questionproblem in publishing Pin
leenmie10-Feb-06 17:43
leenmie10-Feb-06 17:43 
AnswerRe: problem in publishing Pin
Michael Dunn10-Feb-06 19:17
sitebuilderMichael Dunn10-Feb-06 19:17 
QuestionInterceptApi Pin
GreenLantern10-Feb-06 17:19
GreenLantern10-Feb-06 17:19 
AnswerRe: InterceptApi Pin
GreenLantern14-Feb-06 11:39
GreenLantern14-Feb-06 11:39 
QuestiondirectX? Pin
gr8coaster32910-Feb-06 16:39
gr8coaster32910-Feb-06 16:39 
QuestionHELP ME FOR A GOOD START! Pin
DzungLean10-Feb-06 16:28
DzungLean10-Feb-06 16:28 
AnswerRe: HELP ME FOR A GOOD START! Pin
fearless stallion12-Feb-06 20:47
fearless stallion12-Feb-06 20:47 
QuestionMD2 HELP! Pin
DzungLean10-Feb-06 16:20
DzungLean10-Feb-06 16:20 
QuestionConsole Output Formatting Pin
Brett Peirce10-Feb-06 15:32
Brett Peirce10-Feb-06 15:32 
AnswerRe: Console Output Formatting Pin
EXTEIDE10-Feb-06 16:04
EXTEIDE10-Feb-06 16:04 
QuestionLowLevelKeyboardHook Pin
blue_rabbit10-Feb-06 15:08
blue_rabbit10-Feb-06 15:08 
AnswerRe: LowLevelKeyboardHook Pin
EXTEIDE10-Feb-06 16:16
EXTEIDE10-Feb-06 16:16 
QuestionQ. how to access child frame data in childview Pin
sourabh27231810-Feb-06 14:04
sourabh27231810-Feb-06 14:04 
AnswerRe: Q. how to access child frame data in childview Pin
sourabh27231810-Feb-06 20:20
sourabh27231810-Feb-06 20:20 
QuestionHow to convert TCHAR to char Pin
transoft10-Feb-06 10:41
transoft10-Feb-06 10:41 
AnswerRe: How to convert TCHAR to char Pin
willy_total10-Feb-06 10:46
willy_total10-Feb-06 10:46 
AnswerRe: How to convert TCHAR to char Pin
try8810-Feb-06 15:43
try8810-Feb-06 15:43 
AnswerRe: How to convert TCHAR to char Pin
Ryan Binns12-Feb-06 17:22
Ryan Binns12-Feb-06 17:22 
QuestionNeed help in writing c program plzzzzzzzzzzz Pin
samsams10-Feb-06 9:56
samsams10-Feb-06 9:56 
Q.1 Write a C Program to display following menu
Menu
1. Display
2. Copy
3. Append
4. Exit

Accept the choice (1-4) from the user, and perform following tasks:

Choice 1: Accept a file name from the user and display the file on screen
Choice 2: Accept two file names, and copy first file to the second
Choice 3: Accept two file names, and append second file to the first file
Choice 4: Terminate the program

Your program should have appropriate validations

============================================================

Q2) Write a C Program to create a structured data file named Student.dat to store the roll no, name and course.

Provide following functions:
Accept the values from the user using structure variables. Store the contents in a file.
Display the file.
The user should be able to add new records to the existing file. And display the new file.

============================================================

Q3) Write a C Program to declare an array for 2 0 floats. Accept the values from the user sort the two arrays in descending order. Merge the two arrays into a new array and display the new array.

============================================================


Q4) Accept any two numbers from the user. Perform the following operations on it using functions:
Addition
Subtraction
Multiplication
Swap the values
Print both the numbers in reverse order for example (if a given number is 234, it should be printed as 432)

thx
AnswerRe: Need help in writing c program plzzzzzzzzzzz Pin
George L. Jackson10-Feb-06 10:11
George L. Jackson10-Feb-06 10:11 

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.