User profile: sbonnalc

User info
User name:sbonnalc
Name:sbonnalc
Location:French Riviera
Statistical data
Birthdate:Oct 28, 1968
Gender:Male
Occupation:Programmer
Skills:C++
History
Joined:
Number of posts:13
Latest posts:

Loops and conditions, need direction please
thanks for that point, I understand now. May me suggest you using string and the find method of the...

Loops and conditions, need direction please
Hello, could you explain a bit more the meaning of the [code]digitPatternCount[/code]? The statement...

problems of template
Hello, My guess is that the two [code]easyCopyImpl[/code] templated methods have the same method sig...

new-delete & struct & arrays. HELP
Hello, From what I see, what would need to be allocated are the [code]struct Student[/code] and the ...

Seperate files?
Hello, file A.cpp (where you use the function). [code]#include "MyFunctions.h" using namespace std...