by jwatts1500
Need Help! Beginning program
|
|
[5 replies] Last: Tried to google it only showed loops. I did like 2 yrs of java and kno... (by jwatts1500)
|
by ar2007
SIGABRT --
|
|
[7 replies] Last: Treasure away. Glad to be of help. (by Stewbond)
|
by Werner2
Performance of an array of pointers
|
|
[3 replies] Last: Accessing the pointers is efficient, because they're in linear/consecu... (by Gaminic)
|
BINGO |
|
[2 replies] Last: Just use a for loop and an array. Declare a boolean "bool allZero = t... (by Werner2)
|
by kenwade
Strcat function not executing properly?
|
|
[14 replies] Last: Thanks. Have a good one. (by kenwade)
|
by Ltp
Help me with stack
|
|
[12 replies] Last: You have a stack, which you've given a maximum size. Whenever somethi... (by MrHutch)
|
by jenaf
C struct and pointer mess
|
|
[5 replies] Last: Ok I managed to condense the if to the following: if(((*((node*)(((... (by jenaf)
|
by pmiccich
Code always defaults to first "else if" in my if else statement.
|
|
[7 replies] Last: This is somewhat related... and I'm going to throw it out there becaus... (by Disch)
|
by k31453
c++ bit shifting
|
|
[2 replies] Last: okay I got that now We need to add a test: if the value of the decoded... (by k31453)
|
by darqan
Help with simple script
|
|
[2 replies] Last: Thanks! That was exactly what I needed help with :P (by darqan)
|
by BeHappy0000
H E L P !! how to make a Question & Answer using STRUCTURE
|
|
[11 replies] Last: i tried to loop it keep repeating the question.. Sounds like you m... (by AbstractionAnon)
|
by AdehhRR
Making a circle.
|
|
[5 replies] Last: Hi, AdehhRR If I were going to do this, I would separate the logic fo... (by NGangst)
|
by kazaam00nix
'int rand()' cannot appear in a constant-expression
|
|
[6 replies] Last: Wow ^^ works fine now, thanks for the fast help! :) (by kazaam00nix)
|
by k31453
convert a series of 32-bit integer values into a sequence of printable 8-bit character values.
|
|
[5 replies] Last: We use hex because it's so easy to see what bits are set where. Decim... (by Stewbond)
|
by BeHappy0000
anyone can help me this program :( P L E A S E !!
|
|
[2 replies] Last: in line 23 insert: if (ans == 'a') cout << "Correct: 100%"<< end... (by Stewbond)
|
by firstTym
Not getting any output
|
|
[1 reply] : Replace goto with a while loop. Explain line 204.... (by keskiverto)
|
by monacorona
program not building, "expecting unqualified-id"
|
|
[2 replies] Last: Perfect, thank you! (by monacorona)
|
by Nikkiiii
How to store data when message is received for messaging App on blackberry 10
|
|
[6 replies] Last: nah blackberry 10 not uses android.. blackberry 10 is different from a... (by Nikkiiii)
|
by epicred
Looping Program
|
|
[3 replies] Last: @epicred You're welcome. Mark the thread as solved. (by whitenite1)
|
by stdeez
queue and stack issues
|
|
[7 replies] Last: thanks ^^ this was the problem :/ (by stdeez)
|