• Cours
  • Compilateur de code
  • Discuter
  • Tarification
  • Équipes
Menu

Discussions Q&R

The code shown below in the description runs here when I try it, but when I wrote it on code blocks it gave me 5 errors.. 1. expected imitializer before '<' token. (line 19). 2. reference to 'pair' is ambiguous. (line 26). 3. expected primary-expression before double. (line 26). 4. expected ';' before 'double'. (line 26). 5. 'obj' was not declared in this scope. (line 27). Any help please?
c++classestemplates
0 Vote
5 Réponses
9th Jul 2016, 3:46 PM
Khaled Gamal Saad
Khaled Gamal Saad - avatar
how to write a program that reads in a character <char> from the keyboard and then displays one of the following messages 1. if<char> is in lowercase letter the message "the uppercase letter corresponding to char is..." 2. if<char> is in uppercase letter the message "the lowercase letter corresponding to char is..." 3. of char is not a letter, the message char is not a letter.
c++
0 Vote
3 Réponses
9th Sep 2016, 6:49 PM
Prakhar
Prakhar - avatar
< Précédent123Suivant >
Aujourd'hui en vedette
HTML
1 Votes
Functions in python
0 Votes
For Mobile app
0 Votes
What’s the One Thing That Helped You Learn Coding Faster?
2 Votes
I need advice
0 Votes
How can you find whether a number is odd or even in a different way(other than (x%2==0))?
0 Votes
Answer please
0 Votes
I need advice
0 Votes
this query always result to be incorrect from Sorting Data lesson
1 Votes
Why this code fails even without data race
0 Votes