User profile: Shala

User info
User name:Shala
History
Joined:
Number of posts:9
Latest posts:

Expected qualified-id error in Xcode
I'm getting an error that says "Expected unqualified-id" for line 7. What does this mean? [co...

Program that eliminates whitespaces
syntax: [code] #include <iostream> #include <string> using namespace std; int main(void) { stri...

Program that eliminates whitespaces
im trying to write a program for class that when it reads it, it corrects all the spacing and capita...

Something goes wrong with my program in xcode
so im having a bit of trouble with getting my program to run properly in xcode. the build succeeds (...

std::cin, std::cout, peek, ws
Im going through my class notes online and my professor talks about ws and peek but i don't exactly ...