User: zan nabil

  • Public profile

User profile: zan nabil

User info
User name:zan nabil
Name:ZAN Nabil
Location:Dhaka,Bangladesh.
Bio:goes to high-school,programmer and hobbyist game programmer.Loves Physics and mathematics.Plays Soccer :-)
History
Joined:
Number of posts:6
Latest posts:

Are iterators just pointers wrapped around some classes?
The output is same ..... [code] string p = "Hola"; printf("%d\n",p.begin()); char *k; k...

Can print the values of iterators using printf() but not cout<<
[code] string s ="nabil" ; cout<<s.begin()<<nln; //gives me error //but this prints some valu...

In CodeBlocks,how do I run a certain program if multiple project files are open?
Wow!Didn't see that. Thanks a lot :-)

Can do this char* x;x = "XXX"; but not this char x[n];x="XXX"; why?
Yeah,that's what I was thinking .... i thought in the case of char array , the array name is also a ...

In CodeBlocks,how do I run a certain program if multiple project files are open?
When i have multiples files (not project files) opened in the view window,if i click on a file and o...

This user does not accept Private Messages