User profile: kbz8

User info
User name:kbz8
Email:kbz_8.dev@akel-engine.com
Name:kbz_8
Location:France
Website:http://akel-engine.com
Bio:Young french man that have fun with game programming and C/C++.
Statistical data
Occupation:Student
Skills:C
C++
Python
History
Joined:
Number of posts:4
Latest posts:

Reading values from a json file and storing them
Did you check if file is open ? std::fstream has "is_open()" function that return true if file is op...

void pointer to class pointer
Okay, thank you

Writing square root in cplusplus
Hi, square root is in math.h (C include) or cmath (C++ version of math.h) and is a function named sq...

void pointer to class pointer
Hi everyone. Is there a way to convert void pointer to class pointer and use it as a class object ?