by cristina999
ICAO Alphabet program
|
|
[6 replies] Last: Fixed output: Enter a word: program Phonetic version is: Papa Ro... (by cristina999)
|
by GodBox
Rock Paper Scissors
|
|
[11 replies] Last: a 2 input lookup table you only need one table Oh, my goodness, I ... (by Enoizat)
|
by techjohnny
Deep copy with =operator
|
|
[14 replies] Last: thanks for the spot, edited above (by gunnerfunner)
|
by cipehrx
Convert char * to LPCWSTR ???
|
|
[3 replies] Last: A different way: #include <windows.h> #include <iostream> #include <s... (by Thomas1965)
|
by afreen saif
polar coordinate system
|
|
[1 reply] : please help me solve this sure, the forum'd be happy to help those w... (by gunnerfunner)
|
by gambette
IO files and Getter problem!
|
|
[10 replies] Last: function in my unit class unit.h Have you chosen to turn the name o... (by Enoizat)
|
by rantiv
2D Arrays
|
|
[17 replies] Last: My numbers are off and should look like this. 0.0000, 100.0000, 100.... (by lastchance)
|
by HaxterHuz
Error: Expected initializer before void
|
|
[2 replies] Last: You need a semicolon at the end of line 7. But should avoid global va... (by TheIdeasMan)
|
by apfhd2ek
Number Analysis Program
|
|
[1 reply] : Perhaps, int numbers ; should be double numbers ; ... (by closed account 48T7M4Gy)
|
by MisterTams
Problem with display user inputted Month, Day, Year using classes
|
|
[1 reply] : In your main file you don't need the function prototypes since you are... (by OmegaZero69)
|
program skipping cin statements |
|
[3 replies] Last: Ah, sorry. You want space-separated inputs. Replace std::cin.ignore(... (by mbozzi)
|
by bryguy1759
mini calculator
|
|
[11 replies] Last: You're welcome! This is how I would write it: #include <iostream> ... (by llxx)
|
by wowlmao
Reading from a file
|
|
[1 reply] : string fileName; double totalAverage = 0; cout << "Enter the file n... (by gunnerfunner)
|
by djc15c
Problem with isalpha() and isprint()
|
|
[1 reply] : for(int i = 0; i < size; i++0 { if (isalpha(str [i - 1])) //... str... (by gunnerfunner)
|
by Angel1
A program that consist of asking the user to input a letter
|
|
[5 replies] Last: I thought I get notifications from my email that I got a reply in my... (by gunnerfunner)
|
by ru12adis
Trouble finishing a function/
|
|
[2 replies] Last: I agree with shadder, the return should not be within the for loop. I ... (by llxx)
|
Dynamic allocation memory c++ Read ini file |
|
[no replies]
|
by Yoooooo
reading strings
|
|
[1 reply] : n is a char. char 3 is not 3. char 3 is .... well, take a guess :) ... (by jonnin)
|
by bkoertje
Bank Account Inheritance Help
|
|
[no replies]
|
by persades
getting min number
|
|
[1 reply] : I'd recommend storing the scores in a std::vector. std::vector<int> ... (by integralfx)
|