by sraiwt
Arrays are killing me... Please help!
|
|
[7 replies] Last: Read the comments to understand. int main() { double array ; ... (by RizwanAnsari)
|
by cCj
reference to static function variable
|
|
[2 replies] Last: @helios: saying 'no' and then 'yes' at the same time is confusing. @c... (by LB)
|
by Dazzer
Beginners frustration........
|
|
[3 replies] Last: To create cross-platform GUI applications, you can try https://www.wx... (by Kevin C)
|
by thor36
Strange behaviour of compiler - project didn't want to build again
|
|
[4 replies] Last: Thank you for reply @FurryGuy I suppose it is, because now it built. B... (by thor36)
|
by Quark
Exception specification in derived class destructors
|
|
[11 replies] Last: > Why would one want to declare destructor of an exception class virtu... (by JLBorges)
|
by samrux
Function template recognizing quoted text as const char* instead of an std::string
|
|
[5 replies] Last: A minor point, but I'd define print(int, int, const char *) and then... (by dhayden)
|
by SFKZ
Help with VK
|
|
[3 replies] Last: James has right! (by robert172)
|
by Ananta
Help to use HTML code in C++
|
|
[2 replies] Last: I've sent email to xenonsofta@gmail.com... Regards! (by robert172)
|
by rubbertoetpc
Void Returning Function - Assigning Inputs to Variables
|
|
[2 replies] Last: thank you helios for the clarification! (by rubbertoetpc)
|
by daniel95
Linked List Sorting
|
|
[2 replies] Last: Hi Daniel, Ask Hammer for answer or google it instead of hoping someon... (by qder12345)
|
by Atton
substr crash
|
|
[1 reply] : Line 3 is pointless because you just overwrite it on line 4, and you n... (by LB)
|
by GeorgeT59
Reading a file AND reversing it.
|
|
[3 replies] Last: You want to actually read the file into the vector: std::vector<int>... (by LB)
|
by Arslan7041
How can I improve this code?
|
|
[10 replies] Last: That output is with your first code. Note that there are two spaces b... (by Arslan7041)
|
D |
|
[1 reply] : Sorry for a non constructive answer, but I am having a hard time think... (by admkrk)
|
by TheToaster
transform() vs generate()!!!
|
|
[5 replies] Last: Well, no, because a function is not a functor. You could say f is a fu... (by helios)
|
by Speedicus
cout, not working via CodeLite?
|
|
[8 replies] Last: Ah yes, James. http://prntscr.com/8afzih It definitely is in there,... (by Speedicus)
|
by tomtran43
Caesar cipher execute something weird
|
|
[5 replies] Last: text = text2[text2.size()-2]; //line 85 ¿what's that suppossed to d... (by ne555)
|
by Soto1991
structs + dynamic allocations - output problem
|
|
[3 replies] Last: show your actual code. foo.cpp|29 col 11| error: ‘::main’ must re... (by ne555)
|
by Gherbo
Making my bar graph appear vertically
|
|
[no replies]
|
by Danrock71
gets(arrangement); function on Visual Studio 2015
|
|
[3 replies] Last: The string library and getline works (as you say), so Thanks (by Danrock71)
|