User profile: khoder Alshaar

User info
User name:khoder Alshaar
History
Joined:
Number of posts:7
Latest posts:

Proper Initialization of member variables
Given a class "MyClass" defined as follows: [code] class Myclass { public: Myclass();...

Navigate classes when constructing and initializing
Hi! I'm trying to build a structured data structure for a CFD toll. One main component is the Mesh. ...

hot to solve error (0xc00000fd)
yes, I think it's a large array( multiple arrays), but it was working without any problem in the ori...

hot to solve error (0xc00000fd)
Hello, I'm trying to split my main.cpp into several.cpp files. I'm using a single header file to co...

C++ taking much time than C in first run of hello world
Then it's a normal behavior? Will it take more time when compiling larger codes with c++ or it will...