by Pegla
Can't compile and run code twice in code blocks..
|
|
[5 replies] Last: If you are working on a laptop or personal computer, make sure the pro... (by monkeybutt)
|
by cotro
a function definition is not allowed here before '{' token
|
|
[4 replies] Last: Do you have a semi-colon ; at the end of RayTracer.h? (by Lynx876)
|
by younglink
Putting functions in .h file
|
|
[6 replies] Last: it was actually the std::ifstream. Thank you very much. Also newbieg... (by younglink)
|
by nukacola
2d arrays- tic tac toe question
|
|
[6 replies] Last: You were absolutely right. I simplified my display and used something... (by nukacola)
|
by herold
Function templates
|
|
[4 replies] Last: No, in that case you should exactly substitute 'class' with 'typename'... (by S G H)
|
Begginer practice problems |
|
[2 replies] Last: Awesome. That's it. Can't believe I overlooked that hah. Here's the c... (by PatricBernard)
|
by vasya070761
Displaying Buttons
|
|
[3 replies] Last: It may be worth a look at your code. But in the meantine you can check... (by guestgulkan)
|
by chris11757
Help with getting input from file
|
|
[2 replies] Last: When you check the value of "position" inside the while loop, you use ... (by toum)
|
by medo sayed
2 dimension array
|
|
[1 reply] : Well, you need to break this down into stages. First define the array... (by Chervil)
|
by rcast
Simple first program - Logical Issues?
|
|
[6 replies] Last: @iseeplusplus - This works! I failed to circle back to this reasoning ... (by rcast)
|
by vivre
Conditional Statement Question
|
|
[2 replies] Last: Thanks. :) (by vivre)
|
by mabel
can not find main form
|
|
[1 reply] : What do you mean "main form"? What is a "form"? There are no "forms" i... (by LB)
|
by DANNY123
the problem about the circle class
|
|
[1 reply] : We don't understand the meaning of them either, because "graphics.h" i... (by LB)
|
by shipra
C programming Query
|
|
[1 reply] : Different languages exist because they have different uses. No one lan... (by LB)
|
by tpinon
stuck on loop and logic HELP PLEASE
|
|
[6 replies] Last: Ah, my mistake, I didn't see your break statements in there. Let me ha... (by MrHutch)
|
by beginner714
For loops
|
|
[9 replies] Last: All of you have been a huge help with this. I really appreciate every... (by beginner714)
|
by cspctec
Program not properly detecting newline characters
|
|
[2 replies] Last: hmm... it seems to me that your numbers are too great for a "int" (on ... (by Nobun)
|
by mirec
NOT SURE WHAT TO DO NEXT
|
|
[7 replies] Last: Thank you Zereo I am trying to do my best every day.. and almost every... (by mirec)
|
by sajis997
back_inserter
|
|
[3 replies] Last: back_inserter expects an container aka a vector item, vector.begin() r... (by nedo)
|
by Mead
C++ triangle pattern
|
|
[1 reply] : * ************ ************ * ** ****... (by Chervil)
|