User: Nanite

  • Public profile

User profile: Nanite

User info
User name:Nanite
History
Joined:
Number of posts:6
Latest posts:

a function-definition is not allowed here before '{' token
This has nothing to do with the error, but line 18 in main.cpp should be [code]while(strt == 1) {[/c...

Using arrays in string
[code] #include <iostream> using namespace std; int main() { string week[7] = {"Monday","Tuesda...

Using arrays in string
From your code, I can only understand that you are trying to sum up the ASCII values of each letter ...

std::cin and std::cout isn't working
For some reason the iostream library which contains the definitions for std::cin and std::cout is no...

Printing data as it is stored in memory (binary)?
@L B Yes, yes I do. In fact I have no problem converting from base to base using my own written func...

This user does not accept Private Messages