Text Files |
|
[5 replies] Last: don't worry I've figured it out! thanks for all the help (by closed account 1TpXSL3A)
|
by amatthew3
Use pointer to pass an array of structs into function
|
|
[1 reply] : Line 19: You're attempting to declare a typedef, but don't give the t... (by AbstractionAnon)
|
Invalid Conversion Error |
|
[5 replies] Last: I had already figured out line 155 (I set my program up not to return ... (by psychoticbear)
|
by dualdark
Help deleting a line from a file (fstream)
|
|
[4 replies] Last: I already tried... but didn't work either... when i do that, it delete... (by dualdark)
|
by Aceix
Programming editors on Xubuntu
|
|
[2 replies] Last: Checked it. Cool themes. You know how to build with arguments? Aceix. (by Aceix)
|
by Leviatan1
BEGGINER CLR C++ FORM indications needed
|
|
[6 replies] Last: I JUST WANTED to thank you and tell you that i managed to make it work... (by Leviatan1)
|
by kox
reference to an element of char array
|
|
[3 replies] Last: Ok, thanks. (by kox)
|
by nicholas9514
Q, 4 , 5 ,6
|
|
[1 reply] : for num 6: the function i wrote as : 6 = total / 2 Average = 3 is t... (by Aceix)
|
by nicholas9514
Program
|
|
[1 reply] : Start of with what you know and post/ask specific questions if you don... (by codewalker)
|
by Subo93
2D array Print the winner.
|
|
[1 reply] : So this is your table of 3 rounds and 4 players. array tbl p... (by wildblue)
|
by crocks1292
Have it compiled and running but NOT getting calculation right
|
|
[5 replies] Last: YEEESS! works perfectly thanks guys ! It all makes sense now! #inclu... (by crocks1292)
|
by goblue83191
Avg and Std Dev from .txt file
|
|
[1 reply] : I don't think you have to read the file twice, might be useful to have... (by mutexe)
|
by goblue83191
Computing Course Grade
|
|
[9 replies] Last: worked. thank you! (by goblue83191)
|
recursive algorithm. |
|
[1 reply] : Duplicate of http://www.cplusplus.com/forum/general/129854/ Please do... (by MikeyBoy)
|
Help me! |
|
[3 replies] Last: why would you want to use a vector of integers to do what I think you ... (by mutexe)
|
by Bluebaron
Error for character entries...
|
|
[3 replies] Last: As TheIdeasMan said loop should start at 0 and go up to SIZE-1, so use... (by codewalker)
|
by xvvll
Creating a Menu
|
|
[5 replies] Last: Good job, the hardest part of being a programmer is more the problem s... (by TheBeardedQuack)
|
by JulyZerg
why does my setprec. affect everything below it?
|
|
[2 replies] Last: It is expected behavior you need to get the precision before setprecis... (by codewalker)
|
by qwertyking
removing array[x]?
|
|
[1 reply] : Arrays are a set size and I don't think there is a way to change it on... (by BHX)
|
by Gawaine
Command line with sorted numbers
|
|
[17 replies] Last: I got it! the problem was that in the gen() functions type are the int... (by Gawaine)
|