by carlwryker
Generic function that works with any class member?
|
|
[2 replies] Last: Thank you! (by carlwryker)
|
by Rousk
Help with rounding ints in an array
|
|
[3 replies] Last: Keskiverto & edge6768, Already tried those methods, but thanks for th... (by Rousk)
|
by LiBRiUMz
Classes within classes
|
|
[5 replies] Last: Yup! No worries Shadder! Thanks for your help, but I literally just go... (by LiBRiUMz)
|
by rgibbs
pancake program problems
|
|
[11 replies] Last: yea im was just testing it to make sure it worked right ,, ,, but i wa... (by rgibbs)
|
by konval
help with omp
|
|
[5 replies] Last: I realize now that you are only parallelizing one big for loop, so I w... (by kevinkjt2000)
|
by Ennoia
Quick question about nature of cin
|
|
[5 replies] Last: cin >> b; for (int i = 0; i <= b; ++i) { sum += numbers ; } Your... (by JayhawkZombie)
|
by mihaijulien
Traverse rows issue
|
|
[4 replies] Last: I just wnated to point out one thing, the range of i is 0-3, if you ar... (by llll)
|
by Sundus Yawar
What should be used to determine which index of an array is greater than the rest?
|
|
[17 replies] Last: Hehe it finally works!!! No it doesn't. Consider this output: Inp... (by cire)
|
by LiBRiUMz
Creating a class that contains a string object to hold the text of a file
|
|
[19 replies] Last: Right. I forgot to remove the other text! Thanks Anon! (by LiBRiUMz)
|
by RobCh
Decreasing GL graphics quality to increase performance
|
|
[1 reply] : OK, I have worked out that my timer section is faulty, I got some "rec... (by RobCh)
|
by Multi6556
Strings and Constructors.
|
|
[9 replies] Last: Handy Andy Thanks alot ^^ (by Multi6556)
|
Digital clock in C++ |
|
[14 replies] Last: Did you look at the code I posted earlier? From what I can gather, it'... (by TwilightSpectre)
|
Memory game |
|
[3 replies] Last: Hmm I never thought about using vectors for that. I'm still not that u... (by clerkolleseum)
|
How to use the Getline function |
|
[9 replies] Last: Huh... I hadn't considered that gentleguy might have actually deleted ... (by MikeyBoy)
|
Retrieving user input and putting them in arrays |
|
[2 replies] Last: @OP string codemessage ; is an array of 4 different strings. This c... (by Handy Andy)
|
by Cruicial
Clock
|
|
[10 replies] Last: Thankyou so much everyone :) (by Cruicial)
|
by Shination
How to copy a string from cmd line?
|
|
[5 replies] Last: I know your wanting to code this in C but if you have the option, powe... (by SamuelAdams)
|
by advancety
how to end my while loop
|
|
[2 replies] Last: it should say congratulations at the end after users answer correctly... (by closed account 48T7M4Gy)
|
by Hesham0
If statement
|
|
[6 replies] Last: Seems this is a question of style. Both are correct. The advantage ga... (by closed account 48T7M4Gy)
|
by cmisip
Template without changing function signature
|
|
[5 replies] Last: I dont really know the data I will need to pass around at this point. ... (by cmisip)
|