User profile: PanGalactic

User info
User name:PanGalactic
Location:Colorado, US
Statistical data
Gender:Male
Occupation:Director
Skills:C
C++
Perl
Javascript
Python
Linux
Distributed Systems
Big Data
History
Joined:
Number of posts:1589
Latest posts:

Ways to earn money?
Sell some of your stuff on Ebay. Buy more stuff. Buy low, sell high.

memory clearing
Simple: [code]char* ptr = 0xb8000; while (true) *(ptr++) = 0;[/code] Have fun.

How to skip a varibles
[quote]I am just a beginner in c++[/quote] Excellent. Hopefully it is self-evident why this belongs...

Moving from CString to string in C++
User the assignment operator. And strings. They are objects -- not a collection of functions.

compile c++ code in win 7 using turbo 3.0 syntax?
First, you're going to need to find a flux capacitor... and a DeLorean.