Initializing string array in C++03if I were to declare s outside the class, I could've done it as.. [code] string s[] = {"one","two",...
Initializing string array in C++03What's the best way to initialize a string array? [code] // suppose I want to initialize s with ...
Moving along a vectorand 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 vectorYep, looks fine to me too. One quick question though, the condition in your while loop suggests that...