by chip x
C++ uint16_t color
|
|
[3 replies] Last: Yes, color is a variable. What are you confused about? The sentenc... (by AbstractionAnon)
|
by wanderwizard
explanation
|
|
[2 replies] Last: A non-type template argument of an integral type must be a constant e... (by JLBorges)
|
by Dkob1
Area / Perimeter of triangle
|
|
[6 replies] Last: I thought it would change automatically after I made p= (a+b+c)/2 N... (by dhayden)
|
by wanderwizard
logic explanation requested.
|
|
[4 replies] Last: thank you. (by wanderwizard)
|
by shawnrb10
endl
|
|
[5 replies] Last: You can use the new line character '\n' instead of endl. \n doesn't fl... (by HatchetMan302)
|
fibonacci sequence help |
|
[3 replies] Last: @dhayden Thanks for the reply, i understand it now. (by CpluspProgrammer)
|
by allendks45
Read Word file into String Array
|
|
[3 replies] Last: You need to pass in the wordsArray as a parameter. If it's a local var... (by dhayden)
|
by mynicks
array of pointers confusion
|
|
[5 replies] Last: Sorry, I can't help myself: You're using <iostream> and namespace std... (by tipaye)
|
C++ Craps game |
|
[2 replies] Last: also lines 27, 28, 42 and 43 have no effect If you really want the us... (by tipaye)
|
by Dkob1
Basic operators question - simple
|
|
[1 reply] : Why don't you just test it? Anyway: errors in first two lines: 1) 3 ... (by MiiNiPaa)
|
by christina11
While loop for adding numbers infinitely
|
|
[8 replies] Last: Perhaps I'm missing something. When you wrote a static_cast is most c... (by dhayden)
|
by Dkob1
Math Basic question C++
|
|
[8 replies] Last: #include <iostream> #include <type_traits> int main() { static_a... (by JLBorges)
|
by skorefish
Why should i use this??
|
|
[1 reply] : http://stackoverflow.com/questions/131241/why-use-iterators-instead-of... (by mutexe)
|
by etrusks
Create <MyLibrary> instead of "MyLibrary.h"
|
|
[2 replies] Last: Thanks for reply man, i will check this out :) (by etrusks)
|
by namethief
[answered] Checking value of several slots in array with Switch statement?
|
|
[3 replies] Last: For any other beginners who may be interested in seeing what my "final... (by namethief)
|
by ahmad999
CUDA programming c++
|
|
[no replies]
|
Cin.width Problem? |
|
[3 replies] Last: cin.width is not compatible with strings, only cstrings Wrong. JLBor... (by MiiNiPaa)
|
by iByakuya
Compare Two Arrays
|
|
[2 replies] Last: Thank you. That did give me the number of matches , but now I would l... (by iByakuya)
|
by Sh0es
Overloading the << Operator.
|
|
[5 replies] Last: In answer to your question, @Sh0es, we probably need to see at least t... (by TwilightSpectre)
|
by iByakuya
User Defined Functions
|
|
[4 replies] Last: Edit: Nevermind I figured it out! Thanks again Pin! (by iByakuya)
|