by jhykima
Deleting a Node Using Recursion
|
|
[17 replies] Last: The index is the position where the node is inserted. Like an index of... (by coder777)
|
by therev17
Problem when trying to sort struct members
|
|
[1 reply] : You cannot assign arrays around like that. In your case you need to ei... (by MiiNiPaa)
|
by mm1990
File IO code not outputing my text file! Help!
|
|
[6 replies] Last: I have this so far, but I am having a hard time figuring out the avera... (by mm1990)
|
by darkn3ss
Beginning programming solving problems
|
|
[1 reply] : If that hleps you then it's ok. There are other approaches like this:... (by coder777)
|
linked lists |
|
[2 replies] Last: thanks (by The suffocated)
|
by jhykima
Recursion and Finding the Index of an Element
|
|
[19 replies] Last: error: #error This file requires compiler and library support for the... (by andywestken)
|
by nilesnoob
need help about to scream lol
|
|
[6 replies] Last: It's okay to scream. (I recommend you go do it and come back.) The wa... (by Duthomhas)
|
Coding design question |
|
[3 replies] Last: Zoom should inherit from Canvas. (Zoom is a view of the canvas.) Canv... (by Duthomhas)
|
by jth90
How can I pass the value of these variables between functions of the same class?
|
|
[3 replies] Last: First of all `i' is a terrible name for a variable important enough to... (by ne555)
|
by bert0nius
getline Problem
|
|
[4 replies] Last: The columns in the table are: - N (length of sentence) - N! - time to ... (by andywestken)
|
by stav
my first integers adress is higher than second?
|
|
[1 reply] : You don't indicate what platform you ran this on. On some platforms,... (by AbstractionAnon)
|
A question about ISS use |
|
[7 replies] Last: I did use bheadmaster's suggestion, but due to bad formatting of the o... (by Feymanismyhero)
|
by Outlaw782
Iterating through an array, removing an element, then shifting the array
|
|
[3 replies] Last: OP's problem is a common introductory homework. The trick is to under... (by Duthomhas)
|
by stridder
() syntax when passing as argument to function
|
|
[2 replies] Last: Thank you! (by stridder)
|
by bheadmaster
Confusion with sum-of-divisors algorithm (code)
|
|
[2 replies] Last: Well, the method indeed is hard to explain. But I get it now. Thanks ... (by bheadmaster)
|
by fishnsimon
Letting a string = an int
|
|
[4 replies] Last: I see how it is now. Thanks for the help guys. Appreciate it! (by fishnsimon)
|
What's wrong with my loop? |
|
[4 replies] Last: int length; int width; int perimeter; int area; Uninitialised... (by mutexe)
|
by newbieg
text file too big (EDIT: fail)
|
|
[8 replies] Last: Thank you everyone. I am writing the program for a raspberry pi2 whi... (by newbieg)
|
Rectangle Program with Functions |
|
[3 replies] Last: There's nothing wrong with my version. It works. (by closed account 48T7M4Gy)
|
by grillo
Segmentation Fault Problem
|
|
[10 replies] Last: It prints out a Contact Which Contact? Where it miraculously sprout i... (by MiiNiPaa)
|