Thanks! Smile
You are welcome!!
You did C++ coding I am still learning it and and think I will be learning it all my living life, it can be very complex at times, I was going to learn C first, then C++ but a friend told me it is better to just learn C++ as it has C as well
From what I have seen so far the differences between C & C++ are
C uses Struct rather than Class and default visibility is public
No inheritence in C
Structs cant include functions like classes can.
Since using the Friend function in C++ can be tricky at times most functions in my C++ are not declared inside classes anyway unless they are helper classes.
I think I will try this Pelles C anyway, and hope that I have learnt enough C from C++
Cheers