User profile: hankstr100

User info
User name:hankstr100
Email:hankrof@gmail.com
Name:Red.Hankrof
Location:Yünlin (Now) / Kaohsiung (Home)
Website:http://none
Bio:C++ programer newbie(6 months learnt)
could read c/c++ / java program
mainly coding for c/c++
History
Joined:
Number of posts:11
Latest posts:

Tuples
Can you tell what compiler you're currently using? this code can be compile with g++ (Need to spe...

Could somebody confirm...
The dot is a member access operator for accessing public members. If your variable is an object or ...

Capture screen with bitblt is too slow
thanks again dude, I think I shall start to learn WIC and direct2D now.

Capture screen with bitblt is too slow
lol thanks for reply , so ...with direct2D I can get the pixels of DC(Device Context) too?

multipy and add( main) not declared ?
[code] int multiply(int x, int y) { return x*y; } int add(int x, int y) { return x+y; } int mai...