by Bleron
How can I do this program to show the typed number as many times as the value of the number?
|
|
[3 replies] Last: Thank you guys. Got it now. I have worked the same way a program which... (by Bleron)
|
by hareleah
Undefined variable solution?
|
|
[4 replies] Last: #include <iostream> #include <iomanip> const double PI = 3.14; void... (by JLBorges)
|
by Non Sequitur
Using a class method to assign a value to a private member.
|
|
[1 reply] : class foo { private: int x; public: void setx(int val... (by jonnin)
|
by Cambalinho
C++ : can i create an empty function for then i redefine it? (1,2,3)
|
|
[41 replies] Last: i'm sorry to all. thanks to all for helped me so much. thank you (by Cambalinho)
|
by Deanmon
Why is bomb getting out of grid.
|
|
[1 reply] : The loop is only checking the new positions against the previous posit... (by Peter87)
|
by Mr potato19
Matrix upside down
|
|
[1 reply] : Base on you code, the first input is the size. 3 is your size, so it i... (by keekee)
|
by bennyipfar
Skipping Error - Program Does Not Restart from The Beginning
|
|
[4 replies] Last: I am learning c++, so let me know if you have a better idea. I have ad... (by keekee)
|
by Bleron
How can I write this program in c++?
|
|
[7 replies] Last: I solved it. This made it clear for(i=0; i<20 && sum<100; i++) (by Bleron)
|
by ahaana
getting error ld return 1 exit
|
|
[2 replies] Last: after I got rid of cornholio and getch, I get this error: undefined ... (by jonnin)
|
by Lex33
Swim Lane Diagramm
|
|
[3 replies] Last: I don't think so, you need columns for your boxes as in: https://i.sta... (by kbw)
|
by ridzwansyahh
Linked List Help !
|
|
[2 replies] Last: Try to create a diagram on paper to see how variables are assigned ... (by dashbob)
|