by ashonk226
At wit's end-Beginner problem
|
|
[6 replies] Last: what i do for this is quite complicated. and something like this mayb... (by Lim Boon Jye)
|
by senorito
I don't understand why I am getting the largest value repeated
|
|
[3 replies] Last: I've shown you how to generate numbers that divide equally by 11 witho... (by Zaita)
|
by travisisgood
Right Justified Numbers
|
|
[no replies]
|
by hanhthai
Please help with rand function
|
|
[4 replies] Last: Thank You. You are awesome :) (by hanhthai)
|
by CarolinaSly
Creating a read/write database.
|
|
[2 replies] Last: You write a text file that looks like this: Full Name, Tele-phon-e--N... (by closed account 18hRX9L8)
|
by juniorowy
Strange result of using delete char in class
|
|
[5 replies] Last: It is not, you are just unlucky. As I said before temp->sign = new ch... (by ne555)
|
by DoctorWhy
Why is this person using pointers?
|
|
[6 replies] Last: Sweet! Thanks guys! I notice the guy does that for most of the poin... (by DoctorWhy)
|
by Bolong Yu
Function
|
|
[2 replies] Last: const static unsigned short int Increment(const static unsigned short... (by Pickle Gunner)
|
Overloading functions on c++ |
|
[1 reply] : This is as efficient as you will need it, Btw though - Test if all 3 n... (by Pickle Gunner)
|
by yhrght12
Matrix Product
|
|
[1 reply] : Use code tags: http://www.cplusplus.com/articles/jEywvCM9/ You should... (by eklavya sharma 2)
|
by yhrght12
Algorithm puzzle
|
|
[no replies]
|
by knowNothing
scanf(...)
|
|
[9 replies] Last: g=*(buffer+nextc++); Does this mean: g=buffer ; nextc++; ? ... (by knowNothing)
|
by jlucero77
order of operations
|
|
[1 reply] : You need to consult a C++ operator precedence table: http://en.cpprefe... (by Catfish3)
|
by cplusfreak
Trouble with obtaining strings from console.
|
|
[1 reply] : you need to catch the newline. void Result::Input() { system("cl... (by Yanson)
|
by smemamian
The cost of an algorithm
|
|
[7 replies] Last: In the inner loop you've got j increasing and n decreasing. It ends wi... (by ne555)
|
by medo sayed
power function instead of pow function
|
|
[2 replies] Last: yes it's premitted i will try it thank you ^_^ . (by medo sayed)
|
I am struggling on the "Password Verification" problem |
|
[3 replies] Last: Ok thanks for the advice! (by solemnservant)
|
by CCTHECRAW
Shuffle Card Deck
|
|
[no replies]
|
by charliep123
Converting char array into int array
|
|
[no replies]
|
by jones12
Help using "strtok" in C
|
|
[no replies]
|