by chrisname
Bit fiddling
|
|
[2 replies] Last: I think I can keep the reserved bits, I'm pretty sure the CPU will set... (by chrisname)
|
by Janman
Delimiting a string
|
|
[1 reply] : if you do cin << with a numeric variable (int, float, etc.) it will st... (by hamsterman)
|
Exception Specifications |
|
[13 replies] Last: No biggie. I said already in my first post that exceptions were nev... (by simeonz)
|
by Darkenor
Why create a DLL? Simple example available?
|
|
[2 replies] Last: That's a good idea. I've wanted to write a crypto has for a while anyw... (by Darkenor)
|
Creating copies of pointers to objects (1,2) |
|
[20 replies] Last: @ne555 has a point. Item #34 in C++ Coding Standards by Sutter & Alex... (by jsmith)
|
I can't stand Win32! |
|
[9 replies] Last: C and Unix were designed together, but they are not that tightly boun... (by kbw)
|
by LiverpoolFTW
Function returning a string literal
|
|
[4 replies] Last: Wow, i cant believe i did that haha..... i guess thats what i get for ... (by LiverpoolFTW)
|
by Marsas
Multivariate gaussian random variables
|
|
[1 reply] : Can you follow these? Normal (univariate) Distribution: http://www.ai... (by kbw)
|
by espakm
function dispatch based on template arguments at run-time
|
|
[10 replies] Last: Yes, the solution was to create a non-template base class to which I c... (by espakm)
|
by thing2
reading data into a console from a file
|
|
[1 reply] : Have you stepped thru your code in a debugger? I would think that: ... (by kbw)
|
by dtw103184
Question on project for useing Swicth statements and Loops
|
|
[6 replies] Last: 1.)You need a default case for when a suitable case is not entered by ... (by buffbill)
|
by chess
C++ compiler
|
|
[5 replies] Last: Since you're on Windows, if you can somehow obtain a copy of Visual St... (by Kiana)
|
by tonnot
Streambuffers : filebuf and stringbuf, can be posible a memorybuf?
|
|
[1 reply] : Sure it's possible. What exactly are you trying to do? If all you w... (by Duthomhas)
|
by njapra
Calling Function from Functions
|
|
[2 replies] Last: Answer I was looking for. Thanks for your time. (by njapra)
|