can you sugest some good code for this bad code |
|
[7 replies] Last: >> It would be even better to not use the ‘using …’ method and q... (by ropez)
|
accessing address of char variable |
|
[3 replies] Last: @gungurthisrilatha Or use printf() char ch = 'a'; printf("%p",... (by guruplus)
|
by charlie
new to c++
|
|
[1 reply] : You will have to install whatevere is not installed before you can ins... (by closed account z05DSL3A)
|
by cannsyl
Arrays
|
|
[5 replies] Last: With vectors, you should use references: void func (int m, int n, ve... (by rpgfan3233)
|
by way2kewl
Problem? have no idea.....
|
|
[1 reply] : for (int years = 1; years <= total_years; years++) //outer loop { ... (by rpgfan3233)
|
by jowek70
new here
|
|
[6 replies] Last: u coudl do like int a=1; int b=2 int main(){ cout << a << endl ... (by yogurt)
|
by oatmeal1201
Arrays and Averages
|
|
[10 replies] Last: Thanks everyone. This works great now and I actually learned somethin... (by oatmeal1201)
|
by DaFees
Having issues with stacks
|
|
[2 replies] Last: NEVERMIND - DUH! I figured it out, a careful observer would have seen ... (by DaFees)
|
by Themonk
Two Quick question!
|
|
[3 replies] Last: No problem, glad to help. Sometimes the obvious can be very hard to sp... (by Faldrax)
|
by vaflyboy03
Craps cant get the bet to work
|
|
[1 reply] : OK, the first problem is the code to check the bet or quit. cout... (by Faldrax)
|
by simundo25
Simple Keyboard Input Detection Help?!!?
|
|
[no replies]
|
Can you choose more than one case ? |
|
[3 replies] Last: @ropez: Not yet sure. Let's see what the original author says! :) (by msram)
|
operator overloading |
|
[2 replies] Last: Note that the declarations in ropez reply are global functions, not me... (by Faldrax)
|
Exceptions |
|
[1 reply] : You probably either have an outdated compiler, or you have exceptions ... (by ropez)
|
Using a .sql database to analyze market data? Huh? |
|
[1 reply] : What kind of dbms does the game use? usually you can access to the ... (by guruplus)
|
by mxjabber
calling up a class that is nested in another class
|
|
[2 replies] Last: Following on from rpgfan3233, it looks like what you might really want... (by Faldrax)
|
by cannsyl
I need HELP
|
|
[1 reply] : Email me at psault@live.com and I'll see if I can be of assistance. I... (by psault)
|
by kbarrett
using registers in a for loop
|
|
[2 replies] Last: You shouldn't try to second guess the compiler's decisions on how to o... (by ropez)
|
by gregv21
word count
|
|
[1 reply] : Try changing at line #43 to: if (Sentence == ' ' && Sentence[size... (by psault)
|
by vaflyboy03
Dice game
|
|
[2 replies] Last: if (dice == 11) { cout << "Youve lost"; money -= bet; } shoul... (by kaeota)
|