by rej3kt
2d array printing garbage on last line
|
|
[10 replies] Last: aha! That's perfect. Thanks very much for the help guys, really apprec... (by rej3kt)
|
by marczellm
C++ written on Windows doesn't work on Linux
|
|
[15 replies] Last: Does 0 == strncmp(d.ajandek.c_str(), "kis auto", 8) work? You did s... (by andywestken)
|
by alphawolf7
Variable cannot be identified twice
|
|
[3 replies] Last: Your alphabet contains only 26 elements (indeces 0 to 25). When you ... (by eypros)
|
by rej3kt
Simple 2d array question
|
|
[2 replies] Last: Thanks a lot mate, it's usually always something simple! (by rej3kt)
|
by tempneff
Can I cite a decremented variable?
|
|
[4 replies] Last: If you want to memorize the previous value you have to add a variable.... (by Stewbond)
|
by Ghostking
Math with dates
|
|
[2 replies] Last: thanks i will try this see if i can do what i want with it. (by Ghostking)
|
by leiz07
Function
|
|
[1 reply] : *input(mhs); The function is not named *input . The function is na... (by Moschops)
|
by theraz
function noob need help
|
|
[3 replies] Last: Line 5 and 27: void abc (float , int); void abc (float dec , int l) ... (by Lynx876)
|
by D4rkZ3r0
Function Redeclaration?
|
|
[5 replies] Last: I think I can still use the keyword inline in front of the function de... (by D4rkZ3r0)
|
by alphawolf7
Using Interface Builder in C++
|
|
[no replies]
|
by hentaiw
Programming Projects ?
|
|
[5 replies] Last: You can use the following function to move the cursor around the scree... (by Lynx876)
|
by vastrolorde
Allegro (1,2,3,4)
|
|
[63 replies] Last: while( !key ) { int switcher=1; if(mouse_b & 1 || mouse_b & ... (by vastrolorde)
|
by dalydir
Checking for duplicate numbers in two files
|
|
[2 replies] Last: Thank you very much, thus far it works great and is providing the resu... (by dalydir)
|
by B33F
Do-While loop
|
|
[4 replies] Last: How did that not answer your question? (by LB)
|
by cplusx2
Display object with highest/lowest xxx?
|
|
[2 replies] Last: I finally figured it out. Here is the sample code:- void dispFewest... (by cplusx2)
|
by jackmike008
Hello friends
|
|
[1 reply] : Hello to you too and welcome. I would suggest to read (if you haven't... (by eypros)
|
by kamrava
Implementation of a Simple Program
|
|
[2 replies] Last: There isn't much point in asking to do your job. After all you wouldn'... (by eypros)
|
by kamrava
GetImage Function
|
|
[5 replies] Last: It seems to me that you're approaching your problem the wrong way. I u... (by hamsterman)
|
by PabloPiddy
Error compiling, fatal error C1070: mismatched #if/#endif pair in file , Any help?
|
|
[3 replies] Last: Holy lines of code. I cant imagine writing something that long :o (by ResidentBiscuit)
|
by Palestina
function member in class , to return object
|
|
[6 replies] Last: ¿What was wrong with returning the object? Reviewer Ccommittee::Crea... (by ne555)
|