Search:

Type: Posts; User: imjustnew

Search: Search took 0.01 seconds.

  1. Replies
    4
    Views
    1,213

    what is the bool? where can i check about it more?

    what is the bool? where can i check about it more?
  2. Replies
    4
    Views
    1,213

    certain key to quit

    Hi..i have been trying to make my program to quit when specific key is pressed....how can i do that? at the moment when any key is pressed it will also quit.

    so far this is what ive done...


    ...
  3. Replies
    18
    Views
    10,420

    oh yes now i get it.... i must write myfile...

    oh yes now i get it.... i must write myfile command infront of the result ... sorry giving u hard time to explain..
  4. Replies
    18
    Views
    10,420

    im not sure...any examples?

    im not sure...any examples?
  5. Replies
    18
    Views
    10,420

    so why the result didnt appear in txt file?

    so why the result didnt appear in txt file?
  6. Replies
    18
    Views
    10,420

    below is the program.....the problem is when i...

    below is the program.....the problem is when i open the .txt file the result didnt appear...only txt appear ....how im gonna solve this?






    #include <iostream>
    #include <math.h>
    #include...
  7. Replies
    5
    Views
    1,626

    sorry i didnt get what u mean...my problem is...

    sorry i didnt get what u mean...my problem is when i press for e.g letter 'k' it will also restart the program.....i only want the letter 'r' to restart it.
  8. Replies
    5
    Views
    1,626

    how to make only letter r to restart?

    hi i want the program below to restart only when specific letter is entered from keyboard....at this point the program accept any letter to restart except 'q'.

    so how im gonna do it will only...
  9. Replies
    3
    Views
    816

    have sorted it out.....i just put 'else if' in...

    have sorted it out.....i just put 'else if' in the last conditions.....do u agree with that?
  10. Replies
    3
    Views
    816

    but now the problem is it display all the...

    but now the problem is it display all the conditions that is true in the 'if'

    i just want the output display one condition when both conditions are true.

    Any other solutions?
  11. Replies
    3
    Views
    816

    conditions and output prob

    below is my what i hve done so far....the problem is when both min.degree and max.degree is true, the output will display the one condition(e.g in minNum<0) and both conditions(e.g (minNum < 0) &&...
  12. Replies
    5
    Views
    1,498

    any examples program i can try?

    any examples program i can try?
  13. Replies
    18
    Views
    10,420

    i just realized that there are no numbers appear...

    i just realized that there are no numbers appear and only text appears when i open the file from the saved output in excel format. Why all the numbers missing in the excel?
  14. Replies
    5
    Views
    1,498

    read from input file

    I am confuse understanding the statement " the program must be able to read from input file and write into output file"....can anyone help me to clarify this? Thanks
  15. Replies
    18
    Views
    10,420

    owh yea sorry the smile just appear itself when i...

    owh yea sorry the smile just appear itself when i paste it...
  16. Replies
    18
    Views
    10,420

    owh yea i have tried the .csv file and it works....

    owh yea i have tried the .csv file and it works. thanks..... i have another problem which as shown below

    cout << "Please enter the name of the file to write to.\n";
    cout <<...
  17. Replies
    18
    Views
    10,420

    is there any examples u know? so i can look at it

    is there any examples u know? so i can look at it
  18. Replies
    18
    Views
    10,420

    save output file to excel format

    Hi im a new learner on c++ and i need help on how to save the output file in Excel format? any examples can be shown?

    All helps are highly appreciated. thanks
Results 1 to 18 of 18