#include <iostream> using namespace std; ...
C++ On while reads some integers a...
by Nathan,
December 20, 2008 08:59
#include <iostream> using namespace std; ...
switch (V_VT(&var)) {
case VT_BSTR:
for (char *string = (char *)var.bstrVal; *string; string += 2) {
...
C++ On Stream ADODB recordset into...
by Adam,
November 18, 2008 06:19
I don't know if it's any fa...
C++ On Prime or Not
by goodespeler.myopenid.com,
October 15, 2008 11:10
This assignment has come to...
for (char a = 'A', int c = 0; a <= 'Z'; a++, c++) {
cout << a << (c % num == 0 ? "\t\n" : "\t");
}
C++ On Simple For Loop
by goodespeler.myopenid.com,
October 07, 2008 01:20
That works. Why won't this ...
#include <iostream> #include <iomanip> ...
#include <iostream> #include <iomanip> ...
#include <iostream> #include <iomanip> ...
// Count Sort in c++ ...
C++ On Counting Sort
by evilteach.blogspot.com,
September 01, 2008 13:18
I note that your code does ...
#include < iostream.h > #include < stdio.h > #include < conio.h > ...
// // Author: tanaeem // ...
C++ On Finding area of a circle wh...
by tanaeem,
November 06, 2007 16:43
After searching internet I ...
//#include<stdio.h> #include<math.h> ...
C++ On Finding area of a circle wh...
by Yaverot,
November 06, 2007 15:55
It is not a complete refact...

[Grrrrrr. Layout-troubles. ...