by SamCoding
code::blocks new thread mingw
|
|
[18 replies] Last: [quote=TheIdeasMan]You can update to a later compiler version http://... (by TheIdeasMan)
|
by Cowboy122333
State Capital Identification
|
|
[1 reply] : The >> operator stops reading as soon as it sees a whitespace characte... (by Peter87)
|
by masterinex
cannot use power function from multiprecision boost library
|
|
[3 replies] Last: ok , i just checked , it is actually using boost::multiprecision. howe... (by masterinex)
|
by masterinex
use a macro within a macro
|
|
[15 replies] Last: Isn't the same true for functions? No, the function calls are picked ... (by jonnin)
|
by NOSgraf
I don't know how to deal with T (test cases)value
|
|
[8 replies] Last: Thank you very much it worked . I will keep in mind everything that yo... (by NOSgraf)
|
by Chaost
Default argument for pointer-to-string
|
|
[6 replies] Last: coder777: Yeah, I just noticed that, just crashed the program cause I ... (by Chaost)
|
by Anoraki
How can I implement a select/menu feature?
|
|
[2 replies] Last: Hello Anoraki, I think is along the lines of what you want. I can not... (by Handy Andy)
|
by alextmfk
Overloaded Assignment Operator
|
|
[3 replies] Last: Thank you very much, the names were the problem :-) (by alextmfk)
|
How to build a proper handwritten salted password hashing?? |
|
[1 reply] : I am getting garbage when it concatenate strings. The reason is that ... (by coder777)
|
Need help to my game! |
|
[3 replies] Last: @Repeater Sorry I don't know that much about c++. I'm pretty much tryi... (by RebootOfficial)
|
by mo812
Functions (Pass by reference/value)
|
|
[3 replies] Last: Not exactly sure what you mean, but a function can only return one val... (by Ganado)
|
by tidematic
Why am I getting an infinite loop?
|
|
[1 reply] : do { if (hours > 23) { cout << "ERROR! Must be less than 23" ... (by Repeater)
|
by airerdem
Finding Number of Columns in Text File
|
|
[2 replies] Last: Thank you very much @lastchance. It works! ;) (by airerdem)
|
by ebba
Help with logic on quadratic formula (hw)
|
|
[3 replies] Last: Thank you! This is early in the semester, and I have not yet learned... (by ebba)
|
by chuvak
Get empty input
|
|
[1 reply] : Sounds like you want to use std::getline. http://www.cplusplus.com/re... (by Peter87)
|
by chuvak
ISsue with modifying std::cout
|
|
[1 reply] : #include <iostream> #include <iomanip> int main() { double temp_... (by JLBorges)
|
by claudianl
I need help with a function with an array
|
|
[3 replies] Last: its a flaw. C++ should not have named vectors (the container) after a... (by jonnin)
|
by icybarrage
need help with my function call void
|
|
[2 replies] Last: This kind of errors are very common and it's important to keep practic... (by benhart)
|
by chuvak
Storing into array
|
|
[3 replies] Last: char* name; Just use a string. That's what they're for. class Car ... (by Repeater)
|
by smoothstone
comparing strings goes wrong
|
|
[2 replies] Last: I feel so stupid now. That fixed it, thanks. (by smoothstone)
|