by dirbax
C++ to Mathematics
|
|
[6 replies] Last: What about this function int F( int n , int a, int b ) { int r... (by dirbax)
|
by tition
Why return object& when overloading operator=?
|
|
[3 replies] Last: Thanks to both, all understood! I wouldn't want anyone who uses exp... (by tition)
|
by turbozedd
Derived Vector Class
|
|
[6 replies] Last: I notice that you have min and max functions. You don't need them. R... (by jsmith)
|
by wanky
need to make timer.
|
|
[1 reply] : Try to see if you can find useful functions in <ctime> header http://... (by Bazzy)
|
by gesangbaer
fatal error using .close()
|
|
[4 replies] Last: Hi, You should also share the file you are trying to read from. I th... (by mm148881)
|
by f ben isaac
How Can I Insert Zeros in the Middle of a String of IP? C/C++
|
|
[7 replies] Last: seymore15074 (354): Best answer A+... Thanks to all who helped! ... (by f ben isaac)
|
by aguger1
hey i need to find out how to do this..
|
|
[2 replies] Last: @bufbill: your if statements are assignments not comparisons. (by jsmith)
|
by deval90
C++ Printing
|
|
[1 reply] : This goes in the Windows forum. (by helios)
|
by turbozedd
Favorite (or anti-) Error Messages
|
|
[4 replies] Last: I believe MacOS calls refers to segmentation faults as "bus errors", j... (by helios)
|
by ahfrey85
cout did not appear and Nesting IF ELSE
|
|
[4 replies] Last: seymore15074 posted the actual answer just before I posed my comment... (by guestgulkan)
|
by anan
Linked list and polynomials
|
|
[1 reply] : Consider this code structure struct node { int i; char c; ... (by kevinchkin)
|
by silverarrow
decompression
|
|
[1 reply] : Refer to your same post in beginners section. (by kevinchkin)
|
by kevinchkin
File Metadata
|
|
[2 replies] Last: It's HFS+ (by kevinchkin)
|
by EugeneCPP
Function overloading
|
|
[7 replies] Last: Why can't you turn the problem around? class A { public: voi... (by jsmith)
|
by aab1990
Overloading operator+
|
|
[2 replies] Last: Line 9 -- remove the C. return Rational( Num, Den ); You... (by jsmith)
|
by shaoen01
Problems with Compiling?
|
|
[17 replies] Last: Yeah, i know my lecturer is crap. I told him it doesn't make sense too... (by shaoen01)
|
by shaoen01
Exception catching not displayed?
|
|
[4 replies] Last: Thanks, i think it works now! (by shaoen01)
|
by jrohde
Overloading operator+ with two arguments
|
|
[4 replies] Last: Thanks guys - makes sense. Yeah, I realize the + operator was illogic... (by jrohde)
|
by Fyrestorm
malloc pointers created and returned within the same function
|
|
[3 replies] Last: Good point. Run Valgrind on it... (by seymore15074)
|
by turbozedd
Sparse Matrix Implementation
|
|
[8 replies] Last: I was hoping for something a bit more specific (yes indeed that was a ... (by turbozedd)
|