Search:

Type: Posts; User: yeohhs

Page 1 of 2 1 2

Search: Search took 0.00 seconds.

  1. Thread: Learning

    by yeohhs
    Replies
    6
    Views
    1,966

    Besides reading, writing code is an essential...

    Besides reading, writing code is an essential part of learning.
  2. Replies
    2
    Views
    1,067

    There is also http://www.codeproject.com/

    There is also http://www.codeproject.com/
  3. Replies
    9
    Views
    1,917

    Hi, There is a set of GLUT tutorials from this...

    Hi,

    There is a set of GLUT tutorials from this URL: http://www.lighthouse3d.com/opengl/glut/index.php?1

    Best Reagrds,
    Yeoh
  4. Replies
    3
    Views
    2,545

    Hi, If you have C and C++ coding experience...

    Hi,

    If you have C and C++ coding experience with Dev-C++, Allegro might be worth checking out.

    To use Allegro with Dev-C++, get the DevPaks are from here:...
  5. Replies
    7
    Views
    1,834

    You might also want to check out Ultimate++. :) ...

    You might also want to check out Ultimate++. :)



    Best Regards,
    Yeoh
  6. Replies
    4
    Views
    1,621

    If you want code cross-platform C++ code, you...

    If you want code cross-platform C++ code, you might want to check out http://www.wxwidgets.org/ . It is a free cross-platform C++ GUI framework.

    And it works with many C++ compilers and IDE,...
  7. Thread: MFC question

    by yeohhs
    Replies
    4
    Views
    1,223

    Hi, I've been using Dev-C++ for several years...

    Hi,

    I've been using Dev-C++ for several years now. AFAIK Dev-C++ does not come with the MFC header files and libraries. However, Dev-C++ does have the necessary header files and libraries for...
  8. Replies
    1
    Views
    1,147

    Perhaps these URLs could be useful to you. ...

    Perhaps these URLs could be useful to you.
    http://www.beyondlogic.org/
    http://www.logix4u.net/inpout32.htm

    Best Regards,
    Yeoh
    --
  9. Replies
    18
    Views
    1,764

    Hi, For those who might be interested, there...

    Hi,

    For those who might be interested, there is a MSDN article, "Creating Windows XP Icons".



    The URL is:...
  10. Replies
    6
    Views
    2,027

    Hi, For those who are interested, here is an...

    Hi,

    For those who are interested, here is an article "Using Namespaces"
    from http://www.cprogramming.com/tutorial/namespaces.html

    Best Regards,
    Yeoh
  11. Thread: VC question...

    by yeohhs
    Replies
    10
    Views
    1,543

    Hi, Yes, you can also use VS .NET 2003 Win32...

    Hi,

    Yes, you can also use VS .NET 2003 Win32 and MFC projects. :)

    There are some VS tutorials from here.
    http://www.functionx.com/


    Best Regards,
    Yeoh
  12. Thread: VC question...

    by yeohhs
    Replies
    10
    Views
    1,543

    Hi, For .NET development in C# and other .NET...

    Hi,

    For .NET development in C# and other .NET languages, you can download the .NET SDK and runtime from here....
  13. Thread: VC question...

    by yeohhs
    Replies
    10
    Views
    1,543

    Hi, For C# development, the .NET SDK and...

    Hi,

    For C# development, the .NET SDK and runtime can be freely downloaded.

    And you can also download a free IDE for C# development, SharpDevelop. :)

    Best Regards,
    Yeoh
    --
  14. Replies
    41
    Views
    9,334

    You might want to post your problem over at the...

    You might want to post your problem over at the Dev-C++ forum.
    The URL is http://sourceforge.net/forum/forum.php?forum_id=48211
  15. Someone has to write all those C and C++...

    Someone has to write all those C and C++ libraries that are easy to use. My take on this is that C and C++ will still be alive and kicking for a long time. The question now is: what programming work...
  16. Thread: c++ vs c#

    by yeohhs
    Replies
    6
    Views
    2,095

    For me, it depends on the type of application and...

    For me, it depends on the type of application and customer needs.

    For embedded applications, I use assembly, C or C++.
    For desktop GUI applications, I use MFC.
    For web-based applications, I use...
  17. Replies
    20
    Views
    3,227

    The command line version is free. See extract...

    The command line version is free.

    See extract from http://msdn.microsoft.com/visualc/vctoolkit2003/

    The Visual C++ Toolkit is a free edition of Microsoft's professional Visual C++ optimizing...
  18. Replies
    20
    Views
    3,227

    Hi, Yes, Code::Blocks is cool! :) For...

    Hi,

    Yes, Code::Blocks is cool! :)

    For Windows C++ development, you can also use this combination of FREE tools:
    Visual C++ 2003 Toolkit
    Platform SDK
    Code::Blocks IDE

    Best Regards,
  19. Replies
    3
    Views
    1,548

    Windows comes with CryptoAPI....

    Windows comes with CryptoAPI.
    http://www.microsoft.com/mind/0697/crypto.asp

    You can also use third-party crypto libraries in your programs. I am now looking at LibTomCrypt....
  20. Thread: Accessing MYSQL

    by yeohhs
    Replies
    9
    Views
    1,326

    If you are using Dev-C++ to access MySQL, it...

    If you are using Dev-C++ to access MySQL, it might be better for you to get the libmysql DevPak from here:
    http://devpaks.org/category.php?category=Database

    Dev-C++'s Package Manager will then...
  21. Thread: Accessing MYSQL

    by yeohhs
    Replies
    9
    Views
    1,326

    You can use MySQL++ ...

    You can use MySQL++



    http://tangentsoft.net/mysql++/
  22. Replies
    6
    Views
    2,781

    Pelles C http://www.smorgasbordet.com/pellesc/

    Pelles C
    http://www.smorgasbordet.com/pellesc/
  23. Thread: Compiling

    by yeohhs
    Replies
    7
    Views
    3,230

    The tutorials should mention that you need to run...

    The tutorials should mention that you need to run Command Prompt.
    Then at the "blinking" cursor, type the command make. This is will work provided you have an environment variable that points to the...
  24. Thread: borland

    by yeohhs
    Replies
    13
    Views
    1,989

    There is a free IDE that works with Borland C++...

    There is a free IDE that works with Borland C++ 5.5.

    The URL is:
    http://www.objectcentral.com/

    From the website:
  25. Replies
    14
    Views
    2,304

    For Win32 API Tutorial, check out:...

    For Win32 API Tutorial, check out:
    http://www.winprog.org/tutorial/
Results 1 to 25 of 50
Page 1 of 2 1 2