Search:

Type: Posts; User: Alphacentric666

Search: Search took 0.01 seconds.

  1. Replies
    11
    Views
    2,315

    what is the difference?

    what is the difference?
  2. Replies
    11
    Views
    2,315

    ok, thanks

    ok, thanks
  3. Replies
    11
    Views
    2,315

    You're crazy right? Everytime I code I never put...

    You're crazy right?
    Everytime I code I never put comments on my code. I did, however, put comments on alpha sorting to reduce the negative criticism so that someone won't say, "You need more...
  4. Replies
    11
    Views
    2,315

    Alpha Criticism: Part One......

    Welcome to part one of the alpha critism series. Here, I will post a source code that I made and other experience/expert programmers will critism my coding abilities. I like this new concept, it will...
  5. Replies
    18
    Views
    3,101

    The alpha way. #ifndef _MAIN_CPP_ #define...

    The alpha way.



    #ifndef _MAIN_CPP_
    #define _MAIN_CPP_

    // C++ Includes
    #include <iostream>
  6. Well, I gave up on the code. If you're...

    Well, I gave up on the code.

    If you're interested AIM Jesusitron. Hes the guy who coded this. Give him the advice. Hes too stubborn, I tried giving him the link to this page but hes too busy...
  7. Very funny. I'm serious I didn't code this. If I...

    Very funny. I'm serious I didn't code this. If I wanted to make a tetris game then I'd do it on the WinAPI since GDI makes graphics alot easier.

    I've looked at the source code and srand() has...
  8. Quick question about this source code.

    This isn't my code. A 'friend' gave this to me to fix. I can't figure out why it keeps returning the same number when its suppose to be different each time(rand() is used).
  9. Heres an update.

    Heres an update.
  10. Replies
    11
    Views
    1,606

    Using an if statement within a while loop is(in...

    Using an if statement within a while loop is(in my book) considered an when statement.

    Because within the while loop, things are happening. The if statement is like when this happens(if(this is...
  11. Replies
    7
    Views
    2,357

    Flik, the syntax is this: #ifndef _MAIN_H_...

    Flik, the syntax is this:



    #ifndef _MAIN_H_
    #define _MAIN_H_

    #include <stdio.h>
    #include <stdlib.h>
  12. Replies
    1
    Views
    1,196

    Can anyone see whats wrong here?

    #ifndef _STREAM_CPP_
    #define _STREAM_CPP_

    #include <iostream>
    #include <fstream>

    using namespace std;

    void MakeFile(ofstream&, char*);
    void ReadFile(ifstream&, char*, char*);
  13. Whats wrong with my file streaming/bubble sorting combo?

    The code is self-explanotory. I'm trying to make a program that creates a .txt which contains 10 random integers. Then read the integers and sort it from least to greatest and then print them out in...
  14. Why should accessor functions be const?

    Why should accessor functions be const?
  15. To Veterans: Have a better way of coding this?

    Welcome!!

    I'm adding my source code in here to recieve criticism from other programmers.
  16. Trying to create valid home-made C++ functions.

    I included a .zip file in this post. The zip file contains one source code and one header file. No executables, because I know how must of you guys are scared to run those.

    Anyways, in the header...
  17. Replies
    2
    Views
    1,174

    My Win32 Program isn't working?

    My source code seems right. I don't know what the problem is. Nothing would appear.
  18. Having some problems with texture mapping and timebased movement(OpenGL).

    Its been a hectic week for me. Usually I don't ask for help but I'm desperate. I've been following tutorials from both gametutorials.com and nehe.gamedev.net regarding OpenGL. I know how to set up a...
Results 1 to 18 of 18