User profile: TheIdeasMan

User info
User name:TheIdeasMan
History
Joined:
Number of posts:6795
Latest posts:

Inconsistent Results with Different Methods
Hi, After a quick perusal, I saw a bunch of integer divisions in [code]void ZouHe::ApplyBC()[/code]...

Inconsistent Results with Different Methods
@[b]CplusC[/b] Ok, cool :+) So the motivation for my last post was to make style type suggestions ...

Inconsistent Results with Different Methods
Hi, Some suggestions: What warning levels do you have when compiling? And which compiler are you u...

Daily bit(e) of C++ | Optimizing code to run 87x faster
[quote=Duthomhas]There’s an entire section in the text about using threads. [/quote] Yes, but I a...

Daily bit(e) of C++ | Optimizing code to run 87x faster
A while ago I was reading about multi-threading, the author basically said: "Prefer to use an STL al...