by firix
class template has already been declared as a non-class template
|
|
[no replies]
|
by MeLB
Lottery Program (doesnt work) C++
|
|
[4 replies] Last: My problem is -It started out to RUN but then after running it would j... (by MeLB)
|
by Erdrigard
Class ... has no member.... What?
|
|
[2 replies] Last: Thanks for the response, but it's not a function in the derived class ... (by Erdrigard)
|
by acesouthall
Moving an array and adding a value
|
|
[3 replies] Last: Right I have cracked it....heres the final program encase anyone else ... (by acesouthall)
|
by cstorm
skip to function?
|
|
[1 reply] : Uhm as a fellow c++ beginner I beleive I might be able to help you :D ... (by Faff)
|
by TpOreilly
Confuzed with braces please!
|
|
[6 replies] Last: ha, how daft of me. Thanks (by TpOreilly)
|
by garlandman
Translating arrays with pointers to code
|
|
[no replies]
|
by chipp
typedef
|
|
[3 replies] Last: Link& is a reference to a pointer. It works the same way as a referen... (by jsmith)
|
by makan007
STL Container
|
|
[3 replies] Last: I would suggest an std::set. A set ensures that there are no duplicate... (by Albatross)
|
by Omani
Cos(x) Funtion
|
|
[1 reply] : You could just use cmath. They already did it for you. :) http://cplu... (by Albatross)
|
by porl123
Compiling allegro
|
|
[1 reply] : We've deprecated Dev-Cpp, but if it works on your system, then... a... (by Albatross)
|
by garlandman
Array of pointers to arrays of ints?
|
|
[2 replies] Last: I did that, but I still have the same problem with the arrays and poin... (by garlandman)
|
by sklim93
Loops + continue function problem
|
|
[2 replies] Last: Ohhh, thanks!!! I got it to work by replacing return main() with my ci... (by sklim93)
|
by force123
Declare of function default value
|
|
[2 replies] Last: ah the closest try I had was to put (int x = 3) for both declare and d... (by force123)
|
.exe wont open on other computers |
|
[4 replies] Last: so which build should i send and how? also, what if its on school co... (by closed account 23ADSL3A)
|
by tunayan
private-public members:S
|
|
[no replies]
|
by kaliuz
Question about C++ and OOP.
|
|
[2 replies] Last: Instead of a class with all static methods you should use a namespace ... (by Bazzy)
|
by Analyzer
The point of Data Structrues?
|
|
[2 replies] Last: Data structures are needed to keep similar informations in a single pl... (by Bazzy)
|
by Faff
How to make prog read 2digit numbers?
|
|
[5 replies] Last: Hmm , I'll supppose I'll do it that way then :) Thanks ^^ (by Faff)
|
by kkostas
extraneous `char' ignored problem
|
|
[3 replies] Last: I finaly found the problem. I had named the variables large and small.... (by kkostas)
|