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

C / C++ / MFC

 
GeneralRe: String Search Pin
kanduripavan4-Apr-07 1:12
kanduripavan4-Apr-07 1:12 
GeneralRe: String Search Pin
yaminisridaran6-Apr-07 18:22
yaminisridaran6-Apr-07 18:22 
Questionhelp [modified] Pin
tanchinchee1-Apr-07 19:45
tanchinchee1-Apr-07 19:45 
AnswerRe: help Pin
Cedric Moonen1-Apr-07 20:35
Cedric Moonen1-Apr-07 20:35 
GeneralRe: help Pin
tanchinchee3-Apr-07 3:10
tanchinchee3-Apr-07 3:10 
GeneralRe: help Pin
Cedric Moonen3-Apr-07 7:46
Cedric Moonen3-Apr-07 7:46 
GeneralRe: help Pin
tanchinchee3-Apr-07 22:17
tanchinchee3-Apr-07 22:17 
GeneralRe: help Pin
Cedric Moonen4-Apr-07 1:04
Cedric Moonen4-Apr-07 1:04 
tanchinchee wrote:
1. Tan Chin Chee AD051810


This will be a problem to handle: you have three words (they are separated by a white space) for the name...
Maybe what you could use to encode your data is xml, so your file will look like this:

<list>
   <student Name="Tan Chin Chee" Id="AD051810">
      <AttendingClass Name="Dynamics">
      <AttendingClass Name="Thermo">
   </student>
...
</list>


This will make things much more easier and you will be able to add things quite easily (like schedules for the classes or other information about your student). But of course, this will require to understand a little bit how xml works (but for these kind of things it is really really easy).

If you choose to use xml, you can find here[^] a nice xml parser.


Cédric Moonen
Software developer

Charting control [v1.1]

GeneralRe: help Pin
tanchinchee4-Apr-07 22:01
tanchinchee4-Apr-07 22:01 
GeneralRe: help Pin
Cedric Moonen5-Apr-07 0:50
Cedric Moonen5-Apr-07 0:50 
Questionno response [modified] - why Pin
deeps_cute1-Apr-07 19:10
deeps_cute1-Apr-07 19:10 
QuestionRe: no response Pin
Hamid_RT1-Apr-07 19:51
Hamid_RT1-Apr-07 19:51 
AnswerRe: no response Pin
deeps_cute1-Apr-07 19:54
deeps_cute1-Apr-07 19:54 
GeneralRe: no response Pin
Hamid_RT1-Apr-07 20:14
Hamid_RT1-Apr-07 20:14 
GeneralRe: no response Pin
deeps_cute1-Apr-07 20:25
deeps_cute1-Apr-07 20:25 
GeneralRe: no response Pin
Hamid_RT2-Apr-07 1:01
Hamid_RT2-Apr-07 1:01 
GeneralRe: no response Pin
prathuraj2-Apr-07 17:28
prathuraj2-Apr-07 17:28 
GeneralRe: no response Pin
Hamid_RT6-Apr-07 4:15
Hamid_RT6-Apr-07 4:15 
GeneralRe: no response Pin
ThatsAlok2-Apr-07 1:35
ThatsAlok2-Apr-07 1:35 
AnswerRe: no response [modified] - why Pin
cp98761-Apr-07 20:05
cp98761-Apr-07 20:05 
QuestionMain frame and Child frame Pin
Kiethnt1-Apr-07 17:22
Kiethnt1-Apr-07 17:22 
AnswerRe: Main frame and Child frame Pin
CPallini1-Apr-07 21:01
mveCPallini1-Apr-07 21:01 
AnswerRe: Main frame and Child frame Pin
Kiethnt1-Apr-07 21:12
Kiethnt1-Apr-07 21:12 
GeneralRe: Main frame and Child frame Pin
Mark Salsbery2-Apr-07 6:05
Mark Salsbery2-Apr-07 6:05 
Questiontcp & sockets with C++ Pin
mmavipc1-Apr-07 17:06
mmavipc1-Apr-07 17:06 

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.