by ianheinze
Almost done with code, running into one problem.
|
|
[3 replies] Last: Thanks so much, I'll try it. New to the code thing, so i appreciate it... (by ianheinze)
|
by Frankie1210
Need help in displaying the annual costs of my code??
|
|
[6 replies] Last: Hi, I am pleased you have a solution now :+) Did you see my PM ? The... (by TheIdeasMan)
|
by nnaass
addittion in an array
|
|
[5 replies] Last: Hi, With a prime number algorithm, try this simple idea: - Take a li... (by TheIdeasMan)
|
by StoriesOfRen
Two sets of code with issues
|
|
[2 replies] Last: I did mean to do that but I'm realizing that I actually have the math ... (by StoriesOfRen)
|
by kbimler
Print Number of Iterations in a While Loop
|
|
[4 replies] Last: Wait a minute... I don't understand what the problem is. A. 'n' has t... (by minomic)
|
by h4ever
how to detect if key was or was not pressed previously?
|
|
[4 replies] Last: Ah, so it is the digit 31 counted from right to left... (by h4ever)
|
by franc0
Explain how to solve the problem without condition statements
|
|
[1 reply] : Simple math: leftover cookies: total_cookies % 12; total boxes: total_... (by MiiNiPaa)
|
by Guard
Output symbol art after taking in commands from input file
|
|
[2 replies] Last: Yeah, forgot to delete the old version of my code. This is a more upda... (by Guard)
|
by mshpunt
Problem with union and intersection of two character strings
|
|
[3 replies] Last: not understanding what the intersection or union does https://en.wik... (by MiiNiPaa)
|
by SacrilegeSC2
Trouble With Loops
|
|
[2 replies] Last: I'm not sure I am following. What I am trying to do is create a progra... (by SacrilegeSC2)
|
by underoathed
Discerning highest number from text file
|
|
[2 replies] Last: #include <iostream> #include <fstream> #include <string> #include <iom... (by ahmplantee)
|
by JanoOr
dirty little vectors and why they don't want to stay together
|
|
[3 replies] Last: Thank you very much. You both are right! Returning a vector iterator f... (by JanoOr)
|
by cCj
converting to hex error
|
|
[2 replies] Last: @Peter87 Thanks, that was it. (by cCj)
|
by ashishkha
vectors
|
|
[2 replies] Last: Turbo C++ is decades old and is missing the standard template library.... (by dhayden)
|
by Beginner00
Missing numbers
|
|
[2 replies] Last: First, I highly dislike the style of the program, C++ programs should ... (by Kevin C)
|
by jewishjeff
Roulette Program Help
|
|
[2 replies] Last: Something else you could do to optimize your code is on line 19 you do... (by mindoo)
|
by b4r0ck
Get the "name" of an element in a vector
|
|
[4 replies] Last: Thank you so much, it works! (by b4r0ck)
|
by sajis997
a cycle for a number of times
|
|
[7 replies] Last: Precedence: (this->*a[i%4])(); (by MiiNiPaa)
|
by java777
convert a string 1441970667234 to date, time_t; atoi
|
|
[1 reply] : 1) You have overflow here: 1441970667234 will not fit into int. 2) Act... (by MiiNiPaa)
|
by Haziq
Game in C++
|
|
[6 replies] Last: ew, system("cls"); http://www.cplusplus.com/articles/j3wTURfi/ I ha... (by Radar)
|