User profile: Leon

User info
User name:Leon
Email:salahov_cavid@mail.ru
Name:Salahov Cavid
Location:Sumgait, Azerbaijan
History
Joined:
Number of posts:9
Latest posts:

Deleting the last one
@whitenite1 This won't work, because depending on statements the last printed value of 'j' can be ,...

Deleting the last one
The part of code which is problem for me for(j=0;j<10;j++) { if(b[j]==1) { ...

Deleting the last one
But \b doesn't work.. when i wrote cout<<"d"; cout<<"\b"; It doesn't delete the 'D' character in...

Deleting the last one
Hey, I would like to is there any way for deleting last item in output? For example; for(i=0;i<10;...

Numbers after floating point
for example c=x/y where x=2, y=3; even if i choose long double type for (c) after few digits after...