Key Presses? |
|
[15 replies] Last: Thanks! (by closed account 967L1hU5)
|
Thining in C++ book and a guidline |
|
[5 replies] Last: Actually, the inline just tells your compiler that you want the fu... (by hanst99)
|
Interesting interview question yesterday |
|
[6 replies] Last: Interviewers often know less about the language than you do -- they go... (by Duthomhas)
|
by coolbran
Passing arguments to main using command line
|
|
[12 replies] Last: The command line interpreter has a history function. If you press up o... (by helios)
|
Win32 Programming |
|
[7 replies] Last: MSDN. Use it. Learn it. Love it. http://msdn.microsoft.com/en-us/libra... (by closed account DSLq5Di1)
|
by NetHacker
getLine not declared in Ubuntu?
|
|
[2 replies] Last: Ha ha of course...I feel like an idiot. I DID know that, but for some ... (by NetHacker)
|
by johnhuge
pointer array
|
|
[3 replies] Last: #include <stdlib.h> #include <stdio.h> #define SIZEOFARRAY(array, ty... (by naderST)
|
by scat95
How to get a character from a string and compare to another string.
|
|
[3 replies] Last: int count = 0; for(int i =0; i<str.length();i++){ if(str == 'e') ... (by naderST)
|
by paulmcco
A Class that Creates Classes...?
|
|
[8 replies] Last: An interesting read: (Meta-Object-Protocol) http://www.vollmann.ch/pu... (by closed account 3hM2Nwbp)
|
by cdd
Better seed for rand()?
|
|
[2 replies] Last: You should only call srand(time(0)) once at the beginning of your ... (by Galik)
|
by wt200999
A better macro to concat 2 strings with __COUNTER__
|
|
[4 replies] Last: Regardless, not every identifier will be taken. 17.4.3.2.1 is merely... (by helios)
|
Solved |
|
[16 replies] Last: lol OP: Solved Athar: What's the question? OP: a Nisheeth: Wha... (by ne555)
|
by Soko
SEGSEV received in STL code t_splay()
|
|
[11 replies] Last: I don't get it. The operation with objects or with pointers are concep... (by ne555)
|
by sorthon123
Bit wise square rooting
|
|
[3 replies] Last: hmm ok ty Duoas ill try and see what i can figure it out with what you... (by sorthon123)
|
by ccie007
CS106B Stanford University (kinda like Riemann Sum)
|
|
[4 replies] Last: Can anybody help me please? (by ccie007)
|
by NallePuh1983
Question about functions
|
|
[1 reply] : //requires C++11/0x support //requires <functional> std::function<do... (by hanst99)
|
by thetree
Socket GET
|
|
[1 reply] : Bump with new info. Ok, turns out I needed: htmlSend += "\r\n"; o... (by thetree)
|
by evaldaskowka
Help with chars
|
|
[10 replies] Last: solved (by evaldaskowka)
|
by meera83
How to get file from unknow folder?
|
|
[2 replies] Last: Standard C++ does not come with anything to easily interrogate filesys... (by Moschops)
|
by reidb01
Writing as separate header and main file
|
|
[8 replies] Last: I can't say any thing as bad practice in the above code (on the basis ... (by Nisheeth)
|