Search:

Type: Posts; User: MKDWOLF

Search: Search took 0.01 seconds.

  1. Thread: iostream

    by MKDWOLF
    Replies
    1
    Views
    981

    iostream

    i have a simple question...

    Is iostream using data stored on a computer's hard drive so we can retrieve the data the next time we run the application?
  2. Thread: Need help

    by MKDWOLF
    Replies
    8
    Views
    948

    I'm pretty sure that I'm not supposed to use...

    I'm pretty sure that I'm not supposed to use vectors(becouse I haven't learned about them yet). So, is any other way to make this program work.

    I think that I should declare the array only once as...
  3. Thread: Need help

    by MKDWOLF
    Replies
    8
    Views
    948

    And how I can do that?? I'm learning C++ for 4...

    And how I can do that??
    I'm learning C++ for 4 months, so I need more info.
  4. Thread: Need help

    by MKDWOLF
    Replies
    8
    Views
    948

    The printing error is becouse I'm declaring ...

    The printing error is becouse I'm declaring
    cData[NUMCLASSES] twice;

    "array in one function it doesn't populate the array in the other function."
    So, how can I make the array a global...
  5. Thread: Need help

    by MKDWOLF
    Replies
    8
    Views
    948

    Need help

    I need some help with this program. When I'm trying to print the data to the screen, something weird happens.
    also does anybody has any suggestions how to print just one class(in printOne...
  6. Thread: Need Help

    by MKDWOLF
    Replies
    11
    Views
    1,326

    Be specific. What is wrong with my script????...

    Be specific.

    What is wrong with my script????

    I've started learning C++ 2 months ago, so I'm not an expert.
    Plus, my native language is not English.

    Thank you. I know that you are trying...
  7. Thread: Need Help

    by MKDWOLF
    Replies
    11
    Views
    1,326

    I allready have a way to exit the program. I...

    I allready have a way to exit the program.
    I need the script to repeat indefinetly until the user want to exit.

    Do you have any idea how to create the loop.

    Please, I need this scipt for...
  8. Thread: Need Help

    by MKDWOLF
    Replies
    11
    Views
    1,326

    Thank you gays!! Finally I dont have any...

    Thank you gays!!

    Finally I dont have any errors in my script.

    But I dont know why does not go back to main in opcio3()

    I need to get back in main() and to run the script as many times as the...
  9. Thread: Need Help

    by MKDWOLF
    Replies
    11
    Views
    1,326

    Thank you for your help. Here I made some...

    Thank you for your help.

    Here I made some improvements, but still I have small error:
    error C2146: syntax error : missing ';' before identifier 'cout'

    Here is the new version
    ...
  10. Thread: Need Help

    by MKDWOLF
    Replies
    11
    Views
    1,326

    Need Help

    #include<conio.h>
    #include<iostream>
    using namespace std;


    int opcio1();
    int opcio2();
Results 1 to 10 of 10