User: TheKamis

  • Public profile

User profile: TheKamis

User info
User name:TheKamis
History
Joined:
Number of posts:8
Latest posts:

Performance goes down in multithreading
[code] #include <ctime> #include <vector> #include <iostream> #include <thread> typedef std::...

Binding a method of a template class
I've got a database with two types of items (ItemA and ItemB) stored in it. I want the database to p...

Swap Function. Need Help!
[code]template<typename T> void myswap(T& val1, T& val2) { T temp = val1; val1 = val2; v...

Virtual functions and class inheritance
Transaction should be an interface for Withdrawal and Deposit classes. Hence: [code]class Transacti...

How to make a game with c++
If you will be able to design data structure and how objects will interact with each other in games ...

This user does not accept Private Messages