User profile: RapidX

User info
User name:RapidX
History
Joined:
Number of posts:15
Latest posts:

Pointer/array/declaration question
Thank you helios for that explanation! bbgst, I'm familiar with programming languages like PHP and ...

Pointer/array/declaration question
So unlike many other programming languages, we cannot assign/initialize values to variables outside ...

Pointer/array/declaration question
Hello everyone, When declaring pointers, are they only effective when declared in the block { } t...

Structure question
Thanks for the responses Peter and Andy.

Structure question
I am looking into structures in C++. With the following small program, I am getting an error during ...