by rogerf12
using nested loopsto create a pattern
|
|
[no replies]
|
by thor36
What is wrong with my for loop ? Segmentation fault
|
|
[8 replies] Last: Thank you for suggestion. If I comment out the entire for loop, it get... (by thor36)
|
by Nicholas1010
Multiple misuses and misunderstandings in code syntax
|
|
[4 replies] Last: Ok so you want to have it beep as well. an other tip i am going to giv... (by Precious roy)
|
by aggsyb
Basic understanding of class implementation
|
|
[1 reply] : 1) Theoretical explanation: this is done to separate interface and do ... (by MiiNiPaa)
|
by qingcheng
how to print my information
|
|
[3 replies] Last: [quote=qingcheng]no i did not call it in my getzicode function how do ... (by AbstractionAnon)
|
by Lucy2
Ask user for 3 integers
|
|
[5 replies] Last: Thanks both danghotties and jasonwynn10. This was very helpful! One ... (by Lucy2)
|
by artu123
Anyone know how to fix these errors.
|
|
[2 replies] Last: You don't have an open { or an end } for your two for loops. (by joshhenry95)
|
if Statement not recognised. |
|
[2 replies] Last: add a breakpoint on the line where your 'dodgy' if statement is. when ... (by mutexe)
|
const char |
|
[2 replies] Last: usually that argv in main's parameter, use to store parameter that gi... (by LendraDwi)
|
by Jweim
Trouble with a function
|
|
[7 replies] Last: This here will find the max in the array int findHighest (int array ... (by danghotties)
|
by danghotties
Prim's algorithm and binary heap
|
|
[no replies]
|
by cory244
Listing contents of a file
|
|
[2 replies] Last: Thank you @mutexe (by cory244)
|
by Endymion
Code works but I do not know why. Array problem
|
|
[2 replies] Last: That makes sense. Just wish I had a firmer grasp on general programmin... (by Endymion)
|
by danghotties
Adjacency Matrix
|
|
[6 replies] Last: Well, replace int with std::string. (by Duthomhas)
|
by JayJay007
Help me with this program
|
|
[3 replies] Last: Thank you so much guys! I really appreciate it! (by JayJay007)
|
by paligq
Generating random numbers
|
|
[3 replies] Last: Thank you guys both for your help it helped me solve it. (by paligq)
|
by artu123
Can't seem to understand this array.
|
|
[3 replies] Last: Just a hint for(int i=0;i<5:i++){ num=pow(10,(i-1)) } Now you... (by giblit)
|
by akrutke
undefined reference error in class
|
|
[1 reply] : Update to code, realized I missing constructors. Now the issue lies in... (by akrutke)
|
by carbajolly
arrays in battleship game. help.
|
|
[1 reply] : I'm really wondering if this code will compile. You should declare you... (by tcs)
|
by helenkr
Comparing 2 Character Arrays
|
|
[3 replies] Last: Wow, thank you both so much. That was such an easy solution I just cou... (by helenkr)
|