by vijkrr
maping two values via enum
|
|
[5 replies] Last: And here it is a little more specified (less generalized) for readabil... (by Stewbond)
|
by Qing Zhang
Template question
|
|
[1 reply] : It should be const references. template <typename T1,typename T2> boo... (by Peter87)
|
by maeriden
STL containers holding pointers
|
|
[no replies]
|
by Reaper1
Bank Charges Program
|
|
[1 reply] : second = (checks * fee2) + first; What is the value of first at t... (by Moschops)
|
by mendozae
How can I debug or do a trace of program with MACRO in C
|
|
[16 replies] Last: I suppose you could compile the preprocessed files normally and trace ... (by cire)
|
by saywhat
Palindrome or not
|
|
[1 reply] : char word; Char is only going to hold a single character. Not sure i... (by ResidentBiscuit)
|
by saywhat
for loop
|
|
[2 replies] Last: OP, your name fits you. I have no idea what you're trying to say. Are ... (by ResidentBiscuit)
|
by saywhat
Generate randomize number array
|
|
[2 replies] Last: One problem at a time. Do you know how to find the highest number in t... (by Peter87)
|
by xchiazyx
C ++ problem using sentinel loop
|
|
[1 reply] : Multiple things 1) When posting code use the code tags ("<>" symbol o... (by codewalker)
|
Function |
|
[4 replies] Last: yeah i can do that... here it is # include <iostream> double display... (by Kenza Darling)
|
by aj3423
implement observer pattern
|
|
[8 replies] Last: it looks traditional, with ISubject introduced, each event needs an ex... (by aj3423)
|
by saywhat
Program that will convert temp
|
|
[2 replies] Last: Thank you very much :D it works. (by saywhat)
|
by vagelis
qwt3d display the number of every node in 3d surfaceplot
|
|
[no replies]
|
C++ implementation of Option Design Pattern |
|
[3 replies] Last: http://en.cppreference.com/w/cpp/types/is_pod (by morando)
|
by SuperStinger
Collision Detection - how do they do it?
|
|
[3 replies] Last: Thanks for the replies, much appreciated. Just a curious question :) (by SuperStinger)
|
by cbegan
code help
|
|
[1 reply] : I guess http://www.cplusplus.com/doc/tutorial/ will answer these nicel... (by codewalker)
|
Help creating table in C++ |
|
[1 reply] : Look at std::map http://www.cplusplus.com/reference/stl/map/ Otherwis... (by codewalker)
|
by jaredc123
Programming assignment help/advice?
|
|
[4 replies] Last: You need a class for the employee. It will have member variables for t... (by TheIdeasMan)
|
by SuperStinger
Does Uint8 or short use less memory
|
|
[5 replies] Last: Thanks for your replies, much appreciated! Oh and thanks for the artic... (by SuperStinger)
|
by iky
Write a literal representing the integer value zero.
|
|
[2 replies] Last: "\xC0\x80" :O] (by Duthomhas)
|