by baluba
wxString and normal ANSI strings: How to copy?
|
|
[11 replies] Last: Uuups, this was a typing error. I corrected it: char string... (by baluba)
|
by frabar
Class Array
|
|
[6 replies] Last: Hm. Now I'm getting back to the original issue. Here's the function... (by frabar)
|
by corseting
Classes and overloading!
|
|
[7 replies] Last: Honestly I cant thank you enough... This is really so much simpler the... (by corseting)
|
by Sieves
console stops responding
|
|
[3 replies] Last: Are you sure that this nested loop is nested in the right order?? ... (by guestgulkan)
|
by Sieves
last problem
|
|
[4 replies] Last: i think the define of r & c is missing inside CompletePuzzle() functio... (by necsky)
|
How exactly to audio libraries work in C++? |
|
[3 replies] Last: Great description, Disch! Thanks for the information! (by TheOtherIsland)
|
by Sieves
random number generation
|
|
[3 replies] Last: It does work... is it because you are adding the 'A' ascii number to t... (by Sieves)
|
by raydan
passing one argument to va_list function
|
|
[6 replies] Last: It just occurred to me that you could do something like: bool somefu... (by simeonz)
|
by lenovo09
Classes
|
|
[4 replies] Last: Thanks for help... that was it!!!! (by lenovo09)
|
by ModShop
basic artificial inteligence (game bots)??
|
|
[10 replies] Last: The problem was that dy/dx is a truncated integer division. Once you ... (by Bazzy)
|
by bluecoder
empty class
|
|
[5 replies] Last: thanks jsmith this is what i want . thanks for the help . (by bluecoder)
|
by baluba
Identifying files if they are Windows Mac or Linux
|
|
[15 replies] Last: > You've written it to convert EOL sequences to Windows' default. But ... (by baluba)
|
Global variables in classes |
|
[1 reply] : My guess is that you want something like this: class Lifokoe { p... (by m4ster r0shi)
|
by fafner
Limited inheritance
|
|
[2 replies] Last: Wow, thanks! I'll read up on the Liskov Substitution Principle;) (by fafner)
|
by baluba
In ANSI C: How can I find out the operating system?
|
|
[5 replies] Last: There is no win32 . It's _WIN32 . (by kbw)
|
by v8n3t
Abstraction and Polymorphism, question.
|
|
[2 replies] Last: cbeginplusplus, Thank you for your response. After looking at your ... (by v8n3t)
|
STL queue? |
|
[4 replies] Last: Is it possible to nest STL containers? For example, can you create a ... (by simeonz)
|
by Neb1000
Why does this go into an infinite loop?
|
|
[7 replies] Last: cbeginplusplus is right. I actually had recoded the whole thing and en... (by simeonz)
|
by sabersimon
prevent user from inputing duplicate stings into a vector
|
|
[3 replies] Last: I am kinda new to c++ could you give me a little example i know about... (by sabersimon)
|
by neverknownig
assistance with bool loop.
|
|
[1 reply] : Do you mean denominator != 0 to prevent division by zero ? How abou... (by closed account D80DSL3A)
|