by Smitty
What am I missing?
|
|
[2 replies] Last: you are also missing a - main() - (by closed account zwA4jE8b)
|
Sending input to external device |
|
[no replies]
|
by smcguffee
Saving Classes
|
|
[5 replies] Last: There is no automated way. However, there is a methodology to this. Go... (by Duthomhas)
|
by badger
how to interpret string characters for if function (unit converter).
|
|
[2 replies] Last: Apologies, tags have now been added. There isn't a space in the strin... (by badger)
|
by student 123
how do read the 1st line in text file?
|
|
[8 replies] Last: I suggest the C++ Primer: http://www.amazon.com/Primer-4th-Stanley-B-L... (by Athar)
|
by scopolamine
time counter problem
|
|
[no replies]
|
SFML linking problem |
|
[11 replies] Last: @ darkestfright : I understand why you would say that, this was just ... (by Computergeek01)
|
by lmfaomanwtf
problem number 1
|
|
[no replies]
|
by tauqeer
How will the behaviour of multibyte char differ because of different LC_CTYPE locale
|
|
[3 replies] Last: From the man page: NOTES The behavior of mbrlen() depends on t... (by PanGalactic)
|
by zizo1989
data structure , doubly linked list . probelm
|
|
[3 replies] Last: Try this one. I think it will work (untested though): void DLL::spec... (by closed account D80DSL3A)
|
by TheDestroyer
File mapping error
|
|
[1 reply] : I found the solution. The offset has to be multiples of the system pag... (by TheDestroyer)
|
by Nay
Using cygwin, dev C++ and unix header files-- please help
|
|
[1 reply] : I believe that you can use "\\" to use the forward slash in an include... (by ModShop)
|
by mincuu
how do I 'find' and 'delete' texts from a text file??
|
|
[no replies]
|
by danroc01
Dynamic aspect to string in C++
|
|
[no replies]
|
by jmambwere
Test Question.
|
|
[2 replies] Last: No need to apologise, i understand. Thanks for pointing & showing me t... (by jmambwere)
|
by mnewby1
OpenGL-Random Walk Program
|
|
[2 replies] Last: lol nah jk. its Dan (by CSAS)
|
Something about iterator base class in STL |
|
[1 reply] : See http://cplusplus.com/reference/clibrary/cstddef/ptrdiff_t/ As fo... (by firedraco)
|
Found something weird in old code. |
|
[1 reply] : I think it is legal. Case 4 doesn't have a break statement, meaning i... (by webJose)
|
by skyeler
sha256 encryption
|
|
[2 replies] Last: I would avoid the trouble of storing the password using reversible enc... (by webJose)
|
by rjmckinley
How can I add input to a string array?
|
|
[1 reply] : you can use getline function in C++ <string> header file: the function... (by zixuandeneidan)
|