by ndfan2015
Calculation Issues
|
|
[5 replies] Last: Oh ok. In that case you'll just need to change your error message to r... (by YFGHNG)
|
by Robater
Need help calculating standard deviation
|
|
[1 reply] : The standard deviation is the square root of an average of squares. An... (by helios)
|
by vincent1189
Help with abs function and loop until user type Q?
|
|
[1 reply] : Just modify the interestrate after the user has given the input: cou... (by Golden Lizard)
|
by Ch1156
easier way to do initializer lists
|
|
[1 reply] : Those are parameter lists, not initializer lists. A function can be t... (by helios)
|
by workingforit
started a couple of days ago
|
|
[16 replies] Last: @kemort: you'll get banned because using report feature recklessly whi... (by chipp)
|
by jpanther
choosing certain cells to display in 2D arrays
|
|
[6 replies] Last: Thanks everyone for your comments. Much appreciated. (by jpanther)
|
PIMPL and implementation file |
|
[1 reply] : No one? =\ (by Golden Lizard)
|
by veihl
I need some help with my program and the concept of OOP
|
|
[5 replies] Last: I actually fixed that before I looked back at your reply lol. It compi... (by veihl)
|
by TanielG
Perfect squares which are also the sum of a series 1...n
|
|
[3 replies] Last: Thanks a lot! I used the unsigned long long int method, which see... (by TanielG)
|
bucket sort algorithm. any optimization tips? |
|
[3 replies] Last: thanks for replying guys, i took your advices and improved my code. (by closed account E3h7X9L8)
|
by qvantry
Printing a map for Snake
|
|
[1 reply] : map[(mapX * mapY) - x] = 'X'; When x == 0 , you are trying to acces... (by MiiNiPaa)
|
by Redwan
about flash internet browser
|
|
[1 reply] : I think that's a little advanced for two months' learning experience. ... (by YFGHNG)
|
by Hassaan299
creating and calling function
|
|
[3 replies] Last: #include <iostream> #include <cmath> int DigitAtPosition(int &number... (by closed account 48T7M4Gy)
|
by mwskz8
Warning: comparison between pointer and integer?
|
|
[3 replies] Last: At machine code level and assembly level they are usually always the s... (by LB)
|
by lxyamerica
need help.
|
|
[3 replies] Last: Oops (by closed account 48T7M4Gy)
|
by Fonzzy775
Code Issue
|
|
[4 replies] Last: Nono the preprocessor if, then. else is supposed to go before EVERYTHI... (by YFGHNG)
|
by owainesau
<cctype> isdigit() not producing expected result
|
|
[1 reply] : std::isdigit() checks if a character is a decimal digit. char d ... (by JLBorges)
|
by aryue1945
Problem on using strtok_s in Dev C++
|
|
[1 reply] : > Is it available on C++? strtok_s() is not part of the standard C+... (by JLBorges)
|
by ndfan2015
Need Help! Brand New
|
|
[6 replies] Last: ah ok thanks. This is what I have now. I totally had to redo everythi... (by ndfan2015)
|
by bradbeaubien
Storing a number in a simple calculator, then recalling it in an equation
|
|
[2 replies] Last: The problem is that num1 and num2 are of type int, so they cannot cont... (by Kevin C)
|