CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: thebeast91

Search: Search took 0.03 seconds.

  1. Replies
    2
    Views
    740

    reading the last char twice

    I am not going to type in all my code, but when I run the program it reads the last char twice.How can I fix it thank you




    void main()
    {
    ifstream fin;
    ofstream fout;
    string temp;
  2. Replies
    9
    Views
    9,806

    Re: scoring Students

    Ok .. I am doing the first while loop wrong but I dont know what is wrong I am just asking for a little help for the while loop you dont have to tell me the code..I just need some help with it..And I...
  3. Replies
    9
    Views
    9,806

    Re: scoring Students

    #include <fstream>
    #include <iostream>
    #include <string>
    #include <cstdlib>

    using namespace std;
    char question[20][5];
    int main()
    {
    ofstream fanswers, fcorrect_keys;
  4. Replies
    9
    Views
    9,806

    Re: scoring Students

    I think I am doing something wrong in the while loop
  5. Replies
    9
    Views
    9,806

    Re: scoring Students

    actually I wrote my code and I know what I did wrong only I dont know how to change it.
  6. Replies
    9
    Views
    9,806

    scoring Students

    I need to write a program using arrays and strings.Here is the question.
    A class of students takes a 20 question multiple-choice exam;each question has 5 choices(a,b,c,d,e)only one of them are...
Results 1 to 6 of 6





Click Here to Expand Forum to Full Width

Featured