by Explodey
Conditional -- if a letter or number key is pressed
|
|
[3 replies] Last: I'm glad I was able to inspire you a bit. I see no problem with your a... (by xismn)
|
by wharp2
Using Vectors!
|
|
[16 replies] Last: ugh that for loop :P It should be for(int i = 0; i < exam_scores.size... (by giblit)
|
by NeonOrange
I really can't figure this out...
|
|
[7 replies] Last: I've Solved it! The problem is here! remainder = total % x; remainder... (by NeonOrange)
|
by Guzfraba
Simple addition in while.
|
|
[2 replies] Last: Thank you. I was wondering if one can do this with just a variable. (by Guzfraba)
|
by Furjoza
Changing the value from "deep" function
|
|
[10 replies] Last: Yeah, I think I get this. In my game battle is a function which is mad... (by Furjoza)
|
by jeremi02
Comparing floating-point numbers
|
|
[4 replies] Last: Well, 1010-100 = 910 > 0.1, so the numbers aren't equal... I suspect ... (by helios)
|
by ittociwam
Passing 3D array as a 2D parameter
|
|
[2 replies] Last: Awesome! That made sense. From there I was able to figure out that I ... (by ittociwam)
|
by squarehead
enum class cast?
|
|
[4 replies] Last: Of course. How simple. Yet another one of those moments when I feel st... (by squarehead)
|
by yepMe
Name control exercise problem
|
|
[2 replies] Last: Thanks it's working now :) (by yepMe)
|
How else can I write for(double temp; cin>>temp;)? |
|
[3 replies] Last: The first example is a range-based for loop. The other two are normal ... (by giblit)
|
by Lu Bu
Is there a difference
|
|
[3 replies] Last: The word "const" in "const int exampleFunction()" has no meaning. Ther... (by Cubbi)
|
Could use some help, please. |
|
[7 replies] Last: Awesome, thank you again! (by Ash Telecaster)
|
by talhabhatti5
How to find max and min? (C-Program)
|
|
[5 replies] Last: Your current code has a flaw: the pancakes_max/min are uninitialized. ... (by keskiverto)
|
by ksmarine1980
Reversing a word
|
|
[19 replies] Last: I chose 23 to add 2 extra characters to the array for the 'es.' It's s... (by ksmarine1980)
|
by drmingle
How to Add a New Header in Visual Studio 2013
|
|
[1 reply] : All of the files for your program have to be in the same folder. That'... (by Yay295)
|
by elite zero
broken comparisons?
|
|
[4 replies] Last: I'm not sure what changes I could make to insert it differently. (by elite zero)
|
by Ganado
4-byte Big-Endian file reading
|
|
[5 replies] Last: Yep I deleted what I had, I saw the mistake right away :p Guess I didn... (by Ganado)
|
by newbplusplus
Need Help with Array Loop Exchange.
|
|
[14 replies] Last: The size of the array doesn't change. x should be declared as a consta... (by Chervil)
|
by thomasm1a
#include files from another project in Visual Studio Solution
|
|
[6 replies] Last: I know that I can add the entire other file to my current project, th... (by AbstractionAnon)
|
by dark ninjuh
Beginners should take a look at this :)
|
|
[no replies]
|