by Baltram
Operator function taking references shall accept literals too
|
|
[9 replies] Last: In the documentation of this site it looks like it did use references... (by Bazzy)
|
by export
Drawing shapes in OpenGL
|
|
[3 replies] Last: Now the cube is very low below the camera. Try changing line 2 to (0, ... (by hamsterman)
|
by harsh4u89
static and extern keywords
|
|
[1 reply] : FileA.cpp #include <iostream> static int i; // This variable rest... (by guestgulkan)
|
by NGen
Processing Lists
|
|
[3 replies] Last: What you could do is set your list element to a null function pointer,... (by Galik)
|
by ultifinitus
C++ instance class changing?
|
|
[3 replies] Last: That is EXACTLY what I was looking for! Thank you so much! (by ultifinitus)
|
by Seraphimsan
sfml multithreading
|
|
[1 reply] : Nevermind, I fixed it. The main thread was finishing before the input ... (by Seraphimsan)
|
by Skillless
template question
|
|
[5 replies] Last: Can we delete a particular row from a 3*3 dimensional vector?? if yes ... (by sshresth01)
|
error C2228: left of '.b' must have class/struct/union type |
|
[1 reply] : 1) The header is called iostream, not iostream.h 2a) "class interface... (by Athar)
|
by fisher55
Problem with template classes
|
|
[4 replies] Last: Thank you. How could I possible forget that!!! Thank you very much. (by fisher55)
|
by jwolfe
Dynamic memory issues
|
|
[4 replies] Last: Awesome. Thanks for your help! For anyone interested, the final versi... (by jwolfe)
|
by rutharanga
How to Compare two strings??
|
|
[3 replies] Last: Yes you can do it like that. You can also use the built in comparison ... (by mcleano)
|
by Null
uncaught exception handler?
|
|
[2 replies] Last: OK, thanks. (by Null)
|
by amiref
What is the problem of my code ?
|
|
[3 replies] Last: Well, since you're passing op2 by value in operator=, the object is co... (by Athar)
|
by amiref
friend function and operator overloading
|
|
[3 replies] Last: Because operators are meant to keep their original meaning, this way y... (by Bazzy)
|
no heap memory for short strings? 0-short? |
|
[4 replies] Last: The implementers are free to make it as they wish. E.g. this way: ... (by xoreaxeax)
|
by amiref
&&& BIG Problem In Operator Overloading &&&
|
|
[9 replies] Last: I have question in that link that Grey Wolf said in above topic : W... (by amiref)
|
by rutharanga
splitting a string into sub strings( word segments)
|
|
[2 replies] Last: Thanks a lot. It works. I have just understood the mistake i have done... (by rutharanga)
|
by rutharanga
Parsing command line arguments to main and for a function other than main
|
|
[3 replies] Last: Thanks a lot you both.... Actually these are the only errors that i c... (by rutharanga)
|
by JustAWalrus
Objective - C
|
|
[10 replies] Last: hey OP...and everyone else for that matter, have you guys not heard of... (by cole321)
|
by DexterMorgan
Hashtables: Any optimization when objects are not deleted ?
|
|
[6 replies] Last: @DexterMorgan The two classes differ in the internal data structure th... (by mtrenkmann)
|