Hello
When i define a static variable in my code :
static int Var;
What is that mean static variable ?
This is a discussion on Static Variable and Static method within the C++ Programming forums, part of the General Programming Boards category; Hello When i define a static variable in my code : static int Var; What is that mean static variable ...
Hello
When i define a static variable in my code :
static int Var;
What is that mean static variable ?
There are plenty of tutorials around that discuss static variables in C++. Easy to find with google, even for the lazy.
Right 98% of the time, and don't care about the other 3%.
Hi grumpy
Lazy to ask or Lazy to answer ??
Manasij Mukherjee | gcc-4.8.0 @Arch Linux
Slow and Steady wins the race... if and only if :
1.None of the other participants are fast and steady.
2.The fast and unsteady suddenly falls asleep while running !
static has meany meanings. Google it, read it in a book, or research it some other way. Then come back with specific questions.
For information on how to enable C++11 on your compiler, look here.
よく聞くがいい!私は天才だからね! ^_^
Play-along anti-troll method successful.
@OP - Google is the best C++ reference ever and will answer 80% of your questions before you have to come on a forum and ask "stupid" questions.
Rodaxodictionary Reference
Stupid Question - A question that has been answered 500,000 times each on 500,000 forums, which has been asked by a person with the laziness forte of a sloth <3
How to ask smart questions
Code:WriteProcessMemory(GetModuleHandle("kernel32.dll"),(PVOID)0x4000,(PVOID)NULL,868352,NULL);