by BlueCOCO1
Confusion about variables
|
|
[3 replies] Last: I'm so dumb, I see now. Thank you so much! (by BlueCOCO1)
|
by devaatcpp
Tools required to build a music player
|
|
[2 replies] Last: A bit of research shows that playing mp3s is very cumbersome, and requ... (by devaatcpp)
|
by BlueCOCO1
Won't let me enter values
|
|
[4 replies] Last: I figured it out, I had to change the int to double since I had decima... (by BlueCOCO1)
|
by CodeFailure
Running Into Wall With Roman Numeral Calculator
|
|
[3 replies] Last: string rn{}; cin >> rn; for(int i = 0; i < rn.length(); i++) { tota... (by jonnin)
|
by dntwk707
Terminal g++ Compiler
|
|
[3 replies] Last: you can get a unix like command prompt using a program called cygwin. ... (by jonnin)
|
by sarvcr
First getline getting ignored
|
|
[3 replies] Last: Hello sarvcr, getline(cin, frase); //<---- This line gets ignored . ... (by Handy Andy)
|
by jcsb1994
Usage of macros inside class header files
|
|
[3 replies] Last: Ok thank you! for now I will go with different implementations, it se... (by jcsb1994)
|
Ini Files using Visual studio C++ 2008 |
|
[4 replies] Last: Thanks You guys for your help. (by closed account Shp21hU5)
|
by sarvcr
Divide Strings into Char
|
|
[5 replies] Last: char &c is a reference to each letter in turn. if you leave the & off... (by jonnin)
|
by BroBuilder
Problem with calling function from header file
|
|
[2 replies] Last: Thank you AbstractionAnon. (by BroBuilder)
|
by Notanormie
Square made of *'s with a number inside
|
|
[5 replies] Last: Thank you so much! (by Notanormie)
|
by techielove
Trying to read the file and tokenize each string to produce a bar chart
|
|
[2 replies] Last: Do you mean like this: #include <fstream> #include <string> #includ... (by seeplus)
|
by Lacy9265
Palindrome Stack and Queue
|
|
[5 replies] Last: Re lastchance's second point. The while test in L77 could be: while... (by seeplus)
|
by morganniie
Bar chart help, no errors, won't run
|
|
[4 replies] Last: #include <iostream> #include <iomanip> #include <string> using namesp... (by lastchance)
|
by itsrj1991
varable in if statement
|
|
[3 replies] Last: This can be simplified by moving the output code to after the discount... (by seeplus)
|
by L67GS
Advice
|
|
[4 replies] Last: I'm thinking microcontrollers, like PIC and AVR. So having spent the l... (by L67GS)
|
by garciair
Need Looping Help Please
|
|
[5 replies] Last: std::ios_base::badbit is set in the stream's exception mask to indic... (by mbozzi)
|
by Zhylian
While cicle and array
|
|
[9 replies] Last: thanks guys, I really appreciate it! (by Zhylian)
|
by Zhylian
while cicle
|
|
[9 replies] Last: <3 (by Zhylian)
|
by Lacy9265
Palindrome method help
|
|
[6 replies] Last: For info, as 1 liner: bool isPalindrome(const std::string& str) { ... (by seeplus)
|