User profile: Shala

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

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 ...

Compiling and running a code written from Sublime Text in Mac's Terminal
This worked marvelously, thank you!