Search:

Type: Posts; User: themexican

Search: Search took 0.00 seconds.

  1. Replies
    4
    Views
    915

    k i got that but now if my answer doesnt fill the...

    k i got that but now if my answer doesnt fill the (int n) it puts zeros at the end of the answer
  2. Replies
    4
    Views
    915

    all this is doing is puttin a space of 50 chars...

    all this is doing is puttin a space of 50 chars in front of the scientific notation answer, it doesnt change it to standard notation. please help this is killing me.



    #include <iostream>...
  3. Replies
    4
    Views
    915

    Long Numbers

    i am trying to print in standard notation but it keeps printing in scientific notation. here is the coding.



    #include <iostream>
    using namespace std;

    int main()
    {
    long double no1, no2,...
  4. Replies
    7
    Views
    959

    lol i used your code right, but it also loops...

    lol i used your code right, but it also loops infinite when it hits that Do-while statement

    this is the text file



    those periods in third line are really spaces
  5. Replies
    7
    Views
    959

    oh duh thank you, but for some reason it is still...

    oh duh thank you, but for some reason it is still loopin, why isnt it reading the end of the line and stoppin, that is what needs to go false, i some reason never reaches an end line. but the txt...
  6. Replies
    7
    Views
    959

    ya i noticed that, but i mean why is it going...

    ya i noticed that, but i mean why is it going into an infnite loop when hittin that do-while statement



    do
    {
    if ( c == 50)
    {
    cout << '\n' << " " << i;
    ...
  7. Replies
    7
    Views
    959

    what am i doing wrong?

    Here is the assignment i havent gotten to the puttin stuff in the stat txt i am just focused on makin output right.

    Design and implement a Visual C++ .NET program that numbers the lines of a text...
  8. Replies
    3
    Views
    1,086

    do you mind giving me an example, i think i...

    do you mind giving me an example, i think i understand what you are talkin about but it would be very helpful if you can give me an example.
  9. ty very much

    ty very much
  10. how do you read a whole line of text from a txt file

    can someone please help me with this problem. i need to read the first line of text from a txt file then output it into another txt file, then do the next line of text and so fourth. i also have to...
  11. Replies
    3
    Views
    1,086

    someone please help me

    I am having problem with this project. can some one possibly show me i would be very grateful to you. i cant get it to read a whole line then output the whole line, and im not to sure how to break up...
Results 1 to 11 of 11