by alberto2000
Downloading an jpeg to harddisk
|
|
[6 replies] Last: Try the documentation, or a libcurl forum :) The Win32API has WinSo... (by Zaita)
|
by civq
OnBnClicked funcion
|
|
[1 reply] : Sorry guys figure it out for those that have similar problem Mess... (by civq)
|
by toshiro
Dev-C++ driving me crazy
|
|
[2 replies] Last: Er, sorry. The switch(){} and for(){} syntax is incomplete here, but s... (by toshiro)
|
by ready2drum
using multiple access operators
|
|
[2 replies] Last: oh, okay...I wasn't used to seeing that '->' so many times in a progra... (by ready2drum)
|
by yamcake01096
thread stopped?? ..
|
|
[1 reply] : Once I changed main to return int, and returned 0 at the end of it, it... (by mahlerfive)
|
by toshiro
Question on Style
|
|
[6 replies] Last: Well, the problem is, to create a file containing values to be read by... (by toshiro)
|
by alejol
How do i assing a float to a string
|
|
[1 reply] : Use a std::stringstream . http://www.cplusplus.com/reference/iostrea... (by Duthomhas)
|
How to get the handle of a window? |
|
[5 replies] Last: ... LPCWSTR ... Wow, I missed that one. It is your problem. You can... (by Duthomhas)
|
by BlahBlah
'Random' Question
|
|
[4 replies] Last: Yeah, I was trying to do it with an array (which I eventually got it t... (by BlahBlah)
|
by paul23
classes - problems with a constructor
|
|
[4 replies] Last: You can't manually construct static members. If you need to pass param... (by helios)
|
by Raynex
Program configuration
|
|
[10 replies] Last: TinyXML is supposed to be quite a good C++ XML package (not as compreh... (by bnbertha)
|
by Flinch
I'm new to this, and I have a question.
|
|
[13 replies] Last: i guess i should "help" you two out of the hole... i am "relativel... (by Incubbus)
|
by Eman96
do private members in base clases get inherited in derived classes?
|
|
[8 replies] Last: Yea. I should've been more clear. They are inherited yes. But they ... (by Zaita)
|
by man156
debug question
|
|
[2 replies] Last: F9 is set debug point IIRC :) (by Zaita)
|
by JoeyS
ranges for int and double under 32-bit vs 64-bit systems
|
|
[4 replies] Last: GMP uses pretty advanced techniques which make it fast. Really fast. O... (by exception)
|
by alberto2000
invalid initializer
|
|
[3 replies] Last: Essentially this: int main() { int one[ 6 ] = { 1, 2, 3, 4, ... (by Duthomhas)
|
by Mathias91
How do I open a microsoft word document from a console program?
|
|
[15 replies] Last: Thank you very much Mitsakos, you've solved the problem. it works as i... (by Mathias91)
|
by thisandthat
arrays of structures
|
|
[3 replies] Last: What does the file your trying to read look like? Explain in detail wh... (by Vector)
|
casting of almost identical iterators?? |
|
[5 replies] Last: I'm pretty sure there is, but I don't know about it ;-) The stl is co... (by exception)
|
by chinitomick
array(1-20)
|
|
[3 replies] Last: i did it..i put another = sign in every if statement but it does the s... (by chinitomick)
|