by Bonster
getline problems?
|
|
[2 replies] Last: Oh wow! I didnt notice that! That fixed it right up! THANK YOU!!! (by Bonster)
|
by Hank Hill
Reading files that are in a folder
|
|
[1 reply] : My guess is it's using a different working directory than that which c... (by Krisando)
|
by xoxos
3d world euler rotation
|
|
[no replies]
|
by bwilson1
C++ how to sell record/title
|
|
[9 replies] Last: I have just updated my code and I am sad to say that I still can't sel... (by bwilson1)
|
Would Some Upcoming C++ Features Allow One to Reliably Recode Objective-C or Something Like it in Pure C++? |
|
[7 replies] Last: type-safe doesn't magically make your code bug free. In any case, i wo... (by closed account 10X9216C)
|
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 kemort)
|
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 BMet
Stuck with this code
|
|
[4 replies] Last: Oh, I already got it working. Thanks for your comment tho, it really h... (by BMet)
|
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)
|