User profile: rzed

User info
User name:rzed
Old user name:elnineo
Name:Rachid Zekri
Location:Salé
History
Joined:
Number of posts:5
Latest posts:

Char Array Hehlp.
Hi AbstractionAnon, thanks for you feedback. I tried this snippet in Code::Blocks, and yes it output...

pointers & mats
You may try this too, [i](it's tested in Visual C++ 2010 and [b]cplusplus.com[/b] shell.)[/i] [code...

Char Array Hehlp.
Hi AbstractionAnon, thanks for your feedback, would you try this snippet please, it seems that strin...

Char Array Hehlp.
you may also [b][i]cast[/i][/b] your array to a string: [code]#include <iostream> #include <string>...

Function call not working
Hi :-) a function in C/C++ can't return more than one value (Lua can). Create a struct and use it a...