Search:

Type: Posts; User: Neo1

Search: Search took 0.01 seconds.

  1. Thread: Code Painter

    by Neo1
    Replies
    31
    Views
    10,231

    Thanks Mats, i added the changes you suggested,...

    Thanks Mats, i added the changes you suggested, and the code now looks like this:


    //[email protected]
    //Neo1
    #define _WIN32_WINNT 0x0500

    //For Win32 I/O function
    #include <windows.h>
  2. Thread: Code Painter

    by Neo1
    Replies
    31
    Views
    10,231

    After reading this thread i decided to make my...

    After reading this thread i decided to make my own code painter, so here it is. It takes the file path to the cpp file as the first and only argument, loads it into a buffer, and then parses it and...
Results 1 to 2 of 2