User profile: Pravesh Koirala

User info
User name:Pravesh Koirala
Name:Pravesh Koirala
History
Joined:
Number of posts:267
Latest posts:

Initializing string array in C++03
if I were to declare s outside the class, I could've done it as.. [code] string s[] = {"one","two",...

Initializing string array in C++03
What's the best way to initialize a string array? [code] // suppose I want to initialize s with ...

Moving along a vector
and by the way, shouldn't there be fabs() instead?

Trouble with linked lists.(Graduation excercise)
Did you set the last link of conductor to NULL ? inf function create_5_bunnies

Moving along a vector
Yep, looks fine to me too. One quick question though, the condition in your while loop suggests that...