by seth23
Code critique?
|
|
[14 replies] Last: The comment on line 15 is confusing, at first I thought it was referri... (by LB)
|
by Thetr
saving the value
|
|
[3 replies] Last: WOW ! Thanks for helping, imma put your names on "special thanks" list... (by Thetr)
|
by Jhail83
Help with code.
|
|
[8 replies] Last: if ( (number % multiple) == 0 ) Done. (by closed account zvRX92yv)
|
by yuxin
return the 2 numbers that will give the minimum
|
|
[6 replies] Last: eypros, in your example, why would a1 match with a2 ? By what he's to... (by Caprico)
|
by kilafan
How to Bubble Sort Array using Strncmp?
|
|
[5 replies] Last: Eh, mistakes are how you learn! Glad I could help.. :) (by Caprico)
|
by Sternenfisch
Count digits (1,3,5) and 2,4,6) in Array
|
|
[5 replies] Last: Ahh, you still didn't get it completely right... arr still has six ... (by Caprico)
|
by mithra
char ** to char array
|
|
[3 replies] Last: You must pass the arguments according to your prototype: FileWrite(in... (by eypros)
|
by ausairman
Strange variable swap problem
|
|
[2 replies] Last: Forcing a full recompile of all source files fixed the problem. weird... (by sohguanh)
|
by RyanV
I'm Losing Pennies!
|
|
[7 replies] Last: To represent floating point number in computers is not precise. Use Ma... (by sohguanh)
|
by Hotice
string::find and using it to control an array
|
|
[2 replies] Last: I didn't know much about vectors (until now: I have never been taught ... (by Hotice)
|
NIM problems, C++ without fear :( |
|
[11 replies] Last: Always welcome... :) (by Caprico)
|
by crazycreator
Help with Code::Blocks
|
|
[2 replies] Last: ahh thanks so much i didnt even realize it would cause i problem :) (by crazycreator)
|
by gongzhen
Qustion about 'const' when passing parameter
|
|
[2 replies] Last: String laterals are constant and are stored on the executable. Its con... (by closed account S6k9GNh0)
|
by ethancollins
Saving What Is Typed While Running to a Text Document
|
|
[10 replies] Last: Ok, thanks. (by ethancollins)
|
by Blessman11
map and arrays
|
|
[3 replies] Last: I think "super large elements" refers to a large amount of continuos ... (by histrungalot)
|
by unstoppy
mod
|
|
[2 replies] Last: Because it is treating -2 as if it is 0xfffffffe (32-bit) (how the com... (by histrungalot)
|
by Windwhistles
Binary files
|
|
[2 replies] Last: A file is a series of bytes. Each byte is an 8-bit integer. Treati... (by Disch)
|
by biplav17
Creating a Random array
|
|
[7 replies] Last: thanks from all this I have got the conclusion :D Thank you very much ... (by biplav17)
|
Outputting a void. |
|
[5 replies] Last: void function(); generally means you will not return any value. Most... (by nickoolsayz)
|
by WayneC
How to Handle Multiple search results
|
|
[6 replies] Last: HAH! Thank you Stewbond. I'll try it tomorrow morning to make sure I... (by Wayne Cordrey)
|