User profile: Brigavo

This account has limited functionality.
This was likely due to the user being reported by not following some specific rules for a service in this website.
If you believe this to be an error, please use our Contact form
User info
User name:Brigavo
History
Joined:
Number of posts:8
Latest posts:

Pig latin help
[quote]Thanks for the reply, but it should be "askyay ogday". because one starts with a vowel and th...

Pig latin help
[code]#include <iostream> #include <string> #include <cctype> using namespace std; int main() { ...

Simple problem with vectors
[quote]|13|error: in C++98 'pin1' must be initialized by constructor, not by '{...}'|[/quote] You ar...

What is wrong?
[code]Return 0;[/code] It should be : [code][b]return 0;[/b][/code]

Read text file into a map
What are the contents of the three text files? Have you started to write the program yet?