by CDavis
Calculating percent on a dice game
|
|
[2 replies] Last: Ive replied to your private message CDavis (by Codermik)
|
by carpalTunnel
File Read Not Completing, WHY?
|
|
[8 replies] Last: Ah, thanks for the clarification, I'd missed the number 7 on the first... (by Chervil)
|
Strange logical error |
|
[2 replies] Last: Thank you so much. (by abeginner23235616)
|
by ranju
how to make .exe file by using cpp code?
|
|
[7 replies] Last: and what do you mean by 'a windows application'? If you can compile an... (by Yay295)
|
by ranju
why this complication???
|
|
[7 replies] Last: @computergeek01................thankx u too awesome bro.. (by ranju)
|
by phztfte1
2-D Array
|
|
[2 replies] Last: Cody0023, Thank you very much. In answering 1., you cleared up a mis... (by phztfte1)
|
by BLooDiEMuRDA
Array box not moving to coordination?
|
|
[3 replies] Last: Your welcome :) (by Codermik)
|
by CDavis
Dice Game Program
|
|
[6 replies] Last: Normally Id always recommend using Switch where there's tons of IF st... (by Codermik)
|
by papagym177
Don't understand this
|
|
[2 replies] Last: x and y are defined and initialized in their namespaces, so you can ty... (by GaiusBaltar)
|
by papagym177
Confuse
|
|
[1 reply] : They are 2 different things see using directive and using declaration.... (by benbalach)
|
by Harshad
Fortune Tester App
|
|
[2 replies] Last: So your main would look something like this. Note I changed the whil... (by Codermik)
|
by ak007htp
Please somebody explain it to me i really want to learn it
|
|
[10 replies] Last: oh , Thank you soooo much......... Softrix! (by ak007htp)
|
by Bubiche
rand() gives the same number through out my program
|
|
[2 replies] Last: Thank you very much, my program now works perfectly. Did a little rese... (by Bubiche)
|
by kuroyuki
what am i doing wrong?
|
|
[14 replies] Last: Looks pretty strange. i'd like to see the whole code. (by Sparkling)
|
by csharp
Maximum function
|
|
[10 replies] Last: double getMaximum() { double number, max = 0,count = 0; cout << ... (by csharp)
|
by salsa
variables
|
|
[3 replies] Last: For a basic thing on what variables are... A variable stores a bit of... (by TwilightSpectre)
|
by nvrmnd
candidate template ignored: couldn't infer template argument
|
|
[1 reply] : http://www.cplusplus.com/reference/cctype/isalpha/ http://www.cplusplu... (by ne555)
|
by Novamente
Stacks and queues for C++
|
|
[5 replies] Last: Look at my previous post,a stack (see std::stack ) and a queue (s... (by a k n)
|
by adiktid
Can someone please help
|
|
[1 reply] : Have you gotten the program to run and do the initial multiplication? ... (by admkrk)
|
by swikir
no match for 'operator<<' in 'std::cout << (&it)->_ (1,2)
|
|
[26 replies] Last: Thanks again. You helped me very much. I am so happy to be a member o... (by swikir)
|