by martianxx
Question about File Reader Class
|
|
[1 reply] : Just realised its not when it tries to open the file it causes the err... (by martianxx)
|
by prahladyeri
Can you optimize this code/algorithm even furthur?
|
|
[9 replies] Last: > The idea is that if I am taller than a person standing further to me... (by ne555)
|
by nobodyza
Classes and arrays
|
|
[3 replies] Last: How would I make my class Module represent a single module? Would I ha... (by nobodyza)
|
by aquilina
LinkedList-
|
|
[1 reply] : The function should return an integer value in all cases. Yours return... (by closed account D80DSL3A)
|
by Yom
declaring and accessing arrays in classes
|
|
[9 replies] Last: In the default constructor, you don't initialize or set the values of ... (by cire)
|
by xAPMx
Problem with sentinel...
|
|
[3 replies] Last: O_O I completely forgot about that, thank you, both. (by xAPMx)
|
by Haze
Bubble Sort Random Array
|
|
[2 replies] Last: thanks a million Yanson! (by Haze)
|
by JihadMossad
How to link static library C::B
|
|
[1 reply] : Add already compiled as static library "libmysql.a" to linker input. (by modoran)
|
I swear my compiler is just trying to piss me off |
|
[2 replies] Last: Nope that was there, but I have managed to get it fixed. Just did a fu... (by closed account 3qX21hU5)
|
by flashmed
Calling derived class's functions in a function with parameter of base class
|
|
[6 replies] Last: #include <iostream> int main() { class Player { public: virtua... (by vlad from moscow)
|
by vkt420
Need Help With Code About Structures
|
|
[3 replies] Last: char is a name implied is a single character. You can use: a) char*... (by MiiNiPaa)
|
by waqas94
linked lists
|
|
[no replies]
|
by martianxx
Question about singleton classes and when to use them.
|
|
[no replies]
|
by ASCE
Easy way to Tokenize a file
|
|
[no replies]
|
by Elidor
Learning to read GNU code?
|
|
[1 reply] : The actual GNU math.h pow function is not in the header at all, it is ... (by Cubbi)
|
by crimsonzero2
Sorting Problem
|
|
[4 replies] Last: Thank you, this info will be very helpful =D (by crimsonzero2)
|
by cnoobs
Employee class help
|
|
[3 replies] Last: First one should work, second one shouldn't. Reason: The first constr... (by Elidor)
|
by incognitocpp
Printing prime numbers
|
|
[3 replies] Last: wait i missed something in the task.. editing it now (by incognitocpp)
|
Hardware access |
|
[1 reply] : You can't do it with normal programs, the OS runs them in a virtual en... (by LB)
|
by Arbondawn
overloading output operator
|
|
[1 reply] : std::ostream (by LB)
|