by madjas
strings help
|
|
[16 replies] Last: tanks guys i did appreciate and learned from you. (by madjas)
|
by galneweinhaw
error C2440: 'return' : cannot convert from 'class RawTestData (__cdecl *)(void)' to 'class RawTestData &'
|
|
[1 reply] : static RawTestData m_RawTestData(); You're declaring it as a fu... (by Disch)
|
by sin0emp
Using a pointer in other program
|
|
[2 replies] Last: Thank's that sure helped a lot ;) (by sin0emp)
|
by ustulation
Regular Expressions
|
|
[4 replies] Last: Just so you know, it takes a while for boost to compile. After it do... (by Duthomhas)
|
by jpotts
Pointer error
|
|
[13 replies] Last: in the line: int* array = new int what does the pointer do after i... (by jpotts)
|
by binladenvn88
Free pointer???
|
|
[19 replies] Last: I suppose that the behaviour is similar http://www.parashift.com/c++-f... (by ne555)
|
by Stewbond
passing iostream through functions
|
|
[1 reply] : If you want to pass std::cout (or whatever) to a function, it's best... (by closed account zb0S216C)
|
by TheDestroyer
Reading huge binary files
|
|
[6 replies] Last: OK Thank you. I'll try using fstreams and get back to you :) (by TheDestroyer)
|
"C++ isn't cross platform" |
|
[5 replies] Last: Most likely (if you compiled for x86 (aka 32-bit)). Although I heard W... (by Athar)
|
Reading data from memory that's being used by another program. |
|
[1 reply] : Yes, it depends on the OS. It can be done with ReadProcessMemory on Wi... (by Athar)
|
by dionisov
Reading .ASE file
|
|
[no replies]
|
by takeWarning
Random Number Generator (ipv4)
|
|
[6 replies] Last: Yeah I got those weird errors after I opened the file with gedit, I gu... (by takeWarning)
|
by david112
compiler priorities in conversion
|
|
[5 replies] Last: MSVC++2010. (by hamsterman)
|
by Donanza
Return back to a line
|
|
[6 replies] Last: Well, if you need goto , Donanza , I'd say you need to reconstruct... (by HenriK)
|
by Sythion
Array of objects with no default constructor workaround
|
|
[4 replies] Last: Thanks guys. Not able to use std for this, however, which means no ... (by Sythion)
|
by paulmcco
stray \20 compiler error
|
|
[2 replies] Last: thanks...there is some mystery space between the 8 & 0..3 & 0...7 & 0.... (by paulmcco)
|
by brokenbot
Ways to take screenshots and analyze them through program?
|
|
[no replies]
|
by readysetgo
XOR Checksum Question
|
|
[2 replies] Last: If you want to stick to your algorithm, you could at least increase it... (by m4ster r0shi)
|
by Teddy16
Help loop problem
|
|
[7 replies] Last: her homework.. (by Teddy16)
|
by david112
Vtables for a class
|
|
[7 replies] Last: It's not that asking questions is bad, it's just that we can't help yo... (by Disch)
|