by shadder
Simple logical code vs logical simplicity
|
|
[9 replies] Last: Consider the first example in the tutorial on functions: int addition... (by Chervil)
|
by pxcpp
VS2015 update 2 bug?
|
|
[6 replies] Last: OK I've reported it (by pxcpp)
|
by da peppester
Strictest Rules Possible Flags
|
|
[5 replies] Last: Hi, Here are some that are still not enabled when using -std=c++14 -... (by TheIdeasMan)
|
Verify a certain number of command line arguments without using if statement |
|
[3 replies] Last: You are wasting time. First, go and profile your program and show tha... (by Duthomhas)
|
by hidayat
Delete object in priority queue
|
|
[no replies]
|
by JUAN DENT
How to convert a UNICODE string to ANSI
|
|
[3 replies] Last: Thanks! Juan (by JUAN DENT)
|
by Vabi
not able to understand code
|
|
[2 replies] Last: item* p points to the first element of the new array created on the ... (by gedamial)
|
by BrowserUk
call _invalid_parameter_noinfo
|
|
[1 reply] : Turns out that setting #define _SECURE_SCL 0 #define _HAS_ITERATOR_D... (by BrowserUk)
|
Changing loops to call generic functions |
|
[7 replies] Last: The command line arguments in argv are null-terminated multibyte s... (by JLBorges)
|
Access a private data member within output opearator |
|
[13 replies] Last: cire gave you the answer here: http://www.cplusplus.com/forum/gener... (by cire)
|
by PacR
Access address of class objects inside std::List.
|
|
[3 replies] Last: Thank you AbstractionAnon. (by PacR)
|
by jayrobneto
Funky tic-tac-toe
|
|
[1 reply] : PLEASE USE CODE TAGS (the <> formatting button) when posting code. It... (by chicofeo)
|
by redempvfx
Assignament operator for a queue not working properly
|
|
[2 replies] Last: well, I seem to have fixed my problem. (by redempvfx)
|
by gibbsy619
Why is my boolean function not working
|
|
[3 replies] Last: With or conditions, there is short circuiting: as soon as one of the c... (by TheIdeasMan)
|
by Gyiove
loop variable inside the loop question
|
|
[3 replies] Last: Basic types can be allocated on the stack in zero time, so these two s... (by helios)
|
by gibbsy619
Boolean function not working
|
|
[2 replies] Last: Thanks been stuck on it for ages (by gibbsy619)
|
by caldaba
Dental Records
|
|
[2 replies] Last: Develop your programming skills first, your teacher should give you so... (by gibbsy619)
|
by n0thing17
Showing the buttons pressed in a GUI Application
|
|
[1 reply] : You have to catch the WM_XXXX Messages: http://stackoverflow.com/ques... (by closed account 48bpfSEw)
|
by Terribad13
Study guide
|
|
[18 replies] Last: Even if they weren't aware of better alternatives, it's still an obvio... (by helios)
|
by homing
struct definition / declaration - style question
|
|
[8 replies] Last: If the structure is a necessary part of the interface to the class, th... (by MikeyBoy)
|