Search:

Type: Posts; User: rabbit

Search: Search took 0.01 seconds.

  1. Replies
    1
    Views
    1,179

    Creating a New console?

    I was wondering if there was a way to create your own console(Command Prompt), that would do the same things as a regular windows console would. Any points in direction would be appreciated.
    ...
  2. Thread: Mkdir

    by rabbit
    Replies
    1
    Views
    1,949

    Mkdir

    I'm trying to make a folder, set that as the current directoy and create folders and files in that directory. When i used windows, I just used <direct.h> and mkdir(). But now that im not linux i...
  3. Replies
    9
    Views
    1,125

    "return 0;" tells the computer that your function...

    "return 0;" tells the computer that your function executed with no errors.
    "cin.ignore();" is used to skip remaining characters, how many times and what character, (I'm not 100% sure so don't quote...
  4. Thread: Invalid name?

    by rabbit
    Replies
    4
    Views
    1,720

    Well, what do you suggest i do? I'm freshout of...

    Well, what do you suggest i do? I'm freshout of ideas:/
  5. Replies
    9
    Views
    1,125

    #include using namespace std; //...

    #include <iostream>

    using namespace std;

    // Hello World!

    int main()
    {
    //Variables For Hello World!
    int month, year, specialnumber;
  6. Thread: Invalid name?

    by rabbit
    Replies
    4
    Views
    1,720

    Invalid name?

    This puts out a file with an invaild name. I cant see the problem. Can you help?



    #include <iostream>
    #include <fstream>

    using namespace std;

    int hednspos();
  7. Replies
    6
    Views
    1,202

    I was going to use a loop, but the thing is A3 in...

    I was going to use a loop, but the thing is A3 in decimal 163. What I'm doing now is taking the value of A and adding it to the value of 3, which is not 163. I don't know how to store 2 characters...
  8. Replies
    6
    Views
    1,202

    Sorry, maybe i was to vague. #include...

    Sorry, maybe i was to vague.



    #include <iostream>
    #include <string.h>
    using namespace std;
    int main()
    {
    int intpass;
  9. Replies
    6
    Views
    1,202

    Read from string

    Hi, I need to read every two characters from a string inputted by the user, then convert that from hex to decimal form. I don't know how to start this so can someone please help?
  10. Replies
    1
    Views
    1,759

    First "big" project and having problems...

    Now this is my first "big" project and im having errors executing this right. What im trying to do is right under "Therorized Algorithm".

    Noticable Problems::
    1. Doesnt create the file's
    2....
  11. Thread: Random Grab

    by rabbit
    Replies
    6
    Views
    1,071

    Thanks.

    Thanks.
  12. Thread: Random Grab

    by rabbit
    Replies
    6
    Views
    1,071

    i dont want the numbers between 1-35. I need...

    i dont want the numbers between 1-35. I need something to store a 35 char long string (dffd872jahdf0d9g734...ect like that). So i chose an array.
  13. Thread: Random Grab

    by rabbit
    Replies
    6
    Views
    1,071

    Random Grab

    I have 35 chars and i need to randomly select 20 of them. Can you tell me a random function and/or selecting from an array?

    Thanks ~rab
  14. Replies
    3
    Views
    1,389

    Thanks, I'll try it out.

    Thanks, I'll try it out.
  15. Replies
    3
    Views
    1,389

    File I/O Read and Check

    Hi, I need help with reading and checking from a binary file. I want to read until a i reach a certin byte. Heres an example...

    File:

    ...291....09...../...0927.. [ect]

    EOF

    I want to read...
  16. Thread: Whois Lookup

    by rabbit
    Replies
    2
    Views
    1,164

    Whois Lookup

    I'm trying to create a program that does a whois look-up on a domain.
    I'm thinking something along the line of "whois.net/whois.php?=" then the domain and retrieving the info.

    Anything to help...
Results 1 to 16 of 17