cplusplus.com
C++ : Users : computerquip
 
cplusplus.com
Information
Documentation
Reference
Articles
Forum
User: computerquip
Public profile
Send private message


User profile: computerquip

User info
User name:computerquip
Email:computerquip@thecomputerquip.com
History
Joined:
Number of posts:1682
Latest posts:

Retaining data after restarting program?
Using terminology like "restarting" is greatly misleading. You're not stopping and then starting the...

Unix System Calls
What is there to not understand? [code] int main() { //Call chmod here, check for errors, valid...

Access to internet with C++
Eh... using synchronous ASIO which is what I'm familiar with, here's a basic example of an echo serv...

Pass an array of objects into a function
The point I was making is that 2D arrays tend to be overrated. No, you can't pass a 2D array in this...

Byte * Byte = Short Int, How Byte*Byte*.... = Float ?
I'm not really sure I understand. What's the purpose of the float? In addition, you'll find that al...