by Ozwurld
Help with magic square test program
|
|
[7 replies] Last: Well here is my algorithm for calculating the sum of the 2nd last colu... (by Stormboy)
|
by Stormboy
Calling class function without an instance of it
|
|
[4 replies] Last: OK I get it now. Thanks :). (by Stormboy)
|
by Zirkit
Update to previous, new issue.
|
|
[1 reply] : I'm not going to read through all that- not to be rude. You should lea... (by jaded7)
|
by uestraven
Help with Visual Studio 2013
|
|
[3 replies] Last: First open Visual Studio, then click 'New Project'. Then from template... (by Stormboy)
|
Could you improve my code before it's too late? |
|
[6 replies] Last: Dput I cannot thank you enough for this response, it has made a lot of... (by closed account G30oGNh0)
|
by narmada808
Shouldn't binaries be cross-platform?
|
|
[6 replies] Last: Right on, thanks for the info. I'm a big linux user so fatELF should d... (by narmada808)
|
by rasha Talal
Matrix multiplication
|
|
[1 reply] : http://www.cplusplus.com/forum/articles/40071/#msg218019 (by ne555)
|
read individual digits from a number without % or / |
|
[5 replies] Last: my final solution was to read it into a string and take it apart chara... (by heyyouyesyouiloveyou)
|
by merveelmas93
count vowel problems
|
|
[4 replies] Last: He did use getline. The operator >> was for some integer that who know... (by giblit)
|
by almostcash
How do you randomly select a uniform value from a range of numbers?
|
|
[2 replies] Last: srand(int) to seed the pseudo random generator, seeding with time(0) i... (by TheBeardedQuack)
|
by q1670741824
how to shorten "line height" in win32 console application?
|
|
[no replies]
|
by phazion
Cursor Thing
|
|
[2 replies] Last: Thank you so much you made my life 1000 times easier (by phazion)
|
by nvrmnd
Qt Assitant wont open
|
|
[9 replies] Last: Download your dist's qt4 documentation package (on Debian it's: qt4-do... (by norm b)
|
where to declare variables |
|
[2 replies] Last: thanks! (by heyyouyesyouiloveyou)
|
by q1670741824
how to point a 2D array?
|
|
[1 reply] : constexpr std::size_t NCOLS = 6 ; // const std::size_t NCOLS = 6 ; //... (by JLBorges)
|
by Zirkit
Help with rock, paper, scissors, lizard, spock
|
|
[3 replies] Last: I see, the double = brought me down to 10 errors. I think I understand... (by Zirkit)
|
by informrefer
why is cin.get() discarding newline?
|
|
[1 reply] : That's because cin >> pa->height; will first discard any initial whi... (by long double main)
|
unique_ptr: is there problems with doing this |
|
[2 replies] Last: Thank you for a complete answer. (by closed account G30GNwbp)
|
by prestokeys
How to get virtual functions to inherit?
|
|
[2 replies] Last: -> void f() {A::f(); b = 3; } Yes. That is the generic method I w... (by prestokeys)
|
Mode of a set of data |
|
[6 replies] Last: Thank you. This has helped a lot. (by heyyouyesyouiloveyou)
|