Search:

Type: Posts; User: francusmag

Search: Search took 0.01 seconds.

  1. Replies
    17
    Views
    1,942

    Thank you so much.... you guys are great help!

    Thank you so much.... you guys are great help!
  2. Replies
    17
    Views
    1,942

    ok this does work to perfection pausing the code...

    ok this does work to perfection pausing the code so that you can read it....
    Thank you guys so much!!!
    Now a new problem arrives... The response to the code after compiling and running is:
    ...
  3. Replies
    17
    Views
    1,942

    how would i do this? This is what i have so far:...

    how would i do this? This is what i have so far:


    #include <iostream>
    using namespace std;
    int main()
    {
    int gallons, liters;
  4. Replies
    17
    Views
    1,942

    lol sorry dont get it.!!!! o.o

    lol sorry dont get it.!!!! o.o
  5. Replies
    17
    Views
    1,942

    ok i added the: cin.get() before the return 0;...

    ok i added the: cin.get() before the return 0; and i was able to read the result for a split second but still way too fast to accurately read it.
  6. Replies
    17
    Views
    1,942

    cin >> gallons; ----> Doesn't this get input...

    cin >> gallons; ----> Doesn't this get input from the user?
  7. Replies
    17
    Views
    1,942

    in my computer it does wait for input after you...

    in my computer it does wait for input after you enter it and press enter it just jets thru it and terminates
  8. Replies
    17
    Views
    1,942

    Need Help...

    Hello fellow peeps!!!!
    Ok, here it goes.... I have been messing around with Microsoft Visual Studio for Vista. I have been writing code, simple and advanced, and in some instances when i compile and...
  9. Replies
    10
    Views
    2,116

    ok this is the last variation i got for the...

    ok this is the last variation i got for the program:


    #include<stdio.h>
    #include<conio.h>

    main()
    {

    int dependant;
  10. Replies
    10
    Views
    2,116

    i would have to add another variable userEntry....

    i would have to add another variable userEntry. and it may look like this:
    while (userEntry == "Y" || userEntry =="y") ----- not very sure.
    would i have to declare variable (userEntry) as a char?...
  11. Replies
    10
    Views
    2,116

    ok i re-did the code hopefully better... with a...

    ok i re-did the code hopefully better... with a "do, while" statement. but i need some tips on the las part.


    #include<stdio.h>
    #include<conio.h>

    main()
    {

    int dependant;
  12. Replies
    6
    Views
    873

    ok... Thx Todd, and dwks!

    ok...
    Thx Todd, and dwks!
  13. Replies
    6
    Views
    873

    one more thing Todd, what do you mean with "%"...

    one more thing Todd, what do you mean with "&#37;" mod or percentage?
  14. Replies
    6
    Views
    873

    thx guys you guys rock!!.... now let see if can...

    thx guys you guys rock!!....
    now let see if can put this into code.
  15. Replies
    10
    Views
    2,116

    ups

    (yes i do have #include<stdio.h> and #include<conio.h>)

    Just decided not to show the whole code that i wrote.... mainly my problemm is that i have to use an old compiler (tclite) and that i dont...
  16. Replies
    6
    Views
    873

    another question

    How can you create a long integer, and make it display backwards, not using array...

    i.e. 152451 ---- output = 154251
  17. Replies
    10
    Views
    2,116

    hmmm.... could you give me some more inout...

    hmmm.... could you give me some more inout please... i'm trying to get ahead of my class, and we havent touched the while statement yet.

    so would i do that by creating more if statements inside of...
  18. Replies
    10
    Views
    2,116

    Programming trouble.

    Im trying to write a program for school, and its supposed to :

    Using loop , write a program to read as many data as the user wishes to enter. The program will read the number of dependants and of...
Results 1 to 18 of 18