User profile: Smok006

User info
User name:Smok006
Name:Cosmin Florea
Location:Romania
History
Joined:
Number of posts:34
Latest posts:

1D Arrays program
[code] string cities[SIZE] = { "Belvidere", ...

Prime numbers
Hi, The main idea of a prime number is that it will divide only with 1 and itself. The key-word is ...

Compare not comparing
[quote]The loop while execute once, if the condition is false it will come out of the loop.[/quote] ...

Use of string
I don't know for sure, but u might try including STRING.H.

Template List class wont display insertEnd.
Hi! I guess the first code is list.cpp. This one must #include "list.h", not vice versa. Also in th...