by viceroy
forward reference error
|
|
[5 replies] Last: well, i found the problem. it's in the definition of the member functi... (by viceroy)
|
by sdsu619
Rotating array
|
|
[1 reply] : Line 3 - incrementing k. Line 12 - decrementing k. Hence your for loop... (by kameswarib)
|
by zero117
Booleans
|
|
[8 replies] Last: LowestOne had the right idea. Internet went out, so I went over my not... (by zero117)
|
by johnny157
String comparison to 0
|
|
[2 replies] Last: wow simple as that huh, well I didn't get any compilation results. I w... (by johnny157)
|
class question |
|
[1 reply] : Yes, you can create a bord object that way... you don't need the Anim... (by Jikax)
|
for loop reads the last number of the .txt file into the array twice |
|
[3 replies] Last: I see. Could this be due to the fact that I have a character return af... (by ricecracker96)
|
by hiken
Logical &
|
|
[1 reply] : The logical AND is: && The bitwise AND is: & We use & when we are... (by Stewbond)
|
by bondmonee
Functions
|
|
[9 replies] Last: Wow thanks fg109 I don't know how i missed that. I fixed everything ya... (by bondmonee)
|
by miller18
two dimensional arrays with search output
|
|
[2 replies] Last: I would add 2 more arguments to the list for the function. Pass in 2 i... (by closed account D80DSL3A)
|
another array problem |
|
[1 reply] : int x, y; y = min(n1, n2); for (x = 0; a1 == a2 && x < y; x++); ret... (by fg109)
|
by alexprice
Windows 8 Compiler
|
|
[2 replies] Last: I was able to get visual studio professional through http://www.dreams... (by Nahjil567)
|
Gui + Code::Blocks + QT/Gtk/wwWidgets |
|
[3 replies] Last: @Maxim No it is completely free. (by TheIdeasMan)
|
by Dylan2012
I'm missing something, help me.
|
|
[4 replies] Last: It works! Thank you both so much. (by Dylan2012)
|
by bry272
2-d Array and Functions
|
|
[5 replies] Last: This worked because he passed by reference the variable addresses for ... (by Nahjil567)
|
by mistabob
Segmentation Faults, need help tracking a few down
|
|
[2 replies] Last: Node definition? Memory leak in dequeue, btw. Supplying a minimal 'm... (by cire)
|
by RonTheMoron
How to replace marked words in a c-string
|
|
[1 reply] : Why would you want to? The string class is a container for c strings. ... (by pogrady)
|
A tutorial/book similar to this one |
|
[1 reply] : Lol "Go learn lisp." (by pogrady)
|
by whitedragon
Recursion
|
|
[4 replies] Last: Thank you, didn't realize I forgotten to re-initialize size after the ... (by whitedragon)
|
by tmort92
Sorting Input text file HELP
|
|
[no replies]
|
by llabtaem
Looking for answers
|
|
[5 replies] Last: You are welcome and Im a man ;) (by vichu8888)
|