by ISeeWaffles
Rocket
|
|
[9 replies] Last: Thank you all for the help. I got it figured out now I appreciate it. ... (by ISeeWaffles)
|
by fercasti
Problem with a program that prints a discounted product.
|
|
[2 replies] Last: finished it. #include <iostream> #include <conio.h> using namespac... (by fercasti)
|
by MarkyMark
Finding the largest and smallest integer in a set using while loop
|
|
[4 replies] Last: #include "stdafx.h" #include <iostream> #include <fstream> #include <... (by closed account 48T7M4Gy)
|
by Cambalinho
c++ - where is the the c++ string include file?
|
|
[11 replies] Last: Peter87: yes i know that... but i'm trying avoid that. MiiNiPaa: so i ... (by Cambalinho)
|
by Gemman Aster
When to declare a member function as 'const'
|
|
[3 replies] Last: Many thanks chaps! Those examples do clear up a lot of my questions -... (by Gemman Aster)
|
by rmxhaha
Strange run time error
|
|
[4 replies] Last: Oh yeah I misread what happened on line 6 Thank you for your guidance (by rmxhaha)
|
by eadawson
Please HELP!
|
|
[1 reply] : Please do not double post. It clutters the forum and spreads attempts ... (by MiiNiPaa)
|
by lhaughn14
Variable not functioning properly
|
|
[1 reply] : In your code: cout<<a%10; //This outputs 1 in the end of 321. a == 1... (by MiiNiPaa)
|
by popa6200
beginning SFML
|
|
[1 reply] : What are the drawbacks of SMFL Perhaps overly simplified? How woul... (by Stewbond)
|
by iStiffler
Simple Program w/ Menu
|
|
[18 replies] Last: No I am referring to this snippet from the link I provided above. S... (by jlb)
|
by banithel
How do i write this equation for C++?
|
|
[3 replies] Last: Ok, that acually works now, I had it actually written as above with ge... (by banithel)
|
by techtris
Stuck with this code
|
|
[4 replies] Last: Oh, I already got it working. Thanks for your comment tho, it really h... (by techtris)
|
by bulabula
Working with a char array
|
|
[5 replies] Last: I had some time to play with this one today, thought I would share. T... (by Lowest0ne)
|
Angular Movement |
|
[1 reply] : cos/sin take the angle in radians, not degrees. (by Disch)
|
by suko123
Calculating the Area and Perimeter
|
|
[4 replies] Last: I know they are different variables, that is why I declared them in ea... (by suko123)
|
by ldelsignore
Function Parameter Scope Issue
|
|
[1 reply] : There is no variable called NumArray in your InsertByValue() function,... (by Zhuge)
|
by DrJones
AVL-tree calculate height difference
|
|
[4 replies] Last: Take a look at the way I did it here: http://www.cplusplus.com/forum/... (by Smac89)
|
by novellof
Binary and DataType
|
|
[6 replies] Last: > But anyway, yes, a double can sometimes exist at any memory position... (by JLBorges)
|
by Avilius
Nothing showing OpenGL 3.3
|
|
[3 replies] Last: I fixed that, and it still doesn't do anything. My code now: void C... (by Avilius)
|
by dkaip
wchar_t and reading unicode strings
|
|
[14 replies] Last: wstring giveWStringFromASCII(size_t i) { return StringToWString(Unico... (by helios)
|