Search Results

Showing results 1 to 7 of 7
Search took 0.01 seconds.
Search: Posts Made By: meabed ; Forum: C++ and child forums
Forum: C++ Apr 5th, 2005
Replies: 47
Views: 65,471
Posted By meabed
Introduction

These tips are based mainly on ideas from the book Efficient C++ by Dov Bulka and David Mayhew. For a more thorough treatment of performance programming with C++, I highly recommend...
Forum: C++ Nov 20th, 2004
Replies: 0
Views: 3,592
Posted By meabed
Having bugs in your code may be unavoidable, but crashing *is* avoidable. Barring cosmic rays playing yahtzee with your memory there is no reason why your program should ever crash. Crashing is...
Forum: C++ Aug 25th, 2004
Replies: 7
Views: 5,678
Posted By meabed
Mydoom Virus ...
Forum: C++ Jul 14th, 2004
Replies: 7
Views: 17,609
Posted By meabed
C++ : One-Hour Overview

(1) User-Defined ADT (Abstract Data Types)

e.g.: "enum" creates a user-defined type.

enum Months { JAN = 1, FEB, MAR, APR, MAY, JUN, JUL, AUG, SEP, OCT, NOV, DEC };...
Forum: C++ Jul 13th, 2004
Replies: 7
Views: 66,444
Posted By meabed
Overview
Serial communications in Microsoft® Win32® is significantly different from serial communications in 16-bit Microsoft Windows®. Those familiar with 16-bit serial communications functions...
Forum: C++ May 28th, 2004
Replies: 4
Views: 3,204
Posted By meabed
I Donno .. Is this realted to C++ ??? :?:
Forum: C++ May 2nd, 2004
Replies: 12
Views: 5,962
Posted By meabed
thnx guys but is there any anther way to do that without <cstdlib>?
Showing results 1 to 7 of 7

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC