by tenaz3
List of functions in vector
|
|
[10 replies] Last: About the parameters don't worry, because I stored in other place I'... (by ne555)
|
by paulmcco
error c1004 - unexpected end-of-file
|
|
[4 replies] Last: stdafx.h is compatible with win32. Usually it will be in your project... (by SIK)
|
by Balrog
Files can't see other global objects
|
|
[2 replies] Last: I assume you include correctly all needed files so I proceed to next a... (by eypros)
|
by game
Help in how to call txt file different string
|
|
[4 replies] Last: Thank you very much!!! (by game)
|
by Vladox
Cross-platform sound library
|
|
[3 replies] Last: Thanks, I'll check out bass while trying to "fix" portaudio... and i w... (by Vladox)
|
by SoulFire9001
Only putting new lines at the end of text files.
|
|
[5 replies] Last: That is very strange. Opening files in text mode (which you appear ... (by Disch)
|
multiple questions |
|
[4 replies] Last: 1) It takes me more than one second to declare an iterator to a vector... (by Galik)
|
by ahoysailor
Find in vector
|
|
[3 replies] Last: Thanks Cubbi, that works perfectly after I added a couple of little am... (by ahoysailor)
|
by Fluidz
Sending Keys to Unfocused Application
|
|
[3 replies] Last: Google up UI Automation if the function that you want to trigger with ... (by webJose)
|
WinBGIm error: redefinition of 'int right' |
|
[2 replies] Last: @coder777, sorry, my bad. I shall edit it ASAP. And thanks for the co... (by Pravesh Koirala)
|
by juosja
Subtract integer from string
|
|
[1 reply] : Break string into individual words. This is commonly called tokenizin... (by Moschops)
|
by arooj
Program which calculates a company's total sales for a 3-month period for each region?
|
|
[4 replies] Last: I guess that you want to take line 24 out of the inner for loop (so mo... (by coder777)
|
Inserting value and printing the value (1,2) |
|
[20 replies] Last: BABU, Use code tags and don't just copy and paste the code saying it'... (by codekiddy)
|
insertion operator overloading error |
|
[3 replies] Last: Why would you assume that variant has members named after types it con... (by hamsterman)
|
by fikardelapan
using SetDlgItemInt function
|
|
[no replies]
|
by Tatipu
Reading from file [like word count but including punctuation]
|
|
[9 replies] Last: > Because my dad said I have to use a character array Well, I assumed... (by JLBorges)
|
static const int& as a class data member |
|
[4 replies] Last: Thank you all for the tips. @Cubbi. It turned out to be as you said. I... (by closed account D80DSL3A)
|
by Tatipu
Adding a whitespace into a character string?
|
|
[8 replies] Last: sjahf7, why are you suggesting parsing the output of the program? Re... (by LB)
|
by sjahf7
sort a struct based on one member's alpha? (1,2)
|
|
[23 replies] Last: thank you all (by sjahf7)
|
by crazy frag
When should we use C over C++ ? (1,2)
|
|
[22 replies] Last: Although C and C++ are almost equally fast (C is slightly faster due t... (by SIK)
|