User profile: DELB

User info
User name:DELB
History
Joined:
Number of posts:46
Latest posts:

Terminology Question
[code]int main(int argc, const char * argv[]) { // insert code here... string lang = "C++";...

Array Issue
Yeah that seems to clear it up. Thanks. I have another query, I would create a new thread but I ca...

Array Issue
Well that was a lot easier than expected... :P. Thanks. cout.precision(11); cout << "Pi: ...

Array Issue
Hi, [output][code]int main(int argc, const char * argv[]) { // insert code here... c...

A small query - example code
[code]int _tmain(int argc, _TCHAR* argv[]) { string front; string back; string text = "Always...