by codrgi
Multi CDialog problem!
|
|
[1 reply] : Did you set the main window? You can only have one main window. (by kbw)
|
by netsuki
How to get iterator to work properly?
|
|
[2 replies] Last: findInOrderSuccessor doesn't seem right to me. For a start, I can't s... (by kbw)
|
by bk89
c++ text file
|
|
[1 reply] : Here is how to read files: http://www.cplusplus.com/doc/tutorial/files... (by Moschops)
|
by amplechin
Error Output when a Character is entered
|
|
[1 reply] : That's what cin does. You ask it for an int, so a string causes a bit ... (by hamsterman)
|
cvDistTransform get invert data why |
|
[no replies]
|
by Shaurya
Reversing a string (URGENT HELP!!)
|
|
[1 reply] : Try this for ( i = 0; i < len - 1; i++ ) { desstr = srcstr[l... (by vlad from moscow)
|
Reading a line with a space in start |
|
[8 replies] Last: I apologize for my flub its been a while since I did strait c to get t... (by Azagaros)
|
Does cin.sync() always work? |
|
[1 reply] : > For clearing the input stream, I know that you can use cin.sync();, ... (by JLBorges)
|
Finding the median from a data file |
|
[1 reply] : The median is the mid point of the data. If the data was sorted then... (by shacktar)
|
by Tok3n
why do my min and max values always return the first element of array?
|
|
[10 replies] Last: Let's enjoy coding~ (by Loving Sky)
|
by whatsupcb
how to extend a struct in mingw
|
|
[8 replies] Last: no, i have both, and i need the same code to work on both, but it does... (by whatsupcb)
|
by vietory
Will this give me memory leaks regarding to std::vector clear and erase function
|
|
[7 replies] Last: Hi thanks replying to my posts Would you so kind and give me a good e... (by vietory)
|
by jsprogrammer
reading xml files
|
|
[1 reply] : TinyXML . References: http://www.grinninglizard.com/tinyxml/ ... (by closed account zb0S216C)
|
by GFreak45
Balanced Binary Search Tree w/Doubly Linked Lists
|
|
[5 replies] Last: if you include something like "windows.h" it will pull in a lot of lib... (by Azagaros)
|
by Sean O
Reading data from file
|
|
[1 reply] : I think I figured it out I will search using String::Find, and grab th... (by Sean O)
|
by julof26
Way of Programming
|
|
[2 replies] Last: thanks :) (by julof26)
|
by d00dlyd00
Simple program help
|
|
[3 replies] Last: Much obliged it worked. (by d00dlyd00)
|
by LB
Lowest point in inheritance tree need not be virtual?
|
|
[3 replies] Last: @Peter87: wow, I did not expect this behavior. http://ideone.com/zGYyK... (by LB)
|
by DethRaid
Code::Blocks error: expected '=', ',', ';', 'asm' or '_attribute_' before 'CGraphics"
|
|
[6 replies] Last: Thanks. That fixed my problem perfectly. Thank you. (by DethRaid)
|
by taughtteach
Guess Word Game - all vowels shown when guessed
|
|
[8 replies] Last: If you try the word "banana" and enter the letter "n", does it produce... (by taughtteach)
|