by xcomwarr
Code Error Heelp..
|
|
[3 replies] Last: no worries, I've just noticed that the error message you got wasn't th... (by mutexe)
|
by amr aleem
replace duplicated element of vector by other element of another vector
|
|
[1 reply] : Please, use the code tags (and intuitive indentation) when posting cod... (by keskiverto)
|
What would you recommend first? |
|
[2 replies] Last: Thank you for your reply, I'm starting to do that except I watch tutor... (by closed account yR9wb7Xj)
|
by agyBeginner
use of brackets after contructor and destructor
|
|
[3 replies] Last: Thank you very much for your responses. (by agyBeginner)
|
file handling |
|
[1 reply] : http://www.cplusplus.com/doc/tutorial/files/ open each file, read rele... (by mutexe)
|
by mostafa199
can anyone help me to write this program please
|
|
[3 replies] Last: but it doesn't work You really haven't given us enough information... (by mutexe)
|
by patriic48
Polymorphism with virtual function
|
|
[2 replies] Last: ahh okey, now I understand! Thank you ajh32! / P (by patriic48)
|
by Kackel
Help summing values within an Array
|
|
[1 reply] : void f2() { const int ARRAY_SIZE = 50; int numbers ={0}; // ze... (by closed account 48T7M4Gy)
|
by Arslan7041
Sum of cubes giving wrong answer?
|
|
[8 replies] Last: CodeBlocks 12.11 (by Arslan7041)
|
by kunz
random function
|
|
[4 replies] Last: Yes lol (by kunz)
|
by adriyel
Hep with "\n"
|
|
[3 replies] Last: ^ I think it'll look something like this. while (firstNum<=50) { ... (by Momothegreat)
|
by Jack41EL
Weird Function Declaration
|
|
[1 reply] : https://social.msdn.microsoft.com/Forums/windowsserver/en-US/fb220469-... (by Hippogriff)
|
by BlueNowhere
cout to printf
|
|
[12 replies] Last: Yeah, I did. Just don't have a firm grasp yet. Thanks, guys. (by BlueNowhere)
|
by wolf11213
hey i need help resetting my average to zero
|
|
[1 reply] : Set your lowscore variable to 100 instead of 0 or so...because your if... (by novelloff)
|
by Cool aha
Counter source unicode problem
|
|
[1 reply] : If you want to use UTF-8 with c++ you'll have to use an external libra... (by ultifinitus)
|
Learning to GUI? |
|
[1 reply] : This transition is one of the most exciting transitions you can make. ... (by ultifinitus)
|
by Blackhart98
Need to see if im on right track
|
|
[2 replies] Last: Withdraw a l not Withdrawl It would be better to decide what makes up... (by closed account 48T7M4Gy)
|
by smusayev
Question Function and variables.
|
|
[9 replies] Last: you have to understand something called scope. (by novelloff)
|
by ohad
how do i use "gotoxy"??
|
|
[3 replies] Last: Perhaps you meant to have [code firstline=10] while (!kbhit()){... (by Duthomhas)
|
by Bdanielz
printf question
|
|
[1 reply] : printf("%5.1f", var); This tells the compiler to reserve 5 spaces f... (by pnoid)
|