by dvdbeedy
Finding Mid Value
|
|
[1 reply] : So, why don't use simple mathematics. You also have to notice, that, i... (by MokkaTech)
|
by Frankie1210
I need help identifying what's wrong with my code?
|
|
[5 replies] Last: @Frankie1210 The reason why it's not displaying the added value is bec... (by SideEffects)
|
by garyfang
Count the frequency
|
|
[7 replies] Last: I think all i need to change is that after the for loop i have cout th... (by garyfang)
|
by rpierre2
Turn if statements into functions
|
|
[1 reply] : You can take all the code in main, put it in a function and most of th... (by SamuelAdams)
|
by Lalageh
Binary_data
|
|
[2 replies] Last: Thank you very much for your help it works, but I was wondering if the... (by Lalageh)
|
by doons
2D array
|
|
[8 replies] Last: yes it works thanku (by doons)
|
by Grayden
Help?
|
|
[5 replies] Last: Thank you everybody!!! :} (by Grayden)
|
by akash16
Size of string
|
|
[6 replies] Last: Mark as Solved please bro.. (by Swapnil2000)
|
by akanash94
Need help Beginner here please help
|
|
[2 replies] Last: . (by akanash94)
|
by Frankie1210
Adding values from functions??
|
|
[2 replies] Last: Frankie1210, This is why you shouldn't post multiple times, you see ... (by TheIdeasMan)
|
by dendritic
Corresponding symbols comparison?
|
|
[2 replies] Last: If you have two variables c1 and c2 that contains the symbols that... (by Peter87)
|
by asmi54
collision of same values in priority queue?
|
|
[2 replies] Last: Okay. I did this. And it worked!! bool operator<(const node& othe... (by asmi54)
|
by yuchen1995
About a simple question..
|
|
[4 replies] Last: Step 1: Clearly state the problem. Then, your program should clearly ... (by closed account 48T7M4Gy)
|
by Mingda
Error in constructor functions
|
|
[1 reply] : Hi, Template code must go into a header file, see if that helps - I h... (by TheIdeasMan)
|
by fumbles22
Really odd maths bug
|
|
[5 replies] Last: It would be more efficient do prime() in terms of smallestprimedivisor... (by dhayden)
|
by dendritic
Segmentation fault when printing out dynamic array
|
|
[1 reply] : d->data1[d->data3] is a char, but your printf uses %s, which expects a... (by dhayden)
|
by Cpp1234
The use of dots after numbers and division
|
|
[4 replies] Last: Hi, When using floating point numbers ( float or double ) I always ... (by TheIdeasMan)
|
by ingenia13
Need help with simple string question
|
|
[4 replies] Last: Oh, yeah, using an array would be much faster. :) I didn't know how to... (by ingenia13)
|
by ProgramArc
Lottery program not working
|
|
[4 replies] Last: if (similar) { --i; similar=f... (by cire)
|
by CGunn86
C++ or C for app development?
|
|
[1 reply] : Well, for Windows GUIs, I guess that C# would be easier. For mobile, J... (by Kevin C)
|