get information from listboxes(need help) |
|
[1 reply] : are you doing it in simple C++ or are you using VC++ for coding as you... (by bluecoder)
|
by Wings
the second part of the blackjack program
|
|
[1 reply] : what are you trying to ask (by bluecoder)
|
by jackie
Loop Exit
|
|
[4 replies] Last: I dont know if this work myFile.write (reinterpret_cast <c... (by bluecoder)
|
by Bojan
C style type casting impact on program perf.
|
|
[6 replies] Last: thanks helios .. that is the thing to remember . thanks a lot (by bluecoder)
|
Whats next? |
|
[2 replies] Last: there is lot more to learn .. try pointers and reference and class and... (by bluecoder)
|
by codejunky99
simple pointers question
|
|
[5 replies] Last: They're definitely not uninitialized, I did actually noticed I'd set t... (by codejunky99)
|
How could I manipulate the "Additional manipulate Directories" of visual C++ by C++? |
|
[1 reply] : where are you stuck .( what have you written ?) ? (by bluecoder)
|
plz explain the code |
|
[3 replies] Last: one more quick question , Why is far pointer used ? (by bluecoder)
|
by GAD
Running program in VC++
|
|
[4 replies] Last: if you are writing the simple c , or c++ program . you can select the... (by bluecoder)
|
by shozza20
Wrong CODE?
|
|
[5 replies] Last: too much if--else , u can fix it more simple (by googleking)
|
Puzzle Solving |
|
[no replies]
|
by youichi
loop to find the sum
|
|
[2 replies] Last: @youichi I think you can do it like that: while (cin >> number) { /... (by cdlang)
|
by codekiddy
reinterpret_cast?
|
|
[1 reply] : reinterpret_cast is just like the casts found in C language, so yes, i... (by modoran)
|
by codekiddy
const class "strange behavior"???
|
|
[4 replies] Last: thanks, so it look that MSVC++ has some compatibility issuses with C# (by codekiddy)
|
by ivansl
char or string issues
|
|
[1 reply] : If you have an array, "char foo ", "foo" is a char* to it's first elem... (by hamsterman)
|
by Wings
I cant run it as a blackjack game
|
|
[no replies]
|
by Giri89
Defining a variable in a loop
|
|
[3 replies] Last: Sorry, missed this! You could put it inside a loop and keep asking for... (by WilliamW1979)
|
by Gldnbr
Program to calculate compounded interest
|
|
[16 replies] Last: Am I missing some vital information here? Like all the details of the ... (by jim80y)
|
by oudavid1
If Statement with Three Strings?
|
|
[3 replies] Last: Thank you Jim80y, God bless! (by oudavid1)
|
by Ralphus629
Objective array question.
|
|
[2 replies] Last: Thank you. (by Ralphus629)
|