by Recluse
Question about sine function.
|
|
[5 replies] Last: I found out what was wrong. I needed to convert large angles into thei... (by Recluse)
|
by Axarator
Can't use W,A,S,D and arrow keys together
|
|
[9 replies] Last: If you're using the while (GetMessage(&msg, NULL, 0, 0)) { Transl... (by liuyang)
|
by perpdreamz
Another beginner question... (1,2)
|
|
[28 replies] Last: The cpp files don't 'know' about the header file unless you tell them.... (by closed account 48T7M4Gy)
|
by manikhan60
HOW TO LEARN C++
|
|
[2 replies] Last: To add onto what TheIdeasMan said you could also have a look at some t... (by Tom56785)
|
by PhaseDaze
Changing array values
|
|
[2 replies] Last: Wow thank you very much for helping with code to make mine work nicely... (by PhaseDaze)
|
by herob4u
Determine if "a" is a power of "b"
|
|
[2 replies] Last: I thought so, but I had a hard time believing this was the "right" way... (by herob4u)
|
by windeclipse
Finding number of people with score below average
|
|
[2 replies] Last: Found the solution: if else within the loop For future references if a... (by windeclipse)
|
by Panda187
Help with for loop repetition
|
|
[2 replies] Last: looks: for (; i < 5; i++) cout << "enter a number to add to 20 such ... (by hdj)
|
by brandino
Validating Menu Items using a while loop
|
|
[2 replies] Last: Thanks for the reply, here's the full code (apologies for formatting):... (by brandino)
|
How Do I find the sum of positive and negative numbers in a group of 10 different numbers? |
|
[4 replies] Last: You're welcome :) (by newbiee999)
|
by joseplusplus
iterator arithmetic, + operator does not work anymore.
|
|
[3 replies] Last: @cire , Thank very much! Nice answer! (by joseplusplus)
|
by windeclipse
Return multidimensional array from function
|
|
[3 replies] Last: In other words, even without the return statement, my array is brought... (by windeclipse)
|
Piggy bank program |
|
[1 reply] : line 17: You've declared name to be an int. Does everyone you know g... (by AbstractionAnon)
|
Halloween project |
|
[6 replies] Last: okay thank you so much for all your help Ian i appreciate it :D (by helpmepleease)
|
by kkl19880913
Need some help for printing last 100 number
|
|
[1 reply] : what you are trying to do , you want to print the prime numbers ? or w... (by new1)
|
by phatboy
My code won't compile. HW question
|
|
[5 replies] Last: I would avoid using global variables. Nevertheless, I placed a comment... (by chicofeo)
|
by dn90
Finding the kth smallest element in an array using recursion?
|
|
[1 reply] : It is possible for size to be 0, and when it is you try to access elem... (by cire)
|
by chaos407
self-assessment check fails
|
|
[4 replies] Last: I see it now. Thanks for your help! (by chaos407)
|
by marchingt9
Program that reads its own .exe file
|
|
[3 replies] Last: Iterate through each line and replace the non-ASCII characters with sp... (by AbstractionAnon)
|
by Wulfinite
Help. Don't know how to figure out this For loop exponents question.
|
|
[1 reply] : It looks to me that you really don't understand what "power" means in ... (by jlb)
|