by davez
help for loop
|
|
[2 replies] Last: #include <iostream> using namespace std; int main() { int q=1; ... (by davez)
|
by xenovia12
loop
|
|
[4 replies] Last: Sorry guys. This thread is a mess dont mid this (by xenovia12)
|
by mattbrad83
How toscope a variable in a function.
|
|
[2 replies] Last: Hi, It looks to me that t is of type Token , which has a public ... (by TheIdeasMan)
|
by mattbrad83
Question about VS and textbook code
|
|
[3 replies] Last: Ok. I am still a little confused. I have edited the code and fixed mos... (by mattbrad83)
|
by samfisher47
Quadratic equation solver using classes (?)
|
|
[7 replies] Last: You're welcome - glad that helped some. (by wildblue)
|
by Incendium122
Need help?
|
|
[2 replies] Last: Yea just put a system("pause") or something and return 0; at the e... (by MasterGeek)
|
by Ardaos
How to access a nested classes data members if it is a pointer in the outer class
|
|
[2 replies] Last: wow, thanks! It was so simple. You saved me a lot of headache trying t... (by Ardaos)
|
by Crogn
C++ sorting program
|
|
[2 replies] Last: ooo so had I put i<11 it should compare to a non existing number? (by Crogn)
|
by tehenson21
Converting meters to yards, feet, and inches
|
|
[6 replies] Last: Integer division, not modulus. Modulus operates on integral numbers a... (by keskiverto)
|
by yaaz32
1d Arrays in structs
|
|
[4 replies] Last: Can't i just hardcode all the names in at once and just call it with ... (by whitenite1)
|
by jub4jive
problem in code
|
|
[17 replies] Last: It would be good to use code tags. That makes the post more readable.... (by keskiverto)
|
by Incendium122
hey everyone
|
|
[1 reply] : There is a tutorial on this site, also one at learncpp.com, which I th... (by Aceix)
|
by trevormoon
How to print the values of pointers
|
|
[no replies]
|
by Salad7
Why to use a pointer..?
|
|
[11 replies] Last: Hello. There is a simple rule. Use references(&) when you need but poi... (by rizaado)
|
by chan 06
C++ Arrays/fstream
|
|
[4 replies] Last: Well, I did bit research and found what I was looking for. So here is ... (by chan 06)
|
While loop problem |
|
[1 reply] : x || y evaluates to true if at least one of {x, y} is true. If dec == ... (by helios)
|
by neel3123
Why doesn't this code print? (1,2)
|
|
[26 replies] Last: Don't worry guys I fixed it :) (by neel3123)
|
by daniel95
If statement
|
|
[1 reply] : An integer will always be in integer form. I think what you might be ... (by Chervil)
|
by AbsoluTe 88
What is next? How to expand?
|
|
[1 reply] : Make a 2D game using SDL or SFML (I recommend SFML). It can be anythin... (by LB)
|
by DrJones
Open picture at the end of a program
|
|
[no replies]
|