by ooddiey
Problem cant store values in void (i think)
|
|
[1 reply] : Please indent your code. Try to not use global variables. Your problem... (by ne555)
|
by boaz
Why cant i compile?
|
|
[5 replies] Last: ok so i got it... Now.. it says [Linker error] undefined reference to... (by boaz)
|
by sanalbarq
Important , I need a HELP with a programm ASAP
|
|
[7 replies] Last: please anyone can present help for me then i'l give him a prize (MONEY... (by inspired1990)
|
Struggling with C++ |
|
[2 replies] Last: Wow. Thanks. I may be guilty of not knowing the best way to ask for ... (by closed account 3CG1hbRD)
|
by godzsmilez
Basic programming help
|
|
[1 reply] : First of all, please edit your post in order to include the code insid... (by webJose)
|
I need to write a program with a class called CheapWatch |
|
[8 replies] Last: No, I mean this is the first C++ class I've taken and any help would b... (by Eddie Sardinha)
|
by hopesfall
Why would this error be happening?
|
|
[1 reply] : This is because objects of type basic_ios can't be copied. Your obje... (by shacktar)
|
by fewwords
How can this be more efficient?
|
|
[1 reply] : each endl send to a ofstream drives another nail into the coffin o... (by Cubbi)
|
by louflow
Accessing private members
|
|
[1 reply] : Read up on the rules of what parts of a base class a derived class can... (by Moschops)
|
by hopesfall
const AND throw functions?
|
|
[1 reply] : Yes it can. (by codekiddy)
|
by louflow
Overloading Operators
|
|
[3 replies] Last: got it thanks (by louflow)
|
by morando
LNK2019: unresolved external symbol problem
|
|
[2 replies] Last: Resolved. I linked against wrong Newton lib. They provided 3 different... (by morando)
|
by Dmitriy78
Writing a queue program
|
|
[2 replies] Last: void showPassengers(CQueue *theQueue) { for(int x=1;x<=2;x++) { ... (by viliml)
|
by sanyam
reading bytes of a file
|
|
[5 replies] Last: thanx.. peter87 I've another related problem at http://www.cplusplus.c... (by sanyam)
|
by sanyam
<enter> character creating problems
|
|
[no replies]
|
by sanyam
reading bytes of a file and producing the file back.
|
|
[2 replies] Last: no actually i got my error when i wrote fin it got an extra char (by sanyam)
|
by znottaken
Problem with switch...I think?
|
|
[2 replies] Last: Thank you for the help, I will try to be a little more organized. I wi... (by znottaken)
|
by mariemortiz
Unrecognized error
|
|
[1 reply] : Your declaration for the increasing function: void increasing (int l... (by Stewbond)
|
by jonatashille
File Pattern
|
|
[1 reply] : Something like this: std::ifstream file( "matrix.txt " ) ; std::stri... (by JLBorges)
|
by UserofC
need help with some code
|
|
[5 replies] Last: Yes, I was confused as to how you were calling it in my first post, yo... (by ascii)
|