Search:

Type: Posts; User: Music_Man

Search: Search took 0.01 seconds.

  1. Replies
    0
    Views
    2,245

    Child processes in Linux

    Good morning;

    I am trying to make a program which creates two child process which run in parallel. Child one is reading a text file while child 2 is reading another text file and they both write...
  2. Replies
    2
    Views
    903

    Creating a File

    Hello Everyone;

    I am new to the world of C++ and I know some file I/O coding but I wanted to know if there was a way for your program to create a file if the requested file does not exist.
  3. Thread: Arrays

    by Music_Man
    Replies
    5
    Views
    1,039

    Arrays

    Hello everyone;

    I have a program with a number of constant arrays defined in the header file.

    array1[10] = { .. };
    array2[13] = { .. };

    When I use the code:

    do {
  4. Replies
    2
    Views
    1,598

    Windows question (NOT MS)

    Hello everyone;

    I am new to OpenGL and I just wanted to ask a couple of questions about manipulating windows.

    Firstly; if I create two windows and move the current one around then the current...
  5. Replies
    3
    Views
    1,729

    2 questions about file manipulation

    Hello everyone;

    First question; how do you DELETE a file using C commands?

    Second question; how can you encrypt a file so it is not readable by any means other than your program?
  6. Replies
    3
    Views
    2,116

    General GUI question in C

    Hello everyone;

    I'm trying to find some general information on how to program a GUI (for a game) in C similar to the ones you can easily program in Java. I'm mostly interested in backgrounds,...
  7. Replies
    2
    Views
    1,020

    Graphics programming in C

    Hello everyone;

    Can anyone recommend a good book on how to program graphics in C? I want to create programs that can manipulate 2D and 3D graphics for a game I am creating.
  8. Replies
    6
    Views
    3,285

    3D game programming in C++ vs. C

    Hello everyone;

    As I am new to the C++ stream I wanted to ask the you fellow programmers if C++ (or VC++) is better than C for programming large 3D games? I am a veteren in C but green in C++. And...
  9. I'm looking for a good book on 3D game programming

    Greetings everyone;

    As the subject says, I am looking for a good C++ book on 3D game programming and I was wondering if anyone had suggestions. I prefer learn-by-example type books but I'm open to...
  10. Looking for a good book on 3D game programming

    Hello everyone;

    As the subject says I am looking for a recommendation from all you programmers out there who know of a good book to help me program 3D games. I am not too familiar with C++ but I...
Results 1 to 10 of 10