Search:

Type: Posts; User: Arker

Search: Search took 0.00 seconds.

  1. Replies
    4
    Views
    1,617

    Assuming that this is for a school assignment,...

    Assuming that this is for a school assignment, I'll try to provide the proper kind of assistance.

    First of all, think of how large you should make your array when the program starts. Once it's...
  2. Replies
    7
    Views
    1,062

    Hope you get a good mark in that class! ~arker

    Hope you get a good mark in that class!

    ~arker
  3. Thread: linux gcc

    by Arker
    Replies
    11
    Views
    1,509

    I really hate to nit pick, but just to alieviate...

    I really hate to nit pick, but just to alieviate any potential confusion: To my knowledge, neither Emacs or pico are/have a compiler. They just use gcc/g++.

    ~arker
  4. Thread: WMA vs. MP3

    by Arker
    Replies
    11
    Views
    2,691

    Poll: Another vote for Ogg Vorbis. ~arker

    Another vote for Ogg Vorbis.

    ~arker
  5. Thread: C or C++

    by Arker
    Replies
    12
    Views
    1,710

    Although all of my programs thus far have been in...

    Although all of my programs thus far have been in C, I am learning C++ at the moment and I'm quite impressed. It's a bit of a bloated monstrosity compared to C, but very powerful.

    I really do like...
  6. Replies
    4
    Views
    10,018

    Based on this, I chose something similar to the...

    Based on this, I chose something similar to the following:


    #include <time.h>

    void myDisplayFunction(void)
    {
    if ( timer <= time(NULL) - 5 )
    rockDisplay();
    else
  7. Replies
    4
    Views
    10,018

    Pause in OpenGL, but don't stop drawing... ?

    I've made a version of 2D Asteroids using OpenGL on a *nix system.

    I'm wondering how, after the player has cleared the field of rocks, to pause the game prior to displaying a new cluster of rocks....
  8. Replies
    2
    Views
    1,102

    That's what I thought. It seemed kinda silly that...

    That's what I thought. It seemed kinda silly that some of the arguments in the specs had switches and some did not.

    It seems that I won't be doing this in any standard way then. But thanks for the...
  9. Replies
    2
    Views
    1,102

    Processing command line args...

    Is there a "standard" or typical way to process command-line arguments in argv?

    In the past, I've always just used simple if statements, but that is when the args needed to be provided in a...
  10. Thread: _posix_pipe_buf?

    by Arker
    Replies
    2
    Views
    2,584

    I almost did post it there.. Bad judgement on my...

    I almost did post it there.. Bad judgement on my part.

    Thanks for the help, I will define it myself on my own box.

    ~arker
  11. Thread: _posix_pipe_buf?

    by Arker
    Replies
    2
    Views
    2,584

    _posix_pipe_buf?

    Hello gang,

    I have a C assignment for school where in the specifications it says that a particular char array must be declared to a size of _POSIX_PIPE_BUF like this:


    char...
  12. Replies
    3
    Views
    1,384

    Thank you JoeSixpack. With a little messing...

    Thank you JoeSixpack. With a little messing around with the stuff I had already coded, that worked perfectly.

    ~arker
  13. Replies
    1
    Views
    2,197

    Poll: Thread titles... Annoying to you too?

    When you see a thread that is simply titled something like 'Help me!!' or 'Urgent!!', do you even click on it? I don't, I only go to the threads with a meaningful title...

    I may be an ahole, I...
  14. Replies
    3
    Views
    1,384

    Input: File or stdin?

    Hey folks,

    I've written a program in C++ that takes an input filename as a command line parameter, and that filename gets passed to the processing function as a char*, then the processing function...
  15. Thread: Linux c ide

    by Arker
    Replies
    8
    Views
    4,203

    VIM!!!

    VIM!!!
  16. Replies
    4
    Views
    2,316

    Okay, maybe this is not as simple as I thought it...

    Okay, maybe this is not as simple as I thought it would be... Or maybe I'm not as clever as I thought I was... Either way, I'm afraid I need more guidance.

    When I try the code:


    j =...
  17. Thread: macro's

    by Arker
    Replies
    3
    Views
    1,308

    I'm not entirely sure, but give this a try. It...

    I'm not entirely sure, but give this a try. It might just work.


    #define MENU (printf("Something here \n"); \
    printf("Something else here \n"); )


    All I'm doing here is pasting...
  18. Replies
    4
    Views
    2,316

    Warnings from String manipulation functions.

    I'm using various standard string.h functions in a program that I am writing although I am obviously using them incorrectly. Although the program seems to work with these compiler errors (so far) I...
  19. Replies
    12
    Views
    6,497

    The algorithms book that MisterC mentioned from...

    The algorithms book that MisterC mentioned from O'Reilly is incredible. Highly recommended if you are fairly comfortable with C basics and are looking to take your C experience a little farther into...
  20. Replies
    72
    Views
    8,284

    Well then I guess I can stop idling in there...

    Well then I guess I can stop idling in there then... I was gettin' awful lonely after a couple of days...

    Arker.
  21. Replies
    72
    Views
    8,284

    Is this channel dead? Nobody in there....

    Is this channel dead? Nobody in there....
Results 1 to 21 of 21