Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Recent content by 2pi

  1. 2pi

    The Go Programming Language

    Guys,that's only a google's gcc edit
  2. 2pi

    [C++]&OpenGL mmorpg ? my new game... the result of being bored.

    Uau!So great congratulations!
  3. 2pi

    Allegro Newbie Tutorial

    Allegro is a game programming library for C/C++ developers distributed freely, supporting the following platforms: Unix (Linux, FreeBSD, etc.), Windows, MacOS X and Haiku/BeOS. Older versions also support DOS and QNX. It provides many functions for graphics, sounds, player input (keyboard, mouse...
  4. 2pi

    [C++] Cross-platform programming

    You need to use cross-plataform tools and cross-plataform libraries,like Gcc(compiler),GTK and QT(libs).
  5. 2pi

    Help Visual C++ 2008

    Lol,thanks to the help.
  6. 2pi

    Help Visual C++ 2008

    Lol,thanks to the help.
  7. 2pi

    Help Visual C++ 2008

    But guys you don't understand my question,i just wanna know,ohw to use the visual c++ express edition,haven't anybook that you can to learn the my question,The majority books about c/c++ don't explain about the WIN32 API,but the book C complete reference(C complete and total in brazillian...
  8. 2pi

    Help Visual C++ 2008

    But,is the NT kernel MS-DOS based?If yes,he's a MS-DOS.
  9. 2pi

    Help Visual C++ 2008

    Windows is "closed source",so all about it is just expeculation.
  10. 2pi

    Help Visual C++ 2008

    Ah i don't understand,that's not a API code? #include <windows.h> LRESULT CALLBACK WinProc(HWND window,UINT msg,WPARAM wParam,LPARAM lParam); int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow) { HWND hwnd; WNDCLASSEX...
  11. 2pi

    C complete tutorial part 2-The first window

    Nowdays almost all programs are controled by GUI(Graphical User Interface),with windows,buttons,labels,etc... You had seen what c programs ALWAYS need a main function(int main())where the program has started,but in windows programs that function's called WinMain(obvious),the functions in a...
  12. 2pi

    Help Visual C++ 2008

    Guy,i read the best c/c++ books,but well i'll program using another API,Wxwidgets,nowdays it's the best form of code a software bacause that API's multiplataform.But thanks.
  13. 2pi

    Help Visual C++ 2008

    Ok,so i'll to use the lcc win32 to program windows.
  14. 2pi

    C complete tutorial-Part One(Introdution)

    Cotinuation: Ok now we will make our first program! I thik everybody already download the Lcc Win***so let's go: Creating a new project 1.Open the lcc win32 2.Click in project-create-now insert in the field Name of The project:First_Program(Realy you can insert any name,but insert this...
  15. 2pi

    C complete tutorial-Part One(Introdution)

    Programing Languages,go and comeback,but c always is in the same position,you can make everything using c,example:Ok,connect the your computer,use you windows?Did you know what he's coded in c?Ok,but let's go listen music,Windows Media Player?C,Real Player Classic?C,ok now let's go see the...
Back
Top