User: Ultima

  • Public profile

User profile: Ultima

User info
User name:Ultima
History
Joined:
Number of posts:20
Latest posts:

How to pass a char* string parameter to a function
ur wchar_t* ws = "data" is incorrect. all widechar assignment needs the letter 'L' in front of it. ...

How to automatically create variables???
A sample done using vector method. [code]#include <iostream> #include <vector> struct Land {...

understanding overloaded << and >>
Basically << means to output a value while >> means to assign a value Try reading this: http://ww...

how to access sql using c++?
- Try using a network engine such as RakNet. It saves you time and also provides you with functions...

how to make loops for character
Sorry for the late reply, was busy over the past week. 1) Problems with ur name: - Your name i...

This user does not accept Private Messages