by jjkrynock
confusion with primary expression if/else if statements
|
|
[3 replies] Last: Thank you so much for that little piece of help, that makes a big diff... (by jjkrynock)
|
by kanjiwa
Trying to use two functions
|
|
[3 replies] Last: @thors36, thanks I caught the missing braces there after posting this.... (by kanjiwa)
|
by chang123
struct data type error
|
|
[4 replies] Last: Omg it runs but still theres a problem with the code. I will try my be... (by chang123)
|
by tigerlilycnm
Towers of Hanoi with dynamic array and 2 classes
|
|
[1 reply] : The header file for the tower game, with three calls to the peg class ... (by tigerlilycnm)
|
by DreamTime
Call A Function in one class from another class
|
|
[1 reply] : here is simple example of accessing data from another class. http://c... (by rafae11)
|
by etrusks
Whats wrong with my std::enable_if?
|
|
[2 replies] Last: Tnx a lot for reply man! Just come home and I was ready to post a bit ... (by etrusks)
|
by connormcwood
Are Different Coloured Strings Possible In C++ Console
|
|
[1 reply] : There is no "C++ console". There are various terminal emulators that ... (by keskiverto)
|
by nbro
Program that calculates the frequencies of characters read from the standard input
|
|
[4 replies] Last: Ok, thanks. At the end I decide to go with your way ;) (by nbro)
|
by axel609
opening files
|
|
[4 replies] Last: OSX uses a Unix-like convention for file paths. This means that you us... (by Computergeek01)
|
How do I count occurrences of upper and lower case letters as the same? |
|
[2 replies] Last: I just need to count lower and upper case as the same. Why do you ... (by Thomas1965)
|
by FourFrame
Good SDL tutorials
|
|
[no replies]
|
by CGunn86
Why do we need to free memory?
|
|
[12 replies] Last: @Moschops I'll give that a try. (by CGunn86)
|
by elbuto00
Need Help For nested loop
|
|
[4 replies] Last: @theturk1234 & OP - you have some problems in the code you posted whic... (by AbstractionAnon)
|
by Adeelpak
Flush & Endl problem
|
|
[4 replies] Last: Why do you think it is a compiler problem? Chervil 's explanation sh... (by AbstractionAnon)
|
by fast7777
Linear Search Function
|
|
[1 reply] : line 1: You're passing an array of std::string objects. line 10: Yo... (by AbstractionAnon)
|
by Mohi
Making some sort of intelegent table :D
|
|
[3 replies] Last: Line 77: timeOutput() is a void function. You can't cout a void. If... (by AbstractionAnon)
|
by kamilhassaan
I need help removing the comma and some help with managing a "word"
|
|
[3 replies] Last: That was just an example of how to correctly test for input failure in... (by AbstractionAnon)
|
by Rawrr
Troubles with Functions
|
|
[2 replies] Last: So, since getFahrenheit and getCelsius are only actually doing an equa... (by Rawrr)
|
by kamilhassaan
I need help removing the comma and some help with managing a "word"
|
|
[1 reply] : Do not duplicate post. http://www.cplusplus.com/forum/beginner/186054/... (by AbstractionAnon)
|
by etrusks
std::ifs.seekg problem
|
|
[5 replies] Last: As always thank you man! Looks like the book is not that super in dept... (by etrusks)
|