User profile: onur

User info
User name:onur
Location:Baden-Württemberg
Statistical data
Birthdate:1979
Gender:Male
Occupation:Programmer
Skills:C++
Python
History
Joined:
Number of posts:128
Latest posts:

Returning multiple variables in 1 function to main()
Create a custom [code]struct[/code] with meaningful members and return this struct. This is similar ...

Why Type casting???
> Please dont give an example from base to derived or derived to base But this is one of the main r...

Why Windows C++ muti-threading IOPS is much faster than IOMeter?
I didn't take a look at your code, but maybe the result is better due to some active caches. The too...

Not-so-nested If statements
ok course the closing brace on line 7 closes the starting brace on line 5. So the if statements are...

Typedef where?
Can you post which line number in the source posted here corresponds to line 467?