With the new forum software, we expect there will be a few issues here and there. Several problems with user permissions have already been discovered and fixed, but I'm sure there will be more.
If you experience any problems please post them in this thread, or if for some reason it won't let...
There are still some lingering issues.
Anybody who gets a CloudFlare message saying the site is offline should clear their browser cache. I've temporarily disabled CloudFlare until I can make the necessary changes to prevent those errors.
Though I wouldn't describe myself as an expert by any means, if anybody has any SQL questions, ask them in this forum. I'll help to the best of my abilities (within hours to a day), and I'm sure others will be willing to help as they can.
I haven't looked at the book in the link above, but in addition to learning C++ syntax, I'd suggest reading a book on OOP design patterns.
This is a classic: Amazon.com: Design Patterns: Elements of Reusable Object-Oriented Software (0785342633610): Erich Gamma, Richard Helm, Ralph Johnson...
GCC is a C compiler. Basically, it takes the code I posted above and turns it into a program that you can run.
MinGW contains a port (the code has been modified to allow it to run on another platform; in this case, that is Windows) of the GNU C Compiler (GCC).
My example above shows you how to...
For those of you using Windows:
After installing MinGW, you'll need to set your PATH environment variable to include the path to the MinGW installation directory/bin. This will allow you to invoke gcc from the command line without having to be within the MinGW/bin directory.
--
You'll find...
PHP is a great language for rapid development of web applications. The documentation located at php.net is an excellent resource for mastering the facilities PHP makes available to you.
One application I've used in the past on a massive PHP project was Eclipse. Eclipse is an IDE that can be...
I've found the following free tools to be quite useful for developing in C (and occasionally C++):
MinGW
http://sourceforge.net/projects/mingw/files/
MinGW consists of GCC, G++, make, and other tools useful in creating applications in C and C++. In addition, MinGW contains a Java compiler...
Thanks for the welcome.
I'll be glad to take any questions any of you have, and I'll try to post a few useful things among the various sections tonight.
In the mean time, ask away.
If you have any questions, be sure to post a thread. I'm well versed in more languages than those displayed, so I ought to be able to help you out.
Anybody else capable of answering a question posted under this category is encouraged to answer to the best of their abilities.