Need opinions |
|
[6 replies] Last: A "real" infix calculator with parentheses and stuff is a great exerci... (by mbozzi)
|
by PhysicsIsFun
Profiler Very Sleepy on Windows
|
|
[no replies]
|
by samir1996
Run time polymorphism not working
|
|
[1 reply] : prog.cpp: In function ‘int main()’: prog.cpp:20:12: error: no mat... (by Ganado)
|
by jamespandio
Multiplying without *
|
|
[5 replies] Last: this is similar to the powers problem. take 6*7 for example. first, ... (by jonnin)
|
by hanes
Wrong output with matrix program
|
|
[3 replies] Last: int row = 0, col = 0; bool found = false; for (row = 0; ... (by tpb)
|
by TheJast
something missing in my "Two Stones" problem
|
|
[2 replies] Last: Where is your input? As mentioned by keskiverto you never get input ... (by H00G0)
|
by mewtoo
Conitinue without loop?
|
|
[5 replies] Last: 1. This was very helpful as I thought you can instantly put the formu... (by H00G0)
|
Append an array pointer to an vector? |
|
[2 replies] Last: Thanks, but I ended up doing this: textureTypes[triangles->rendertex]... (by closed account ENRX216C)
|
[c++] Bank Queue Simulation & Supermarket Queue Simulation |
|
[1 reply] : Hello anonymous9999, Welcome to the forum. You can do a search here ... (by Handy Andy)
|
Confusion:Comparing a Node's String variable in a function |
|
[1 reply] : void foo( const std::string & pid ) { Patient* disp = head; while... (by keskiverto)
|
Area of a Rectangle and Command Prompts |
|
[2 replies] Last: Thanks for the help! (by CosmicInferno)
|
by romanze
New desperate programmer here
|
|
[4 replies] Last: zapshe's sample is OK in terms of execution, it is very close to worki... (by poteto)
|
by sethfrias
Unsigned int std::
|
|
[1 reply] : size_t temp = target.find(start, delimiter); You've got the paramet... (by Repeater)
|
SPOJ- TWO CIRCLES |
|
[5 replies] Last: Ok, problem solved!!! #include<iostream> #include<math.h> using std... (by closed account 1vf9z8AR)
|
by PhysicsIsFun
Initializing struct incompletely
|
|
[2 replies] Last: Thank you! (by PhysicsIsFun)
|
by poohbear
functions (numbers)
|
|
[2 replies] Last: Hello poonamp6792, When I tested your program this is what I found: ... (by Handy Andy)
|
distance between center of circles |
|
[5 replies] Last: Ok, I figured it out. No problem with the calculation rather another p... (by closed account 1vf9z8AR)
|
by Seyter
Converting units
|
|
[8 replies] Last: @lastchance Thank you for your clarification. I know about limitations... (by codehelper)
|
by rokij6698
Insert words with space between into char array
|
|
[2 replies] Last: Hello rokij6698, Your use of cin >> decision works fine for variabl... (by Handy Andy)
|
IDE / Compiler-setup |
|
[2 replies] Last: Thank you! I found a solution (by artganseforth)
|