by tigertm64
float variable won't print desired number of digits
|
|
[2 replies] Last: You probably want to use std::fixed. cout << "Float is " << fixed <... (by Peter87)
|
by C0D3FR3AK
How to make quicksort work properly?
|
|
[2 replies] Last: Thank you naaissus! It works like a charm, also thanks for the better ... (by C0D3FR3AK)
|
by Muddobber
SOLVED
|
|
[2 replies] Last: If we add a little output in, it becomes clear at what stage the error... (by cire)
|
by Jozikas
Whats wrong?
|
|
[1 reply] : So whats wrong with my program. Your indentation for a start. What'... (by kbw)
|
by aryan403
Find Syntax error in the program and rewrite program
|
|
[7 replies] Last: Thats great Aryan403, you fixed the syntax errors :) but your program... (by Jaybob66)
|
by Zakusa
what do i need for making a game
|
|
[3 replies] Last: The you mentioned above is about the Windows API. There of course is n... (by Thomas1965)
|
by CrypticA1
Visual studio 2015 getline
|
|
[6 replies] Last: Well thanks for the help everyone. One step closer to finishing this p... (by CrypticA1)
|
by stealthboy
Help making a tree out of asterisks
|
|
[3 replies] Last: That code works for the pattern of the tree, but I need it to match th... (by stealthboy)
|
by CrypticA1
Converting string to int,operators,etc.
|
|
[6 replies] Last: Whoa, speech to text is a little far out there. Also Dragon is a great... (by CrypticA1)
|
by MaryOz
Having issues with dynamically allocated arrays and memory leaks
|
|
[7 replies] Last: Yes and that's the answer, that you have to make sure that every new h... (by MaryOz)
|
by keanedawg
Invoke a default constructor from a non-default constructor?
|
|
[2 replies] Last: Hi, An alternate view : Just thinking that a delegating ctor is hand... (by TheIdeasMan)
|
by y3y1f8
Checking strings with specific format
|
|
[1 reply] : Line 9 : Will never be true. If commands is not a digit it couldn't ... (by tcs)
|
by AliAssassiN
Problem With CreateThread With A Function In Class [WINAPI]
|
|
[2 replies] Last: Thank you for your answer. Yes, my problem solved thanks to you. (by AliAssassiN)
|
by N8tiv
using namespace std;
|
|
[2 replies] Last: Good stuff, thank you… Symbols? Haven't read anything on them, or d... (by N8tiv)
|
by m0bb1n
program stopping loop when finding specific number
|
|
[3 replies] Last: Sure works man! And obviously it counts man. After my 1st lesson in sc... (by etrusks)
|
by GibsRey
conio.h
|
|
[5 replies] Last: I see (by GibsRey)
|
Need Help (Noob) |
|
[3 replies] Last: WoW! That is exactly what i needed. I will go thorough and look at wha... (by curiousfloridian)
|
by ry23
Output File Existence Using fstream
|
|
[4 replies] Last: See 'Action if file already exists' and 'Action if file does not exist... (by JLBorges)
|
by warrior757
help with output and functions (1,2)
|
|
[27 replies] Last: cool. enter width 15 enter depth 10 enter the flow rate in 20 enter ... (by Jaybob66)
|
by alexpao13
---
|
|
[2 replies] Last: now you've just got rid of a lesson for someone else! ungrateful sod! (by Jaybob66)
|