by DeathLeap
Help with simple output programme
|
|
[2 replies] Last: You can't define functions inside of other functions. int outputCar... (by giblit)
|
by Xephyr
[Error] expected ';' before 'people'
|
|
[4 replies] Last: Thanks but I solved it :) (by Xephyr)
|
by aquahorse
Using CIN String input in main function from other?
|
|
[4 replies] Last: Thanks very much indeed my friend! (by aquahorse)
|
by Zoyk
how to run a linked program?
|
|
[1 reply] : ¿undefined reference to...? http://www.cplusplus.com/forum/general/11... (by ne555)
|
by ASCII14
printing an array
|
|
[4 replies] Last: about this... void pr_browse(); void pr_browse() { } whenever I don... (by ASCII14)
|
by PamperBoy
Need LOTS of help making a game in C++
|
|
[12 replies] Last: I will have to look into SFML. It was just that I had recently tackled... (by CplusplusAcolyte)
|
by Garion
using namespace std;
|
|
[6 replies] Last: don't forget using-declarations. http://en.cppreference.com/w/cpp/lang... (by Cubbi)
|
by wassup77
counting input chars -- help request
|
|
[5 replies] Last: Sorry I didn't realize you wanted it to stop when the last character w... (by giblit)
|
by Ruthgar
Using setfill to populate a line of 35 *
|
|
[3 replies] Last: Assuming you didn't do something to nuke the ACL's on that file this i... (by Computergeek01)
|
by xkara
subtract values from elements in a vector
|
|
[2 replies] Last: here's a way without the C++11: let's say you have: typedef std::v... (by Stewbond)
|
by Xhenial
Center of mass
|
|
[4 replies] Last: static const int N = 10; struct Object { double xpos; double ... (by Stewbond)
|
by enemy
Left value
|
|
[3 replies] Last: Sorry I'm late what I did is that I answered your question Please, wh... (by JewelCpp)
|
by TheStupidOne
Classes Help Please
|
|
[3 replies] Last: What's not working about it? I'm not a mind reader, and I'm not gonna ... (by ResidentBiscuit)
|
by BrookeP
Reverse digits
|
|
[5 replies] Last: #include <iostream> using namespace std; int ReverseDigits(int x); ... (by Stewbond)
|
by talhabhatti5
How to make my calculator, calculate more than 2 numbers?
|
|
[4 replies] Last: int main() not void main() (by closed account iAk3T05o)
|
difficulties with decoding base64 encoded string/QbyteArray??? |
|
[no replies]
|
by enemy
Function as parameter of otehr function
|
|
[8 replies] Last: if you want to pass a functions a parameter do it like so: int fu1(int... (by coder777)
|
by Nata
need an algorithm
|
|
[2 replies] Last: The most straightforward way is to make a function that converts a dat... (by Duthomhas)
|
by addytzzu1
Help me please
|
|
[4 replies] Last: how can i do that? (by addytzzu1)
|
by Kauto
Difficulties debugging
|
|
[4 replies] Last: After a quick look, I have 2 quick comments: In line 121 for(c=AS-1;... (by tipaye)
|