|
by darkmoon
Need A Tutor Coding
|
|
|
|
[2 replies] Last: Could you pm my skype: damonphan_dp (by darkmoon)
|
|
by codebug
Trouble with arrays in my code.
|
|
|
|
[3 replies] Last: Now I get it. Thanks for insight. (by codebug)
|
|
by Vodkacannon
Created an Easy Console Wave Pattern
|
|
|
|
[no replies]
|
|
by novellof
Using NuGet to install SFML VS 2010 - not 08
|
|
|
|
[no replies]
|
|
by markgreen
Odd,Even and Factors
|
|
|
|
[4 replies] Last: @vlad thank you very much for your help! and @PRW56 thank you also for... (by markgreen)
|
|
by gear0519
Need help getting this to work
|
|
|
|
[1 reply] : Forward declaration: double calcScore(); Call: calcScore(judge... (by cire)
|
|
by LazK53
Code failed, but need to find output.
|
|
|
|
[3 replies] Last: However, when I run it in a compiler (using Microsoft Visual Studio a... (by cire)
|
|
by user98
multiple codes in One Program
|
|
|
|
[19 replies] Last: If you don't want to post your code on a public forum, please stop was... (by cire)
|
|
by darkmoon
Missunderstand function and parameter list
|
|
|
|
[1 reply] : count and Units are passed by value. That means that count and Units i... (by Peter87)
|
|
by marsupial23
Function for the length of a hypotenuse.
|
|
|
|
[2 replies] Last: C++ already has that function, it's std::hypot() http://en.cppreferenc... (by Cubbi)
|
|
by magadavixt
windows form app problem! lnk1561; entry point not defined
|
|
|
|
[4 replies] Last: so.. i created a new form .. and #pragma once namespace gros { usi... (by magadavixt)
|
|
by skarla
an easy program.
|
|
|
|
[16 replies] Last: Less readability with no improvement in performance is certainly not a... (by cire)
|
|
by Kobe24
Declaring variables..!!!
|
|
|
|
[2 replies] Last: That is a snippet of code which isn't enough to illustrate your proble... (by cire)
|
|
by rvangend
10 to the power of 0
|
|
|
|
[2 replies] Last: I like to make a small function of my own for these positive integer p... (by Stewbond)
|
|
by mrexp21
Date compare
|
|
|
|
[no replies]
|
|
by Dan Su
Error/Disable String Input
|
|
|
|
[2 replies] Last: Ah thanks, I think I can make something work with the !cin. (by Dan Su)
|
| memory leak question |
|
|
|
[6 replies] Last: Considering most larger non-critical applications have at least few le... (by hanst99)
|
|
by vanessatse
merging vectors
|
|
|
|
[2 replies] Last: I don't seem to be able to combine my vectors though I've tried severa... (by vanessatse)
|
|
by Davester
Compiler problem
|
|
|
|
[1 reply] : There's no 'k' there so this is the wrong function. (by hanst99)
|
|
by dnd123
Arrays with no set value
|
|
|
|
[1 reply] : int n; cin >> n; int* array = new int ; (by Moschops)
|