Click here to Skip to main content
15,884,085 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: add file version to a new text file Pin
henryh5-Dec-14 10:39
henryh5-Dec-14 10:39 
GeneralRe: add file version to a new text file Pin
Richard MacCutchan5-Dec-14 11:52
mveRichard MacCutchan5-Dec-14 11:52 
AnswerRe: add file version to a new text file Pin
David Crow8-Dec-14 3:49
David Crow8-Dec-14 3:49 
QuestionPrinting with a CString Pin
Gagnon Claude5-Dec-14 3:31
Gagnon Claude5-Dec-14 3:31 
AnswerRe: Printing with a CString Pin
jeron15-Dec-14 3:59
jeron15-Dec-14 3:59 
SuggestionRe: Printing with a CString Pin
Richard MacCutchan5-Dec-14 4:05
mveRichard MacCutchan5-Dec-14 4:05 
AnswerRe: Printing with a CString Pin
Randor 5-Dec-14 6:14
professional Randor 5-Dec-14 6:14 
QuestionCS Data Struct Pin
Member 112872284-Dec-14 12:46
Member 112872284-Dec-14 12:46 
We are storing a list of student info, (id number, First name and Last name) using a link list. The ID is the key field. Your program should implement a linked list using arrays. Your program should process the following operations.
1) Add an item to the linked list
ex. 1 254 John Smith
2) Print the linked list in logical order
ex. 2
3) Print the physical order of the linked list including list, avail and next.
ex. 3
4) Print a count of how many items are in the linked list.
ex. 4
Bonus (you must get 1-4 working before attempting 5)
5) Delete an item from the linked list
ex. 5 254
I started it off as so
C++
#include<iostream>
using namespace std;
struct studenttype


modified 5-Dec-14 3:28am.

AnswerRe: CS Data Struct Pin
Richard MacCutchan4-Dec-14 21:27
mveRichard MacCutchan4-Dec-14 21:27 
AnswerRe: CS Data Struct Pin
CPallini4-Dec-14 21:46
mveCPallini4-Dec-14 21:46 
QuestionMFC app - "Encountered an improper argument" Pin
Member 112858094-Dec-14 1:08
Member 112858094-Dec-14 1:08 
AnswerRe: MFC app - "Encountered an improper argument" Pin
Richard MacCutchan4-Dec-14 2:04
mveRichard MacCutchan4-Dec-14 2:04 
GeneralRe: MFC app - "Encountered an improper argument" Pin
Member 112858094-Dec-14 2:09
Member 112858094-Dec-14 2:09 
GeneralRe: MFC app - "Encountered an improper argument" Pin
Richard MacCutchan4-Dec-14 2:39
mveRichard MacCutchan4-Dec-14 2:39 
GeneralRe: MFC app - "Encountered an improper argument" Pin
Member 112858094-Dec-14 3:06
Member 112858094-Dec-14 3:06 
QuestionGroupBox ScrollBar Is not working Pin
Member 108664273-Dec-14 22:59
Member 108664273-Dec-14 22:59 
SuggestionRe: GroupBox ScrollBar Is not working Pin
Richard MacCutchan3-Dec-14 23:23
mveRichard MacCutchan3-Dec-14 23:23 
AnswerRe: GroupBox ScrollBar Is not working Pin
Randor 5-Dec-14 6:31
professional Randor 5-Dec-14 6:31 
QuestionExternal program used excel, if you click on the click of a button to send a message through the simulation, excel this call can not be started. Pin
Member 112832723-Dec-14 4:04
Member 112832723-Dec-14 4:04 
AnswerRe: External program used excel, if you click on the click of a button to send a message through the simulation, excel this call can not be started. Pin
Member 112832723-Dec-14 16:37
Member 112832723-Dec-14 16:37 
GeneralRe: External program used excel, if you click on the click of a button to send a message through the simulation, excel this call can not be started. Pin
Richard MacCutchan3-Dec-14 20:50
mveRichard MacCutchan3-Dec-14 20:50 
GeneralRe: External program used excel, if you click on the click of a button to send a message through the simulation, excel this call can not be started. Pin
Member 112832724-Dec-14 19:04
Member 112832724-Dec-14 19:04 
QuestionRe: External program used excel, if you click on the click of a button to send a message through the simulation, excel this call can not be started. Pin
Richard MacCutchan4-Dec-14 21:24
mveRichard MacCutchan4-Dec-14 21:24 
AnswerRe: External program used excel, if you click on the click of a button to send a message through the simulation, excel this call can not be started. Pin
Member 112832724-Dec-14 21:33
Member 112832724-Dec-14 21:33 
GeneralRe: External program used excel, if you click on the click of a button to send a message through the simulation, excel this call can not be started. Pin
Richard MacCutchan5-Dec-14 3:12
mveRichard MacCutchan5-Dec-14 3: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.