User: CptJY

  • Public profile

User profile: CptJY

User info
User name:CptJY
History
Joined:
Number of posts:30
Latest posts:

Comparing strings inside an if else statement
probably better to use string::compare to do so if Serbia is a string, ok, but if you mean "Serbia"...

infinite numner sign...
You cannot. A 16bits long or a 32bits long value always has a max value depending on whether it is ...

segmentation fault
I think you should dim your vector, or push the value (line 18) : [code]sousens.push_back(ens[i]);...

Converting text into morse code
this is a good start ! [code]#include <iostream> int main() { std::string morseCode[26]; morseCod...

Issue with vectors
@mmcro : line 35 is just to see what happen in the code. You can delete of course. @willuwontu : ri...

This user does not accept Private Messages