by hiepnh
Function to calculate the average of an array
|
|
[7 replies] Last: Just out of interest, why didn't you use: sumRange - std::accumulate ... (by closed account o3hC5Di1)
|
by jaywash
Icon
|
|
[5 replies] Last: http://msdn.microsoft.com/en-us/library/ms997538.aspx (by ResidentBiscuit)
|
by AriWardana
help me for looping for
|
|
[4 replies] Last: Good question. My suggested code actually outputs this: input number =... (by Chervil)
|
by ft95
about recursive functions
|
|
[10 replies] Last: You could write the function simpler void string_reverse( const char... (by vlad from moscow)
|
by fsmpirate
Trying to get one output from a for loop, rather than thousands
|
|
[8 replies] Last: it does take a lot longer than I want already, sounds like a good way ... (by fsmpirate)
|
by Isengardium
I have a problem restricting user possibility to enter a caracter while I ask him to enter number
|
|
[2 replies] Last: Any simple methods? By the way, Cubbi's help helped.... (by Isengardium)
|
by wriimage
Program Flow
|
|
[4 replies] Last: That is extremely helpful. It provides me a better understanding of ho... (by wriimage)
|
by jim hurley
SDL Problems
|
|
[2 replies] Last: what the (by Darkmaster)
|
by Philtux
Problem with string in C
|
|
[6 replies] Last: Thanks for your help, i'll try differents answers and you'are all righ... (by Philtux)
|
kbhit() and getch() (1,2) |
|
[20 replies] Last: call display function in side if(kbhit()) section means after 87 l... (by tvrameshmc)
|
by superman123
for loop
|
|
[4 replies] Last: You need to use loop so that the user can input his/her desired homewo... (by mae956)
|
by mae956
arrays
|
|
[6 replies] Last: thanks for your help guys... (by mae956)
|
by shahzaib1111
pick character from console
|
|
[4 replies] Last: Just use an 2D array to store the coordinates of all parts of snake, o... (by PalashBansal96)
|
by nagma
use of array
|
|
[3 replies] Last: check out the array tutorial: http://www.cplusplus.com/doc/tutorial/ar... (by Darkmaster)
|
by RosenShock
Pause a while loop in motion.
|
|
[5 replies] Last: RosenShock - iseeplusplus is saying that when you post code here to us... (by newbieg)
|
by Hotice
Non-dynamic arrays in a class
|
|
[5 replies] Last: I tried defining it in the default constructor, and when I called the... (by Disch)
|
by Ryusko
Duplicate entries in a vector
|
|
[1 reply] : It would help to know what "Animation" is, but in general, barring any... (by Cubbi)
|
by ylxin1993
Some suggest about windows programming
|
|
[2 replies] Last: Hi, Zereo , It's my fault I didn't make it clear what my level is. I... (by ylxin1993)
|
by Virtuoso
Making a C++ Diamond with a given width
|
|
[1 reply] : try this: void calculate_output (int width) { using namespace st... (by karakale)
|
by deathbykidd
Cant figure out why this happens...
|
|
[8 replies] Last: Ok, so kinda adding on to this question. I made a new section of code:... (by deathbykidd)
|