User profile: zydeoN

User info
User name:zydeoN
History
Joined:
Number of posts:29
Latest posts:

Problem with array and loop
didnt work with cin.clear(), but worked with cin.ignore() :D Altough i dont understand why do we hav...

Problem with array and loop
Fix it. Now im going to read a bit about dynamic allocation ^^. Here is the code: [code] #include ...

Problem with array and loop
why cant i compile that : [code]#include <iostream> using namespace std; int main() ...

Problem with array and loop
humm, understood, i´ll try to apply it to my code... i have to do a for loop do determine the size ...

Problem with array and loop
im a beginner to c++, and i wanted to only use the basic arrays. Just found a program (from c++ for ...