User profile: Lehti

User info
User name:Lehti
History
Joined:
Number of posts:21
Latest posts:

Summing the characters in a word or sentence
You inverted the order of the addition assignment operator. += and =+ are actually two very differen...

Bubble Sort Problem
The condition should be index < num, because the last element of your array is index[num - 1]. By t...

HELP for programming c++ (EXPECTED ; BEFORE STRING CONSTANT)
I noticed you put a semicolon after your while loop condition (line 20). Remove it, otherwise your p...

Avoiding long member initializer lists
[quote]The ClassName variable was intended to simply contain the name of the class, so rather a tech...

need help with some homework
The keyword here is "calculate". You're not doing any calculations here. What your instructor is ask...