Search:

Type: Posts; User: Roflcopter

Search: Search took 0.01 seconds.

  1. Replies
    18
    Views
    2,448

    Right. It still doesn't work, but I shall go...

    Right.

    It still doesn't work, but I shall go take my whining elsewhere. Thanks for all the help thus far.
  2. Replies
    18
    Views
    2,448

    Fiddling with stuff is a good way to learn. I...

    Fiddling with stuff is a good way to learn. I didn't pull all of that out of my behind, I actually am doing tutorials and stuff. Sorry for asking for help.
  3. Replies
    18
    Views
    2,448

    Gotcha, thanks for the reply m8. To Macgyver:...

    Gotcha, thanks for the reply m8.

    To Macgyver: Someone earlier said ShellExecute, I usually like to fiddle with stuff myself till it works, so that's what i did. ;)
  4. Replies
    18
    Views
    2,448

    Well, this is slowly becoming a not so quick...

    Well, this is slowly becoming a not so quick question. Oops.

    This is my code:



    #include <cstdlib>
    #include <iostream>
    #include <windows.h>
  5. Replies
    18
    Views
    2,448

    Windows XP. Like, add options to a program so you...

    Windows XP. Like, add options to a program so you can start other stuff. Like Ping.exe with parameters and all kinda other stuff from one base program. I know it's simple. I know it's stupid. But I'd...
  6. Replies
    18
    Views
    2,448

    It is pretty silly what I am doing. Thanks for...

    It is pretty silly what I am doing. Thanks for the reply. One last question, if you wouldn't mind?

    I was unable to find this anywhere:

    How do you start a program with c++? I found delete, I...
  7. Replies
    18
    Views
    2,448

    Thank you, kind sir! :D edit: I get the error...

    Thank you, kind sir! :D

    edit: I get the error

    Conversion from string "192.168.1.1" to type 'Integer' is not valid.

    I'll try using String instead of Integer!
  8. Replies
    18
    Views
    2,448

    I really prefer not to use an array, if possible....

    I really prefer not to use an array, if possible. What one should I use if I don't?
  9. Replies
    18
    Views
    2,448

    Quick Question (I Promise!)

    What type of variable does one use when it's an ip address?

    like Float, Double, Int, String, whatever. for a 192.168.1.1 piece of info? Thanks in advance.
  10. Replies
    19
    Views
    2,811

    Personally I think this when you tell me that: ...

    Personally I think this when you tell me that:



    #include <iostream>
    #include <fstream>
    #include <iomanip>

    using namespace std;
  11. Replies
    19
    Views
    2,811

    It's supposed to be a clock, for some reason if...

    It's supposed to be a clock, for some reason if you do it up to 60, it includes 60. at 60 mm it technically goes up an hour.
  12. Replies
    19
    Views
    2,811

    I have no idea how to go about fixing that. Could...

    I have no idea how to go about fixing that. Could you point me into the right direction or something? And I didn't think the indents were a big deal on small code, usually pretty easy to follow, no?
  13. Replies
    19
    Views
    2,811

    Like this? #include #include...

    Like this?



    #include <iostream>
    #include <fstream>
    #include <iomanip>

    using namespace std;
  14. Replies
    19
    Views
    2,811

    #include #include #include...

    #include <iostream>
    #include <fstream>
    #include <iomanip>

    using namespace std;

    int main ()
    {
    int hh;
    int mm;
  15. Replies
    19
    Views
    2,811

    Ah, thank you kindly for the tip. I will use that...

    Ah, thank you kindly for the tip. I will use that from now on. =)
  16. Replies
    19
    Views
    2,811

    Because I messed around with it a lot before...

    Because I messed around with it a lot before coming to ask for help. I wouldn't come and ask for help if I had a clue.
  17. Replies
    19
    Views
    2,811

    I am new to c++ and a noob at it, could you help...

    I am new to c++ and a noob at it, could you help me out a little more than that, pretty please? :D
  18. Replies
    19
    Views
    2,811

    Printing to file / Output issues

    I'm trying to make a program that outputs every hour and minute of the day in

    hh:mm format and then print all of that to a text file.

    However, I have no idea how to make it go about printing it...
Results 1 to 18 of 18