Search:

Type: Posts; User: fukki

Search: Search took 0.00 seconds.

  1. Replies
    3
    Views
    1,229

    Ok, here is. in the data.txt i have A1...

    Ok, here is.

    in the data.txt i have

    A1 false Wella Trina
    A2 false George Ali
    A3 false Comina Riviera

    My code is
  2. Replies
    3
    Views
    1,229

    I don`t have. I tried getline(inFile,...

    I don`t have.

    I tried getline(inFile, student[0].studentName);

    but is wrong
  3. Replies
    1
    Views
    1,171

    After sorting can`t change bool value

    Hello !

    I have array of struct and i want
    1] when i run the program to load the data from it.
    2] when i make changes to be saved in the text file the same time or when i quit the program

    I...
  4. Replies
    3
    Views
    1,229

    Read strings and bool from txt

    Hello !

    I have array of struct and i want
    1] when i run the program to load the data from it.
    2] when i make changes to be saved in the text file the same time or when i quit the program

    I...
  5. Replies
    1
    Views
    1,654

    Array of Struct sort

    I have read many topics regarding sort but i wasn`t able to sort them. I am new in C++. What changes i must do to sort the names alphabetically ?


    #include "stdafx.h"
    #include <iostream>...
  6. Replies
    1
    Views
    1,120

    String problem after space

    Hello,

    In some functions of my program this code doesn`t work normally


    string w1;
    string w2;

    cout<<"1st msg: Enter 2 words: ";
    getline(cin,w1);
  7. Replies
    9
    Views
    1,594

    fixed!

    It works with global variable, but i wanted to make it work with passigf the arguements..
    I fix it and work with arguements now.
    Just have to change

    countModified(car);
    and
    void...
  8. Replies
    9
    Views
    1,594

    data structure problem

    Thats my changed sourcecode


    #include "stdafx.h"
    #include <iostream>
    #include <string>
    using namespace std;

    int i=0;
    int total=0;
  9. Replies
    9
    Views
    1,594

    Thanks for you time darren78. I tried to pass...

    Thanks for you time darren78.
    I tried to pass the parameters but again i got many more errors.
  10. Replies
    9
    Views
    1,594

    data structure problem

    Those some parts of my program. I write the problem at the buttom

    void main()
    {
    string option;

    warehouse car[2];

    car[0].inputCar("lamborgini",true);
    car[0].showCar();
Results 1 to 10 of 10