by Rithie
BYTE, WORD, DWORD Binary Files
|
|
[3 replies] Last: It is because you are playing with a class and not a POD. Google aroun... (by Duthomhas)
|
by jcr
issue with fastcgi program
|
|
[no replies]
|
by Tilpo
finding the caller of a function
|
|
[10 replies] Last: Generally, no. Few of the types and containers defined in the the sta... (by PanGalactic)
|
by nanger
enumeration as member variable
|
|
[1 reply] : This is so code outside the class can use these enumerations as well. ... (by Disch)
|
by MarcioAB
How to handle char pointer ?
|
|
[6 replies] Last: You've got it. For a more complete understanding of pointers, I su... (by dfarmer)
|
by makneltek
arrange contacts through zipcodes with malloc, array of pointer to struct
|
|
[12 replies] Last: well i got it done, i just need to break into 2.c and 1.h, or somethin... (by makneltek)
|
by lilydjwg
What's the "unix" variable is?
|
|
[3 replies] Last: OK, I see that. No wonder the compiler told me unix can't be lvalue! ... (by lilydjwg)
|
by paulius
std::count for strings?
|
|
[2 replies] Last: well my problem is that m_FindRepeats always returns 0 fixed the ... (by paulius)
|
by x1101x
Open a window without libraries or premade headers
|
|
[5 replies] Last: I think what x1101x is trying to do is understand the actual function ... (by Tripic)
|
by VictorH
copy vs assign
|
|
[3 replies] Last: Cool. thanks disch. (by VictorH)
|
by rootboy
windows.h not getting along with the rest of the program.
|
|
[4 replies] Last: Perfect! Thanks guys, that worked like a charm. :) (by rootboy)
|
by nospeake
reading file outside project folder
|
|
[3 replies] Last: In case you're using Windows, note that the forward slashes will work ... (by helios)
|
by Noha
Overloading operators
|
|
[1 reply] : How exactly would you pass an argument to the overloaded -- ? Or not ... (by Duthomhas)
|
by nanger
about .h and .cpp file
|
|
[no replies]
|
Who is better? |
|
[8 replies] Last: ...and unless you have huge amounts of data to store in the deque. (Ve... (by Duthomhas)
|
by chemser101
2D array display
|
|
[1 reply] : You need too loops, one on the outside and one on the inside -- called... (by Duthomhas)
|
by Johnroe
Encrypt
|
|
[1 reply] : i would use a string to get the user input, make it an array, then cal... (by kyle11778)
|
by rascalcode
Everythiung seems to be closed...
|
|
[3 replies] Last: Thanks for the suggestion - just making newbie mistakes. (by rascalcode)
|
by Noha
Unions
|
|
[9 replies] Last: SDL does something similar to helios' example for events. It sticks a... (by Disch)
|
by Noha
Pointers to functions!
|
|
[4 replies] Last: Yes (ish). functiontocall is a pointer to a function. It points to ... (by guestgulkan)
|