Search:

Type: Posts; User: Carp

Search: Search took 0.01 seconds.

  1. Thread: Loops

    by Carp
    Replies
    3
    Views
    1,384

    Well, I don't know what I need to incluse. I...

    Well, I don't know what I need to incluse. I don't know how to start a loop or how to execute a PHP scrpt. I think the execution is something like exec(/file/to/run.pohp);
  2. Thread: Loops

    by Carp
    Replies
    3
    Views
    1,384

    Loops

    Hey there. I need to write a small C program that loops every minute. I want to run a PHP script in Linux every 1 minute and be able to kill the program by pressing CTRL + C or something. I don't...
  3. Thread: Starting C

    by Carp
    Replies
    4
    Views
    2,220

    Thanks, Dev-C++ is great. Now...Where to start...

    Thanks, Dev-C++ is great. Now...Where to start learning...
  4. Thread: Starting C

    by Carp
    Replies
    4
    Views
    2,220

    Starting C

    I am going to 'TRY' to learn C (I think its too hard for me :(). I need a compilier. I tried to download DJC++ because its for C and C++, but I found that there is like 100 files you need to...
  5. Thread: Uptime

    by Carp
    Replies
    3
    Views
    1,385

    thats the current time on a 24 hour clock i...

    thats the current time on a 24 hour clock i believe/
  6. Thread: Uptime

    by Carp
    Replies
    3
    Views
    1,385

    Ok, I know how to get the system time... It...

    Ok, I know how to get the system time... It comes out as a number like: 34482384

    Now math just needs to be done.. get the current time when "uptime" is processed and subtract it from the number...
  7. Thread: Uptime

    by Carp
    Replies
    3
    Views
    1,385

    Uptime

    My friend is writing an OS in C. He is doing pretty well and I want him to add an uptime command but he said I need to write the code because he wants me to learn C, but I cant becuse its too hard...
  8. Thread: Opinion please.

    by Carp
    Replies
    4
    Views
    2,455

    I'm not asking a C++ question, I'm asking a...

    I'm not asking a C++ question, I'm asking a general programming question
  9. Thread: Opinion please.

    by Carp
    Replies
    4
    Views
    2,455

    Opinion please.

    I am making a client server app. I cant figure out a good protocol. I came up with the following packet for the signno process.




    000000x1USERNAME00x2PASSWORD00x3CLIENT0000


    Broken down,...
  10. Thread: am I dumb?

    by Carp
    Replies
    16
    Views
    4,567

    I LOVE to program. Only small things, that I can...

    I LOVE to program. Only small things, that I can do. I don't usually watch TV. only befre I goto bed for like an hour. My family is all smart, my sister gratuated 8th in her class. I think my...
  11. Thread: am I dumb?

    by Carp
    Replies
    16
    Views
    4,567

    am I dumb?

    I think I am really dumb. It taked me a really long time to learn things and if I read abook, I wouldn't be able to tell you anything about it, I dont understand what I read. I know VB. it took me...
  12. Thread: winsock2.h

    by Carp
    Replies
    1
    Views
    2,415

    winsock2.h

    How do I make a simple connection in C++ using winsock2.h?
  13. Replies
    16
    Views
    2,289

    Will do, Thanks.

    Will do, Thanks.
  14. Replies
    16
    Views
    2,289

    Wow, Didn't know so many people posted in this...

    Wow, Didn't know so many people posted in this thread, Thanks again. I have one more Q though. Is it possible to make all char's in a cin look like * when typed, Kinda like let hte passChat to *...
  15. Replies
    16
    Views
    2,289

    Ok, Thanks alot (both of you).

    Ok, Thanks alot (both of you).
  16. Replies
    16
    Views
    2,289

    Is cin for only numbers??

    #include <iostream.h>
    char user, pass;

    int main(int argc, char *argv[])
    {
    cout <<" Project Communication Service\n";
    cout <<" ...
  17. Thread: Compile Error

    by Carp
    Replies
    6
    Views
    1,225

    I've used it about 10 times today.

    I've used it about 10 times today.
  18. Thread: Compile Error

    by Carp
    Replies
    6
    Views
    1,225

    Compile Error

    When I try to compile with GCC, I am NOW getting this error:



    C:\>gcc C:\C++\carp.cpp
    gcc.exe: installation problem, cannot exec `cc1plus': No such file Or directory
    (ENOENT)

    C:\>
  19. Thread: Linux Server

    by Carp
    Replies
    3
    Views
    1,525

    OK , thanks/u linked me to a banner.

    OK , thanks/u linked me to a banner.
  20. Thread: Linux Server

    by Carp
    Replies
    3
    Views
    1,525

    Linux Server

    Hello. If this quesiton has already been asked, I am truley sorry. But, I am new to C++. I want to write a server in C++, but dont know where to begin. I know you're probably saying to yourself that...
  21. Thread: Not printing..

    by Carp
    Replies
    6
    Views
    1,151

    Ok, I found it, Thanks alot

    Ok, I found it, Thanks alot
  22. Thread: Not printing..

    by Carp
    Replies
    6
    Views
    1,151

    Oh, ok. But I cant find the EXE now..

    Oh, ok. But I cant find the EXE now..
  23. Thread: Dos commands hehe

    by Carp
    Replies
    2
    Views
    3,831

    Dos commands hehe

    ASSOC Displays or modifies file extension associations
    AT Schedules commands and programs to run on a computer.
    ATTRIB Displays or changes file attributes.
    BREAK Sets or clears...
  24. Thread: Not printing..

    by Carp
    Replies
    6
    Views
    1,151

    Ok, I get you now, How do I compile with GCC...

    Ok, I get you now, How do I compile with GCC though?
  25. Thread: Not printing..

    by Carp
    Replies
    6
    Views
    1,151

    Not printing..

    Hey all! I found these awesome forums today. I now need help. I am a 100% newbie and when I try to run teh following code, it doesnt display, I will show you the code, then the putput from Dos.
    ...
Results 1 to 25 of 25