User: zone19871

  • Public profile

User profile: zone19871

User info
User name:zone19871
History
Joined:
Number of posts:40
Latest posts:

Vitrual Inheritence Help please
When creating two inheritence, how do i change the orignal class values example values in int examp...

cannot change int * into float *
[b]Int main() { int hello = 8; function(&hello); return 0; } void function(float* hello) { *hell = ...

Function Pointer Help Please
[b] class try { public: int b = 20; } int main() { try try; function(10,try....

Inheritence / function help
[b]class house { char type; } class flat:house { int rooms } class detact:house { int room...

Changing veriable names while it excutes?
can i change a name of a veriable like int one; to int two while the code is running

This user does not accept Private Messages