by Mehmet07
Loop Question
|
|
[1 reply] : const unsigned int N = 5; short C ; C = -2000; C = 500; C = 225;... (by Mathhead200)
|
a |
|
[1 reply] : Please note that this is not a homework site. We won't do your homewor... (by keskiverto)
|
by nruiz8
Trouble with my Computer Assistance Instruction Program
|
|
[2 replies] Last: I placed the second code you sent me here: if(OP==1) ///Subtraction)... (by nruiz8)
|
by nruiz8
How to fix my Computer Assistance Instruction Program
|
|
[3 replies] Last: on this line: if(youAns==correctAns) "youAns" only gets set only ... (by mutexe)
|
by nomanrasheed
Need help on search algorithm!
|
|
[12 replies] Last: Create a program that already has 5 integers assigned My instructor... (by mutexe)
|
by tokillmob
Vector sorting with different objects in it
|
|
[3 replies] Last: Oh, understood, have change and it works now, thanks. (by tokillmob)
|
by GSISONYA
Alphabetical order
|
|
[3 replies] Last: another method. #include <iostream> #include <algorithm> int main()... (by anup30)
|
by Nielyboyken
Programming for Windows in a Linux environment
|
|
[7 replies] Last: [quote=OP]Because all my tools and setup is on Linux. I like programmi... (by Computergeek01)
|
by BillyBob
Want to display 00
|
|
[1 reply] : Hi, type "iomanip leading zeros" in Google: you should find all the in... (by minomic)
|
by Shrek
Making a soundboard?
|
|
[3 replies] Last: Thanks for the information. (by Shrek)
|
by savanh
question
|
|
[11 replies] Last: Ok, thanks and sorry, I didn't plan on attacking you either. Next time... (by TheHardew)
|
by TAKU62
RUN TIME ERROR
|
|
[2 replies] Last: +1 mutexe addendum : when run in debug mode. What type of run-tim... (by Computergeek01)
|
by kunz
assignment question
|
|
[3 replies] Last: Why not? (by MikeyBoy)
|
by FBC
Problem with linking libraries in Code blocks C
|
|
[2 replies] Last: #include <stdio.h> #include <stdlib.h> #include <crypt.h> int main()... (by FBC)
|
by Drakonaut
Stack
|
|
[3 replies] Last: Wow, that's quite a bit to digest. But yea, it's much clearer now. Tha... (by Drakonaut)
|
by Shrek
Line 5: error: expected unqualified-id before '{' token|
|
|
[10 replies] Last: Ok, I will check the link out, thanks. (by Shrek)
|
by Aheming2
Need help with small issue on simple begginner decoding program
|
|
[4 replies] Last: I changed all of the zeros to i's on lines 51,52 and it caused an out... (by pnoid)
|
Need help, please! |
|
[5 replies] Last: Nvm, it turns out the numbers I was inputting could not be a right tri... (by closed account yR9wb7Xj)
|
Ongoing Loop |
|
[4 replies] Last: I used the first one and it worked, but not the second one. Weird. Tha... (by CplusplusHelpPls)
|
by Agalito
Tortoise and Hare Race
|
|
[3 replies] Last: thank you guys. My bad.. really appreciate it (by Agalito)
|