by laurencurtis
Arrays homework question
|
|
[5 replies] Last: Just saw Andy's second response -- yep, this is the second strat I was... (by icy1)
|
by jcthomas556
Getting an extra \n somehow.
|
|
[4 replies] Last: Hello jcthomas556, You are welcome. Sorry I got a it behind. With ti... (by Handy Andy)
|
by default123
Variable value not resetting after loop
|
|
[3 replies] Last: So pass those variables into functions as arguments. Global variables... (by MikeyBoy)
|
by nath2099
Transparent Child Windows
|
|
[5 replies] Last: is this what you are wanting? #include "stdafx.h" #include <window... (by rjphares)
|
by DellXT
C++ Rotate the given matrix the specified number of times
|
|
[5 replies] Last: #include <iostream> #include <fstream> #include <sstream> #include <i... (by lastchance)
|
by wsme
Stopwatch with negative time in C
|
|
[7 replies] Last: #include <stdio.h> #include <time.h> void stop_watch() { puts( "... (by JLBorges)
|
by FizleYoWizle
Im having a problem with classes Please help
|
|
[3 replies] Last: tpb you are an angel, I have been looking at the gCD function for so l... (by FizleYoWizle)
|
by ofeliedeceai
What is the difference between reading from console and reading from keyboard?
|
|
[4 replies] Last: Write your programs to read from standard input (use std::cin ) ht... (by JLBorges)
|
by FizleYoWizle
Pig-Latin translation program
|
|
[2 replies] Last: Thanks tpb I figured it out a different way but here is my solution in... (by FizleYoWizle)
|
by gainzbro
Question about operator.
|
|
[2 replies] Last: Is the "&operator=" overriding the p? The Player& return value shoul... (by Ganado)
|
by DellXT
Is there a mistake somewhere?
|
|
[6 replies] Last: Why are you posting your code without code tags like an idiot? (by tpb)
|
by Delgeo
Why Does a Function with two differing variable types work?
|
|
[3 replies] Last: Here's an example to help you visualize a common pattern of returning ... (by icy1)
|
by DellXT
Giving only unequal results C++
|
|
[9 replies] Last: Are you past calc 1? If so, you can take the dx of this function easi... (by jonnin)
|
by DdavidDLT
Can't get the right answer
|
|
[5 replies] Last: Agreed with Repeater (day 37), except 15 + 36*25 is 915 seconds, not 9... (by icy1)
|
Bubble sort repeats text |
|
[4 replies] Last: Thank you very much (by Caesar est mortuus)
|
by DellXT
Complicated
|
|
[4 replies] Last: It worked. Thanks! (by DellXT)
|
by robla007
Creating A Simulated Output
|
|
[1 reply] : Maybe like this: #include <stdio.h> #include <stdlib.h> #include <t... (by Thomas1965)
|
by kainev
Buffer to store multiple values of different types
|
|
[12 replies] Last: Could you provide a short example on the usage? An object of type st... (by mbozzi)
|
by Iking42
Unexpected E0349 error
|
|
[1 reply] : Try adding #include <string> and moving "using namespace std" to just ... (by tpb)
|
by adam2016
emplace back
|
|
[6 replies] Last: oh my bad big mistake,I should have created an ifstream :o totally sl... (by adam2016)
|