Search:

Type: Posts; User: S0n1C

Search: Search took 0.01 seconds.

  1. Replies
    3
    Views
    958

    Error Checking problem

    In the following program, it checks to see what the user enters is a number or not:


    #include <stdio.h>
    #include <stdlib.h>

    void clear_input(void);
    int get_an_int(void);
    double...
  2. Replies
    4
    Views
    955

    file output problem

    Hey guys, i'm having toubles with this piece of code. I can't seem to get the syntax correct, can someone please help.

    All I want to code to do is open a text file and display 10 integers.

    The...
  3. Replies
    2
    Views
    1,446

    Hey thanks, i knew about the string thing, sorry...

    Hey thanks, i knew about the string thing, sorry about that I was just forgot about it. Thanks i knew that you could ass 'strings' to the system command i just wasn't sure how, thanks again.

    S0n1C!
  4. Replies
    2
    Views
    1,446

    System Command with variables

    Hey guys, I'm just starting to get back into C++ Programming, and forget how to call a System Command and input variable values into the command. Currently I am creating a little Internet Utility...
  5. Replies
    6
    Views
    1,181

    Why not thank you guys? I am a n00b and i know...

    Why not thank you guys? I am a n00b and i know that. so i bow down to you and thank you again for answering my n00b questions.

    S0n1C!
  6. Replies
    6
    Views
    1,181

    Thanks, I'm pretty new to C++, if you couldn't...

    Thanks, I'm pretty new to C++, if you couldn't tell, so i'm still getting use to the new language. Thanks for the suggestions, and help. I was wondering how to assign values to variables without...
  7. Replies
    6
    Views
    1,181

    FILE I/0 and Structures

    Hey;

    I'm in the process of building a program that requires the use of a .txt file, however the values have to be loaded into a structure. In the end, the load process has to be in it's own...
  8. Thread: Gas Gadge

    by S0n1C
    Replies
    5
    Views
    1,692

    Works great, thanks. I like the gauge, i'm now in...

    Works great, thanks. I like the gauge, i'm now in the process of changing it. Making it look a little more graphical.

    Thanks Again;
    S0n1C!
  9. Thread: Gas Gadge

    by S0n1C
    Replies
    5
    Views
    1,692

    Hey, i have 'num = 50' just for testing, because...

    Hey, i have 'num = 50' just for testing, because i couldn't get the percentage part to work. I just wanted to see if the gadge would work in the first place, ingnore that line of code, sorry forgot...
  10. If I understand what your trying to say, your...

    If I understand what your trying to say, your talking about having more then one file to output data to. All you have to do is declare more then one file pointer, for example:


    /*File Pointers*/...
  11. Replies
    8
    Views
    4,978

    It seems that you don't know much about arrays to...

    It seems that you don't know much about arrays to begin with, so somebody trying to explain it to you for the first time would take a while. I suggest that you visit:...
  12. Thread: Gas Gadge

    by S0n1C
    Replies
    5
    Views
    1,692

    Gas Gadge

    Hey everyone, i'm creating a program that requires the gas gadge to be updated everytime the speed changes. At the moment i'm manually entering the numbers, but later I will have the numbers being...
Results 1 to 12 of 12