Search:

Type: Posts; User: xScen3xHdstyl3x

Search: Search took 0.00 seconds.

  1. I still don't see how that is going to give me...

    I still don't see how that is going to give me the ability to extract specific data from a file? Isn't there some sort of command to extract a line (like... cin.getline(12)) or something?? Totally...
  2. Specific data extraction from .txt files using fstream.h

    Hello guys.

    I bought a logbook today for my car, and I wondered why the hell not just create a software app for it? :P

    I want to store the information and I am obviously going to use...
  3. No. I just copied the code from the website. I...

    No. I just copied the code from the website. I haven't really ever had anything to do with rand() as the temp software I write doesn't ever need random numbers. But thank you, I will look into that.
  4. Quick question.. why does rand() keep giving me the same 'random' number each time?

    Hey again everyone :)

    I was doing the tuts and problem solving question things on this site and came across the guessing game. I did it all and it's working as needed, but every time I run it,...
  5. I haven't ever been declaring the header string.....

    I haven't ever been declaring the header string.. but I guess that would explain the next question I was just about to ask about why it was cutting my strings off when I used space, you're all over...
  6. Is there a reason that I cannot access structures properly when creating a function?

    Hey guys, sorry, another probably no brainer that's sending me through the wall.

    I can't seem to access the data in a structure when I create a function.. which is really annoying me!

    ...
  7. Replies
    6
    Views
    43,363

    Great, thanks alot! I have thought of another...

    Great, thanks alot!
    I have thought of another question.. heh sorry! :P (I also thought it would be best to re-comment on this seeming as I'm sure it's getting annoying me posting so much!)
    is there...
  8. Replies
    2
    Views
    1,764

    Thank you SO much!!! +1 respect :3

    Thank you SO much!!!
    +1 respect :3
  9. Replies
    2
    Views
    1,764

    Why is this if statement failing?

    It seems this code keeps somewhat falling through. Once it gets to the if statement, the if statement no matter what you enter always returns a true value, and follows through. My aim is a simple is...
  10. Replies
    6
    Views
    43,363

    Line 16 is not coded correctly, just realized :P

    Line 16 is not coded correctly, just realized :P
  11. Replies
    6
    Views
    43,363

    How to 'Clear' a variable?

    Hey guys, is there any way you can clear what a variable holds?

    For E.G, if I was to write this:



    int x;
    x = 10;
    cout << x << endl;
  12. Replies
    9
    Views
    1,429

    I think that was a little arrogant to say the...

    I think that was a little arrogant to say the least, but I'll ignore it as I know I am a beginner, and just remember we were all beginners once.


    I didn't think it was, and I was only using it...
  13. Replies
    9
    Views
    1,429

    PS, If the int main2() isn't self explanatory, I...

    PS, If the int main2() isn't self explanatory, I used that because I cannot seem to directly recall int main().. :)
  14. Replies
    9
    Views
    1,429

    I completely restructured the code now. I figured...

    I completely restructured the code now. I figured the old code was horrible and redundant in most parts, so here is the new :)
    This compiles and runs well, however I am still working on it.

    ...
  15. Replies
    9
    Views
    1,429

    Yeah I know, I was only doing this temporarily as...

    Yeah I know, I was only doing this temporarily as I got annoyed with Linux, and I am since paying for it lol. I will definitely pull my head in and start compiling as I go. Assuming my code will work...
  16. Replies
    9
    Views
    1,429

    My first project (:

    Greetings everybody!

    This is my first post, so hello to you all reading this :)
    I am a new programmer, as a hobby at the moment but I am hoping I get the hang of it and get into the field I...
Results 1 to 16 of 16