by hurdle4
Even or odd
|
|
[6 replies] Last: An easier way is to read the binary if you are looking for a super fas... (by Blessman11)
|
by Edwin Lee
Problem with getline (special)
|
|
[10 replies] Last: Ah, I missed that. If you want to know more about c-strings and why th... (by Duthomhas)
|
by hulibarri
Switch?
|
|
[8 replies] Last: Yeah, that should work. You'd want to have a default case too, though... (by MrHutch)
|
source code |
|
[4 replies] Last: This looks familiar... (by ResidentBiscuit)
|
by cdf
why is this?
|
|
[2 replies] Last: ^^ use the code tags(Bottom right corner "<>") to edit your post with ... (by Need4Sleep)
|
by ibnu
how to draw line at qt using data from c++
|
|
[no replies]
|
by vega512
Formatting text input
|
|
[1 reply] : Open your editor. Press keys. Start with the preprocessing directiv... (by cire)
|
by johanjvanr
median for 3 numbers in sequence
|
|
[16 replies] Last: why are you putting i+3? you want it to start at the first (i=0) to g... (by cdf)
|
by atjm88
How to change .ico format to other?
|
|
[4 replies] Last: I mean is that the code can be change to something like IDI_MYPNG PNG... (by atjm88)
|
by cdf
problem with const, string pointers
|
|
[2 replies] Last: Or it was the address of a temporary that has gone out of scope. For ... (by moorecm)
|
by markode
foundation books
|
|
[5 replies] Last: Programming: http://mitpress.mit.edu/sicp/full-text/book/book.html (it... (by DexterMorgan)
|
by Steves
Graphics
|
|
[2 replies] Last: I say Win32 is a good place to start (if you're on Windows, that is). (by ResidentBiscuit)
|
help with lab |
|
[1 reply] : [co de] "Please use code tags" [/co de] To read the input while( i... (by ne555)
|
Convert an int array to a String array? |
|
[4 replies] Last: I changed my mind it would be even more helpful if someone could just ... (by closed account G854izwU)
|
how to use menu systems |
|
[no replies]
|
by mfried41
help with function computing gross pay
|
|
[3 replies] Last: double grosspay(double hrate, int hrs) { double pay = hrate*hrs ... (by cire)
|
by EricaFH
Problem with Palindromes
|
|
[1 reply] : Well you have to make up your mind. Either you're using an array or y... (by Disch)
|
by fgrigolon
Array in class
|
|
[3 replies] Last: Thank you! (by fgrigolon)
|
by dtkerns
g++ error message corrupt
|
|
[1 reply] : a colleague just found my problem... when I switch from xterm to gnome... (by dtkerns)
|
Int Length |
|
[2 replies] Last: I don't understand how to use that one... I put it in a program but w... (by closed account G854izwU)
|