cplusplus Syntax

Please support our C++ advertiser: Programming Forums
Contribute Code

A simple interpreter called 'minibas'

I didn't know what to do and I thought: why not try writing an interpreter, I've never done this before and it seemed quite challenging, so I started writing code.... The code which you can find below is only a simple base upon which you can start implementing your own simple programming... (View Snippet)

Cpp syntax detector

i don't know how it happen but the exe formed after compilation was 1.23 MB which has never happen before. (View Snippet)

Check Palindrome: Binary & Decimal

Check Palindrome: Binary & Decimal (View Snippet)

Windows manipulation library

This is my library for win32 apps. (View Snippet)

Simple File i/o routines

This is my file manipulation library. (View Snippet)

WinAPI Dialogs class without MFC

This is the Dialogs.h part from the WGCL C++ Compiler Library I created. This creates classes for dialogs, it could cut the amount of code for dialogs you need to write in half, while still having the same amount of functionality. This library is licensed under the GNU General Public License, it... (View Snippet)

Another implementation of strcmp and strncmp functions

My implementation of the strcmp and strncmp functions. I don't think that it is very efficient, but have managed to get both the functions' execution times to 0.01 s (At least, this is the value my profiler gives me). Enjoy! :) (View Snippet)

binary to decimal convertor

This snippet allows you to convert a text representation(*) of a binary number to a decimal number :) (*): With 'text representation' I mean for example a string containing "1001" or "10001110011", etc. ... (View Snippet)

Converting a numerical value to a string and vice-versa

These functions, to some, may seem trivial, but many people have queried in the forums on this topic numerous times. The functions are templated, so that it can accommodate any data-type that the user wishes to use (For example, the same function can be used for converting variables of type long,... (View Snippet)
Contribute Code


Forums | Blogs | Tutorials | Code Snippets | Whitepapers | RSS Feeds | Advertising
All times are GMT -4. The time now is 10:23 pm.
Newsletter Archive - Sitemap - Privacy Statement - Acceptable Use Policy - Contact Us
Forum system based on vBulletin Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
©2003 - 2008 DaniWeb® LLC