User profile: mekkatorqu

User info
User name:mekkatorqu
Name:Juraj
Location:Slovakia
History
Joined:
Number of posts:416
Latest posts:

Calling struct = returning value?
yeah, I could just do [code]cout << a.value[/code] but as mentioned above, I asked about a specific ...

Calling struct = returning value?
is there a way to make the code below print 3? [code]#include <iostream> using namespace std; ...

troubles with static variables
@coder777 but isn't this how static is supposed to work? to have one variable with same value within...

troubles with static variables
how do I exactly use static variable? I want to initialize variable "current" at the start of the pr...

Question about static, extern and #pragma once
what is the difference between [code]#pragma once[/code] and the static keyword? aren't they both...