by Dude1234
Idea behind the Program and at the end is what I worte what am I doing wrong???
|
|
[1 reply] : Never ask for a program , try doing something and ask if you get pr... (by Bazzy)
|
by f ben isaac
Is This Simple Calculator Coded Correctly? C++
|
|
[4 replies] Last: performCalculation(num1, num2, operatorSign); works as the template... (by Bazzy)
|
by satchmo05
Storing data from a dataset to an array ASAP!
|
|
[1 reply] : I'm basing this code on the fact that the data your reading in are int... (by RockstarDerrick)
|
by querulous
Function
|
|
[5 replies] Last: Try a left shift. something like: int answer = 1 << input; ... (by lostbits)
|
by lostbits
How to assign streams
|
|
[4 replies] Last: Thank you firedraco . I will try your suggestion. (by lostbits)
|
by rameshmelam
find using multimap of multimap
|
|
[1 reply] : maybe you could make map of paired keys being the key. something like ... (by Gumbercules)
|
by gholamghar
need this header file:sourceannotations.h
|
|
[2 replies] Last: Did you copy and paste a random chunk of code from the net. And it won... (by Mythios)
|
by whOOper
Dev C++compiler
|
|
[3 replies] Last: MinGW includes gcc (which is different from GCC), so you don't have to... (by helios)
|
by shella4424
error code C2440
|
|
[1 reply] : ListNodePtr is apparently not a pointer, you need a * to make a poin... (by Gumbercules)
|
by n4nature
Ascii value
|
|
[3 replies] Last: '' is not an operator, it is used for character literals. char let... (by Bazzy)
|
by Gregor
Executing data by a program
|
|
[7 replies] Last: Yes, totaly. I'm looking into stuff to decide what my next project sho... (by Gregor)
|
by wretch
delegation, a simple C++ example anywhere?
|
|
[no replies]
|
by DolceMa
How does UpdateResource work?
|
|
[4 replies] Last: I tried to change a bit of this code to get it work with strings, but ... (by DolceMa)
|
by whOOper
Scientific Notation
|
|
[7 replies] Last: Glad to help! Happy programming! :D (by Deimos)
|
by rajatgirotra
template instantiation rule.
|
|
[2 replies] Last: Since derivation is used, when EmployeeOrderedVector< foo > is instant... (by jsmith)
|
by ibrewster
#include problems
|
|
[3 replies] Last: Yes, that is the way it is supposed to work. In general, if all you... (by jsmith)
|
by ilyes
construction of class in a methode of a template
|
|
[1 reply] : Yes but you might specialize your template if the constructor if you c... (by Bazzy)
|
by whOOper
Improving Program
|
|
[2 replies] Last: Here is a sample of a convert function (two implementations, one with ... (by closed account z05DSL3A)
|
Generate a Circle |
|
[5 replies] Last: Try nested for loops, one for each axis on the screen. Then test each... (by seymore15074)
|
by wretch
code review, facade pattern
|
|
[3 replies] Last: thats what i was saying.. wait for more comments on this.. (by writetonsharma)
|