Functions |
|
[9 replies] Last: return i; i+=2; // Ignored. i += 2; is ignored because of the re... (by ThangDo)
|
by kalicha
sudoku puzzle c++
|
|
[3 replies] Last: interesting? what about a code tag ? personally I would prefer to ... (by ThangDo)
|
by cataclism
Don't know how to solve.
|
|
[8 replies] Last: Did it! #include <iostream> #include <conio.h> using namespace std; ... (by cataclism)
|
by t338327
Getting multiple values from functions
|
|
[4 replies] Last: Here is what I would change double x1 = get_x(1); double y1 = get_y(1... (by CjKen)
|
by amjad shah
how to find mean and median by using external functions
|
|
[2 replies] Last: #include<iostream> using namespace std; double median(double a , i... (by lwtan90)
|
by Eldy Voon
confused on function, pls help me, urgent!!
|
|
[12 replies] Last: no ToniAz, HiteshVaghani1 solved my needs.. thanks HiteshVaghani1! (by Eldy Voon)
|
by Yestsuae123
While Loop Problems
|
|
[5 replies] Last: simple is best. Hopefully a do while loop would be accepted. #includ... (by CjKen)
|
by scarywoody
Open and closing output file multiple times during a program.
|
|
[6 replies] Last: My goal is to be able to search through my logs while they are still o... (by scarywoody)
|
by jaded7
Efficiency testing?
|
|
[4 replies] Last: Could just monitor the thread relating to your program (assuming its m... (by ResidentBiscuit)
|
by LennDawg
Conversion Chart
|
|
[3 replies] Last: this might be helpful to you but i am not sure.. if((beginValue - en... (by HiteshVaghani1)
|
by Johnny5
Problem with list<string> to a list<string> iterator using list.begin
|
|
[5 replies] Last: If you check out Lists: http://www.cplusplus.com/reference/stl/list/ ... (by Lowest0ne)
|
by ibnu
why its happen......
|
|
[4 replies] Last: tqvm.......:) (by ibnu)
|
by uhh
If the meter size is not valid then processing for that customer should stop
|
|
[13 replies] Last: @EssGeEich Yes, I think it is in math.h . Probably should google eps... (by TheIdeasMan)
|
by SuperNyan
rand()% help
|
|
[11 replies] Last: Ok. thank you. (by SuperNyan)
|
by mido91
i've a Question
|
|
[4 replies] Last: thank you guys for explaining it to me :) (by mido91)
|
by alex123
Function and if else statement program help
|
|
[5 replies] Last: Hi At 1st, return 0 and system("PAUSE") must be in main() and the fun... (by Khosravib)
|
by tnjgraham
Info on printf("%g")
|
|
[2 replies] Last: Thanks!! (by tnjgraham)
|
by NewInTown
Sentinel controlled while loops (need help)
|
|
[8 replies] Last: Guys you are MAGICIANS !!!!!! Thanks a lot (by NewInTown)
|
by CosminNTG
Problem with the <vector> container
|
|
[3 replies] Last: Thank you very much! I didn't read carefully the description of that f... (by CosminNTG)
|
by jrobot
strncpy() example
|
|
[2 replies] Last: pardon my rustiness. i was considering each word to be an entry instea... (by jrobot)
|