Re: Writing and speaking clearly Community Center Geeks' Lounge by Dani … a perfect score on the English section of the GMAT exam. I'm super good with grammar. (See what I did… exam Programming Software Development by nurulshidanoni ….examcode.clear (); stream1 >> tempExamCode; // read in first exam code for this student aStudent.examcode.push_back (tempExamCode); // add this…repeat this while loop students.push_back (aStudent); // no more exam codes for this student. Add aStudent to students vector } stream1… Re: exam Programming Software Development by VernonDozier ….examcode.clear (); stream1 >> tempExamCode; // read in first exam code for this student aStudent.examcode.push_back (tempExamCode); // add this…repeat this while loop students.push_back (aStudent); // no more exam codes for this student. Add aStudent to students vector } stream1… Re: exam Programming Software Development by VernonDozier …]oic..examid is examcode..so i wrong..to access the exam id in increasing order how? [/QUOTE] Did you read any…ask how to access a non-existent variable called "exam id", when earlier in the sentence you show that….at(j)<<"\t"; // output list of exam codes for this student } [/code] Compare the above code to… Re: exam Programming Software Development by VernonDozier … student and count the number of unique exam codes, as well as extract those unique exam codes. Your 2-dimensional array's… Re: exam Programming Software Development by nurulshidanoni [code=C++] //This to produce examid only...// for (int i = 0; i < students.size (); i++) for (int j = 0; j < students.at (i).examcode.size (); j++) { cout << students.at (i).examcode.at(j)<<endl; // output list of exam codes for this student } } [/code] how to make the exam id in increasing number? Re: exam Programming Software Development by VernonDozier [QUOTE=nurulshidanoni;531775]How to call the exam id only? is it like this? cout << students.…;access", not "call". There is no "exam id" in your struct. There is "studentid"… Re: exam Programming Software Development by nurulshidanoni oic..examid is examcode..so i wrong..to access the exam id in increasing order how? [code=C++]//This to produce ….at(j)<<"\t"; // output list of exam codes for this student } [/code] Re: exam Programming Software Development by nurulshidanoni … are asking. You want to count the number of unique exam codes? What do you mean by "clash"? Can… Re: exam Programming Software Development by nurulshidanoni To call the exam id 001..002..003 is like below? [code] "code=C++" for (int j = 0; j < students.at (i).examcode.size (); j++) cout << students.at (i).examcode.at (j) << "\t"; [/code] Re: exam Programming Software Development by nurulshidanoni How to call the exam id only? is it like this? cout << students.at(i).examcode.at(j)<<endl; Re: exam Programming Software Development by TimeFractal … for(int i = 0; i < students.size(); i++) { // display exam codes in ascending order std::sort( students.at(i).examcode… exam help Programming Software Development by softwarecaz Hello I have an exam on Tuesday about client server, my tutor has given us … Exam scores Program Programming Software Development by Passiongamer25 …students each of whom takes a multiple-choice exam with 10 questions. For each student in the…line contains the answers that student gave for the exam. The input file named "grade_data.dat&… following format: line 1: the key for the exam (e.g.) = bccbbadbca lines 2-n:a…and you don't need to store the exam answers in your program. The program is… Re: Exam Prep Approaches and Question Databases Community Center by jwenting … not tried this). If your path to the exam location suffers from severe traffic jams, try taking … to do with the actual content of the exam, and will work just as well on any…and yes, the last several hours before the exam you WILL feel you know nothing at all, …more than 24 hours to learn for the exam, and quite apart from that will not leave… Re: Exam Prep Approaches and Question Databases Community Center by jwenting One of the most relaxed exam experiences I ever had was walking into that …room and finding out that it was an exam I'd not specifically studied for. I'd mixed… up the dates of 2 exam sessions, the one I thought I was sitting was… to make the best of it, and completed the exam with time to spare. Passed it too with a pretty… Re: Exam Prep Approaches and Question Databases Community Center by daniel88 … real focus has been on how to perform in an exam. I am actually an avid programmer, albeit in the … consistently underperform in exams for two reasons: 1 - I think exam conditions really affect my ability to think. 2 - Writing code… who wants to perform as well as possible in an exam environment. Thanks for your time in reading the thread anyway… exam technique? Programming Software Development by phalaris_trip … the scope of our course. But on paper (as the exam will be) it often leaves me confused. The emphasis is… student who can see a familiar pattern in an unfamiliar exam question is the one who will do best. Abstract techniques… Exam Prep Approaches and Question Databases Community Center by daniel88 …, I would also like to perform really well in the exam and demonstrate what I know. Therefore, my question has two… the structure of a session. Also, any hints for good exam technique would be greatly appreciated, eg. do you do easy… Re: Exam Prep Approaches and Question Databases Community Center by Alex Edwards …, I would also like to perform really well in the exam and demonstrate what I know. Therefore, my question has two… the structure of a session. Also, any hints for good exam technique would be greatly appreciated, eg. do you do easy… Exam organisation problem Programming Software Development by rahul8590 … , branch , roll no ) 2. the various subjects on which the exam to be held 3. the date on which the subject… s exam to be held the data which is already feed in… Re: exam technique? Programming Software Development by Rashakil Fol …. You'll do fine. If you feel nervous about the exam, practice writing programs or functions that solve particular problems entirely… Re: Exam Prep Approaches and Question Databases Community Center by jephthah … at your school. if theres any sort of "practice exam" available, DO THAT. check the library if there are… Re: Exam Prep Approaches and Question Databases Community Center by jwenting whatever happened to actually learning and understanding what you're supposed to know rather than waiting for the last minute to cram for the exam? Re: Exam Prep Approaches and Question Databases Community Center by jephthah [QUOTE=jwenting;622186]whatever happened to actually learning and understanding what you're supposed to know rather than waiting for the last minute to cram for the exam?[/QUOTE] really? last minute cramming is the tried and true method. I'm quite sure it pre-dates the Neolithic Era. At any rate, it's how i got my degree :P . Re: Exam organisation problem Programming Software Development by rahul8590 well at first place sorry for late reply............ well the major issue is should i organize it keeping majorly students or the class room and the center . besides how to put students who have failed in particuar subject and re- writing the exam.... Re: Exam organisation problem Programming Software Development by rahul8590 … students in particular branch 2.the period on which the exam wil be organised now i thinking that... firstly i will… Exam in C++ Programming Software Development by coder101 … program that will present the user with a series of exam questions, most of which are numbers but some of which… Exam Q: Using Enumerations Programming Software Development by gretty Hi I am studying for my C++ exam coming up & I have this practice question thats confusing … Re: exam Programming Software Development by WaltP [QUOTE=VernonDozier;531806]You need to be more careful and detailed when writing your posts, and you need to preview your posts before you submit them. I put "code=C++" in quotes because when I put them in brackets, the web page didn't recognize that I wanted to display the actual words. I see you just posted with the C++ code tags so …