User: ssol

  • Public profile

User profile: ssol

User info
User name:ssol
History
Joined:
Number of posts:7
Latest posts:

split words in file by using getline
hello, I want to get words which are split by tab('\t') for example, Hi my name i...

How can I use the deleted pointer again?
I want to use a deleted pointer again so I did like this int* a1=new int; int* a2=new int; . ....

why when cin is always 0?
@JLBorges Thanks for your kind advise! But how can I differentiate (fail case) and (success case but...

why when cin is always 0?
in this code, int k; cin>>k if I type not int like 'a' or '\' they are all recognized as 0 and code ...

Is it right way to assign deleted pointer?
I want to assign a pointer to deleted pointer like this int *p = new int; int *q = new int; . ...

This user does not accept Private Messages