Efficiently Comparing two Bitmaps (Pixel Arrays) |
|
[3 replies] Last: Also it seems my class might benefit from the copy and swap idiom wrap... (by Jack Hammered)
|
by walkofdeath
2D Array
|
|
[3 replies] Last: I didn't say to declare it a certain size. At some point you have to ... (by cire)
|
by dnorton
Program to print a median.
|
|
[8 replies] Last: Oh okay, gotcha. I'll go look at stuff on arrays and see if it helps. ... (by dnorton)
|
Geometry Calculator need help |
|
[1 reply] : I'm not seeing a question. (by helios)
|
Carpet cleaning program help needed |
|
[1 reply] : Here's a sample output... Please enter the length of the carpet in fe... (by swaggerCompSci)
|
by phsyrik
Undeclared Identifier. How to fix?
|
|
[6 replies] Last: thanks for the help! (by phsyrik)
|
by rantiv
Format
|
|
[no replies]
|
by quietpupil
Comparing Arrays
|
|
[1 reply] : int arr1 = {1,2,3}; int arr2 = {5,3,4,2,1}; for(int i = 0; i < 3; ... (by TarikNeaj)
|
Help with Looping |
|
[3 replies] Last: You have switch, you need to add loop: bool rerun = true; while (rer... (by naaissus)
|
by quietpupil
Lottery Program
|
|
[2 replies] Last: Okay, sorry about the code tags, thank you! (by quietpupil)
|
by Wheezy
Math
|
|
[7 replies] Last: Of course it didn't work, what you have above won't even compile. You... (by mgoetschius)
|
by Cyberduke
Write to data file
|
|
[4 replies] Last: Thank you jlb. you make me think and I found the error. All was perfec... (by Cyberduke)
|
by nameishi
Multi dimensional Vector/Array
|
|
[6 replies] Last: [quote=TheIdeasMan]The example shows sorting, not sure if that would b... (by TheIdeasMan)
|
by vaultDweller
How to pass a pointer struct to a function properly?
|
|
[1 reply] : changeAssignmentGradeForStudent(changedStudent, aNum, gradeChange); ... (by Moschops)
|
by keanedawg
NULL must be defined?
|
|
[2 replies] Last: http://stackoverflow.com/questions/924664/why-is-null-undeclared (by Thomas1965)
|
by Ganado
Read 32-bit signed vs unsigned integer from file
|
|
[8 replies] Last: Thank you! You all are right, the problem was the int8_t for the indiv... (by Ganado)
|
by Oboher
cout a char* function only prints address
|
|
[4 replies] Last: @AbstractionAnon, you are absolutely right. I should not write code w... (by Thomas1965)
|
by olsarets
String Arrays
|
|
[2 replies] Last: Wow, didn't think i would miss the line 13 thingy, anyways thank you s... (by olsarets)
|
by TheLoneWolf
Returning multiple values
|
|
[3 replies] Last: @Tarik Thanks! I am looking forward to use those :D @naaissus I will ... (by TheLoneWolf)
|
by kvway
Loading an ugly input.
|
|
[1 reply] : This "ugly" input looks like JSON. One way would be to look for an JS... (by Thomas1965)
|