function prob |
|
[9 replies] Last: Yeah I noticed that afterwards sorry. I was just looking at the ops ex... (by giblit)
|
by fahmankhan75
Even number not initialized error?
|
|
[2 replies] Last: Yep! (by sherre02)
|
by ivan1
Multiply the elements of two arrays
|
|
[2 replies] Last: So, the updated code: int numS =10; int x = {3,4,6,7,8,9,7,6,4,3,2,... (by ivan1)
|
by layzer
Displaying in rows and colums
|
|
[5 replies] Last: You should just be able to eliminate the two dimensional array you cre... (by cooper90)
|
by bupeking2000
Make file with command line arguments.
|
|
[3 replies] Last: postfix: program.bin ./program.bin $(test_data) $ make postfix tes... (by ne555)
|
by eragon123
same elements in array
|
|
[3 replies] Last: you should actually input to a temporary variable then check if that v... (by giblit)
|
by ephekt
output of sort() function
|
|
[1 reply] : Use std::unique_copy(). Then iterate over the the new string counting ... (by norm b)
|
by antirsi96
Character frequency in array
|
|
[2 replies] Last: Yep, it works! Thanks! (by antirsi96)
|
by toddhobza2
HELP! ME! PLEASE! palindrome program using a function with no string
|
|
[no replies]
|
by jenglish724
Celsius and Fahrenheit Temperatures
|
|
[7 replies] Last: I would keep main simple until I got the functions working, something ... (by admkrk)
|
by Yash8976
3D Graphics
|
|
[2 replies] Last: thanks man, lot of people told me to begin with ogre, guess now i dont... (by Yash8976)
|
by jand
std::future and "Unknown error -1"
|
|
[4 replies] Last: You are doing o(n) when you could easily be doing o( n/2 ). What you s... (by giblit)
|
by awais rana
small problem
|
|
[2 replies] Last: i know this happen....but where are other word (by awais rana)
|
by tota
need help in this exercise
|
|
[1 reply] : Here's a thread which gives a way to find the maximum and minimum. htt... (by Chervil)
|
by hamada147
help me solve this question
|
|
[4 replies] Last: • Sample Output: “The letter s has occurred in positions 3, 4 and... (by keskiverto)
|
Why's this happening? |
|
[2 replies] Last: Ok, I'll look it up. Thanks. EDIT: Though I've done OOP, neither my c... (by The illusionist mirage)
|
by Adas
Parallel numerical sequence in matrix
|
|
[5 replies] Last: Hey, post what else you make. I wanna see where you're taking this thi... (by sherre02)
|
For loop help! |
|
[6 replies] Last: Awesome thanks so much Yanson! @veektorh yeah you could do it like th... (by igotabuginmyeye)
|
by btickle1
Run different programs from menu
|
|
[3 replies] Last: Do you actually want to invoke different executables for each case (wh... (by mutexe)
|
by btickle1
dev c++ need help
|
|
[12 replies] Last: There were a couple of small problems with the previous code. Line 22 ... (by Chervil)
|