User profile: dangrr888

User info
User name:dangrr888
Statistical data
Gender:Male
Occupation:Programmer
Skills:C
C++
Java
History
Joined:
Number of posts:80
Latest posts:

Recommendation for books about Parallel programming C++
Regarding the point about parallel programming vs threading - yes, point taken. If you do mean paral...

Recommendation for books about Parallel programming C++
Effective modern C++ gives a brief introduction to parallel programming with the standard [code]thre...

In need of help with basic functions for finding the area of a circle
Rather than having free-floating functions in the global namespace it would be better to create a [c...

Ctime
There are many alternatives to [code]ctime[/code] that have a richer, more flexible, type-safe inter...

I'm having a problem on passing a struct array to a function. Help me please.
Looks like you need modify line 116 to [code] PDISPLAY(newProd, val); [/code] and modify the delar...