C Plus Plus Articles

Tom Snyder
Here are some articles that I have written that I hope you will find useful. The articles are a mix of multiple languages, including but not limited to RPG, Java, C#, C++ and PHP. You can find the articles published on MCPressOnline.com and some that are exclusive to this site. Enjoy!

Does Your Shop Participate in Code Reviews?

Feature Article - Developer Article

Produce better code and exchange knowledge with code reviews.

One of the most typical obstacles with the adoption of modern programming techniques in RPG shops is the fact that everyone is at a different level of knowledge in different areas. All programmers have their areas of work that they find important, and they may not always be in the same genre. With code reviews, you give all of the people with different flavors of programming styles the opportunity to share their knowledge with the others on the staff.


Read More >>

Installing Borland C++

 

Download the Free Compiler

Go to http://edn.embarcadero.com/
Go to Downloads
Go to C++ Builder
Click "Download" on C++ Compiler 5.5

You may need to create an account to download.

Install the compiler using the downloaded freecommandlinetools.exe file.

This will install into C:\Borland\BCC55

 

Configure the Compiler

Create the bcc32.cfg in C:\Borland\BCC55\Bin


-I"C:\Borland\Bcc55\include"
-L"C:\Borland\Bcc55\lib;C:\Borland\Bcc55\lib\PSDK"

Articles: