Functions |
|
[2 replies] Last: think about the process you would do this on pen and paper. Then code ... (by SamuelAdams)
|
by Hassibayub
CodeBlocks compiler confusion.
|
|
[4 replies] Last: Whether you use Orwell DevC++ or Code::Blocks on windows, you are like... (by Chervil)
|
Missing ';' after top level declarator problem |
|
[6 replies] Last: why that? I expect you left out a semi-colon. I am having to use ps... (by Repeater)
|
push_back not working in loop |
|
[1 reply] : It most likely doesn't reach the cout statement. That's because there ... (by Chervil)
|
by Handge
Xcode C++ play sound file
|
|
[11 replies] Last: Please see if you can run the following. Name the file snd.mm and u... (by cocoaplus)
|
by patr1ck
shutdown command problem
|
|
[7 replies] Last: My third option should have worked, but it's pretty much equivalent to... (by Ganado)
|
by NOSgraf
Need help for my exercise
|
|
[3 replies] Last: But the thing is that there can be 10 teams with 99 different colors a... (by NOSgraf)
|
by sdsdsds
How do i make the board reprint with an X if there is a match
|
|
[2 replies] Last: Your initBoard function seems a little unorthodox. Line 19: You do r... (by AbstractionAnon)
|
by NOSgraf
I don't know where i made the mistake
|
|
[3 replies] Last: OK. It is'nt the smallest # of operations, its the brute force algor... (by jonnin)
|
by sjxnakjcn
atm program
|
|
[2 replies] Last: I like it, I want to use YOUR ATM! it looks like you compute the star... (by jonnin)
|
by Hassibayub
Variable and file type to make file
|
|
[5 replies] Last: I think for the beginning Dev C++ is ok. Here is how to set the compil... (by Thomas1965)
|
by NOSgraf
My program does not work.
|
|
[10 replies] Last: "MAXSTAIRS" is in capital to let you know that is defined as a constan... (by jonnin)
|
Compare |
|
[4 replies] Last: You're missing my point about lines 4 and 16. You declare and set fou... (by AbstractionAnon)
|
Multifunction Program Assisstance (1,2,3) |
|
[59 replies] Last: Hello codingN00b2017, I believe your problem comes from if (input.co... (by Handy Andy)
|
by gconroy09
Nested ForLoop Help
|
|
[2 replies] Last: OH! now i feel very silly! When you see the whole output it makes sen... (by gconroy09)
|
by viviantern
Trouble selecting a microcontroller/processor for a robotics project
|
|
[no replies]
|
by phztfte1
Using Classes
|
|
[4 replies] Last: Hi JL, Thank you very much. What a difference braces make!!! (by phztfte1)
|
by mrberry
Char value == 0? Non-numerical values interpreted as zero
|
|
[3 replies] Last: I figured out a way to make that work however it is still throwing out... (by mrberry)
|
by drs135
Pointers help
|
|
[4 replies] Last: #include <iostream> void input_details( int* n1, int* n2 ) { if(... (by JLBorges)
|
by Handge
How to print out Text File
|
|
[15 replies] Last: > For large files, could rdbuf fail where another method such as while... (by JLBorges)
|