by Majeek
Delete An Element From An Array
|
|
[4 replies] Last: alternate answers: 1) just kill it. LegendArray = ""; //its gone. w... (by jonnin)
|
by aduco15
square root finder without using sqrt
|
|
[2 replies] Last: the smart * in me says pow(x, 0.5); :P otherwise there is enough here... (by jonnin)
|
by redfury
Unable to understand the breakpoint due to deletion of pointer array
|
|
[3 replies] Last: You haven't posted your routine strcmp, so the code won't compile as-i... (by lastchance)
|
Snake game border repeatedly prints |
|
[1 reply] : [quote=Apolcalypticname]I don't know what to do to only print it once.... (by lastchance)
|
by porsche
Cell counting with opencv and c++
|
|
[1 reply] : I see that in the first line you have { maybe you accidentally put it... (by Zivojin)
|
by M4rc9
qsort: invalid conversion from ‘int’ to ‘__compar_fn_t
|
|
[3 replies] Last: Ok, it makes sense now. Thank you both! (by M4rc9)
|
Reading CSV File |
|
[4 replies] Last: Hello Andy, thanks for replying. The file is a CSV file but the data i... (by nicholasjb1996)
|
by FreeThinker
Looping Menu with Random outputs Problem
|
|
[1 reply] : number == 1 and number == 2 evaluate to bool. You're only supposed... (by Grime)
|
by mysticcq
Validating IP Addresses
|
|
[2 replies] Last: I sincerely apologize, I'm still new to this! (by mysticcq)
|
Code Errors - unordered_map program |
|
[9 replies] Last: Ahh okay, whoops I should've noticed that too. Although the output i... (by PiggiesGoSqueal)
|
by Majeek
Assign Array to Variable?
|
|
[3 replies] Last: Several things, first srand() should only be called once, usually in m... (by jlb)
|
encryption |
|
[1 reply] : > char alph_cipher ; This has 25 elements. > for (i = 0; i <= 25; i++... (by salem c)
|
by cash
my code is not running
|
|
[2 replies] Last: > int f1; > int f2; > structure_pointer f3,f4; Utterly meani... (by salem c)
|
2d array |
|
[4 replies] Last: I do not know that are you trying to do in this code.You can tell your... (by Zivojin)
|
Errors in Code - Structures & arrays |
|
[2 replies] Last: ====================================== Update: Figured it out with the... (by PiggiesGoSqueal)
|
2d array |
|
[3 replies] Last: This isn't very generic, and isn't a 2D array, but might help. #incl... (by Ganado)
|
by Farmin02
Help with functions assignment
|
|
[3 replies] Last: If the name of the function is mpg, and it takes in an int and a float... (by Ganado)
|
by r0k33
i cant get this simple code working
|
|
[3 replies] Last: Hello r0k33, As I suspected the #include "pch.h" has to be the firs... (by Handy Andy)
|
by arczi w
A map with a struct as it's key
|
|
[4 replies] Last: Thank you! (by arczi w)
|
by Alb13G
if/elseif/else % division program problem
|
|
[13 replies] Last: lookup tables solve so many annoying problems very efficiently (easy t... (by jonnin)
|