|
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]
|
|
by Life FUTURE
help
|
|
|
|
[4 replies] Last: yeah i do (by Life FUTURE)
|
|
by Larry2
regex double escaping
|
|
|
|
[no replies]
|
|
by Pethead
Overloading operators
|
|
|
|
[14 replies] Last: Haven't fixed the polygon + polygon yet but will edit it in there once... (by Pethead)
|
|
by Niven
SDL won't load image
|
|
|
|
[no replies]
|
|
by Fredbill30
Ifstream not loading file
|
|
|
|
[2 replies] Last: I feel like an idiot. It was the wrong path lol. (by Fredbill30)
|
|
by sherlock111
matrix multiplitation problem
|
|
|
|
[1 reply] : You must have three loops: rows of A, columns of B and the shared size... (by keskiverto)
|
|
by takayume
shutdown program
|
|
|
|
[2 replies] Last: Alrighty, that solved the first problem, thanks for the info, also rep... (by takayume)
|
|
by nukem266
Best practise for finding length of elements in an int array
|
|
|
|
[10 replies] Last: Yes I need to count the elements in one of the arrays, my function com... (by nukem266)
|
|
by poziga
Two dimensional parameter in function
|
|
|
|
[12 replies] Last: So lets say I wanna get rid of a 1000 in line 23 and 24. How to use ma... (by poziga)
|
|
by Omeyer
How to terminate program- Question
|
|
|
|
[6 replies] Last: A capital 'Q''s value is 81 and a small 'q' has a value of 113. Both ... (by Omeyer)
|