Tagged Questions
The refresher tag has no wiki summary.
4
votes
2answers
575 views
Need a C++ refresher
For the past decade, I've needed C++ on and off. And every time I need it, I realize I've forgotten a lot of it, and then re-learn it again (I've repeated this process quite a bit). Well now I am in ...
1
vote
4answers
174 views
Refreshing my knowledge of C++ [closed]
Possible Duplicates:
The Definitive C++ Book Guide and List
New to C++, help me get started
I'm 15 years rusty on C++; STL was relatively new then. I've done mostly Java since then, and ...
0
votes
1answer
96 views
Page refresh after done loading, add up variable
$test = $_GET['nr'];
$class = new class;
echo $class->function($test);
I want $test to increase after it have fully loaded the page.
The problem is, I don't know how. Looping $test ...