by nickd5
Help with drawing
|
|
[no replies]
|
by JasperBraun
Exit a Program
|
|
[5 replies] Last: No. If you have to do that, you have a design flaw, but if you can't f... (by LB)
|
by JasperBraun
Clearing a Certain Section of the Screen
|
|
[7 replies] Last: I'm not trying to be rude or unhelpful, I'm just trying to point out t... (by LB)
|
by John English
Need to make a Looping Program
|
|
[3 replies] Last: Thanks for the replies. (by John English)
|
by seerax
Prime Numbers
|
|
[1 reply] : Here's my algorithm #include <iostream> #include <cstdlib> #include ... (by greenleaf800073)
|
by adjikusuma
A program that could calculate how many Xs or/and Ys from specific range. X and Y are numbers.
|
|
[1 reply] : Do you know how to extract the last digit of a number? Hint: it involv... (by LB)
|
by JasperBraun
system ("PAUSE") Without Message or Button Press
|
|
[1 reply] : http://www.cplusplus.com/forum/beginner/1988/ (by LB)
|
by timk123
Calling function in custom class using pointer
|
|
[1 reply] : I have an idea: copy and paste the exact errors you are getting, and d... (by LB)
|
by rozick1
permutation algorithm
|
|
[4 replies] Last: So I will have to use stringstream to access each element to convert i... (by rozick1)
|
by br26354
I have to create a payroll program
|
|
[2 replies] Last: We were on the same page. Already figured it out, but thanks for the r... (by br26354)
|
by Cheraphy
regex error with valid regex string
|
|
[6 replies] Last: The GNU C library has long had a <regex.h>, which is very useful. Giv... (by Duthomhas)
|
by pfunk35
dynamically allocated Hash Table
|
|
[3 replies] Last: Thanks for the advice i decided to go with a vector (of stl lists), an... (by pfunk35)
|
by rafae11
Passing data between threads.
|
|
[1 reply] : publish and notify, push on a thread-safe queue, there are plenty of m... (by Cubbi)
|
by BrookeP
Squares Program
|
|
[9 replies] Last: I'm talking about the spaces in the middle of the square. I can get th... (by BrookeP)
|
sdl prob |
|
[2 replies] Last: So how can I know that the color return by the getpixel function is wh... (by closed account 28poGNh0)
|
by BlueSheep
Differences
|
|
[2 replies] Last: Thanks! (by BlueSheep)
|
output doesn't output what it is supposed to |
|
[3 replies] Last: line 69 missing "=" line 99 instead of "i+" "i=" line 107 instead of "... (by Chriscpp)
|
by VincentOrfeo
Multiples of 4
|
|
[10 replies] Last: Yeah, this fixed it Duoas. Thanks! (by VincentOrfeo)
|
by OJ007
Use of Class Template Requires Template Argument List
|
|
[4 replies] Last: [quote=OJ007]I'm novice at classes so I don't completely understand sp... (by LB)
|
by Snaksa
Structure of a program
|
|
[11 replies] Last: You're welcome! (by MikeyBoy)
|