by spectrem12
interview questions
|
|
[5 replies] Last: Thanks for your link! It's interesting. (by helianthusdd)
|
by vasiqshair
extremely weird behaviour by the simplest of functions
|
|
[1 reply] : Post all of your code. (by hamsterman)
|
by misserwell
a problem about typedef keyword
|
|
[2 replies] Last: Thank you very much . I got . (by misserwell)
|
by wazzasmart
How do I use a call-by-reference char??
|
|
[1 reply] : | should be ||, even though I don't think it can do any harm. fabs do... (by hamsterman)
|
by rsureshpec
Class access specifiers - Very confusing programs - Help please
|
|
[no replies]
|
Switches Gone Wild |
|
[3 replies] Last: I don't think that code was meant to be read by anyone :s (by shacktar)
|
by veliaht
Time Analysis of C++ functions
|
|
[2 replies] Last: int x=1, y=x--, z=--y+x; Looks like someone has a sense of humor.... (by helios)
|
XRandR on Ubuntu |
|
[2 replies] Last: Thanks - it was Xrandr . PS: Sorry, I forgot to mention that I'm usi... (by anonymous23323124)
|
by dustegeek
Color c++
|
|
[2 replies] Last: The best thing you can do is have code that creates the properly-color... (by Duthomhas)
|
by omazimpaka
help
|
|
[3 replies] Last: If you are an absolute beginner, try the tutorial on this site: http:/... (by anonymous23323124)
|
by AleaIactaEst
Linked list of different classes
|
|
[no replies]
|
by Miss k
C++ Access Violation Exception?
|
|
[4 replies] Last: It turned out that the linked list was not intialized properly The ma... (by Miss k)
|
by AleaIactaEst
Empty abstract base class
|
|
[1 reply] : Is it possible to declare an empty class (without any member function... (by Athar)
|
by john1984
using if +break, new post
|
|
[2 replies] Last: exactly !condition2 but how do u fit the for loop and if together bcz ... (by john1984)
|
by john1984
using break !!
|
|
[10 replies] Last: Thanks ne555 for the reply but I need to do the same code in both if ... (by john1984)
|
by ddwinters45
Relational Operator Overloading
|
|
[8 replies] Last: @andywestken Well spotted, absolutely right. Needs to be const. @d... (by Galik)
|
search and replace string |
|
[1 reply] : bump Please, if you review this and have no solution, please reply wi... (by indepthcomputer)
|
by Zeeb
Adding and comparing with a vector also whole numbers
|
|
[5 replies] Last: You need to use another loop rather than a long line of tests. Before... (by andywestken)
|
Increasing The Number of Decimal Places in C/C++ whit GMP |
|
[no replies]
|
by lomungo
Storing simple Information structures on harddisk
|
|
[2 replies] Last: As you're storing strings anyway, the delimited txt file approach is p... (by andywestken)
|