by TimmyFangs
Spinner progress bar. Can't find the bug.
|
|
[4 replies] Last: Thank you for the suggestions and advice! I haven't touched C++ in man... (by TimmyFangs)
|
by Junie
Ctrl 1 and Ctrl 2 textpad
|
|
[5 replies] Last: what application are you using for writing code? (by shadder)
|
by muffsez
While loop error
|
|
[5 replies] Last: Well done! FWIW a couple of points: 1. 'mod' is OK but '%' is better ... (by closed account 48T7M4Gy)
|
by coding8254
Code Efficiency
|
|
[5 replies] Last: A few months ago, I hacked together a program that does exactly this. ... (by mbozzi)
|
by illst
School Courses
|
|
[2 replies] Last: I have not, I have just tried getting the meat of the program to run f... (by illst)
|
by fivestar
Vector Problem
|
|
[11 replies] Last: Thanks a lot that worked. I used the first loop to fix the vector, th... (by fivestar)
|
by mgala
Time Travel program not working properly
|
|
[3 replies] Last: Converts c to its lowercase equivalent if c is an uppercase letter an... (by integralfx)
|
Need faster program (time limit exceed) |
|
[3 replies] Last: There are a number of methods and algorithms that can speed up your pr... (by cire)
|
by ovHel
C++ quiz program
|
|
[1 reply] : http://www.cplusplus.com/doc/tutorial/files/ For text files (by muffsez)
|
What does this code mean? |
|
[7 replies] Last: http://stackoverflow.com/questions/1641957/is-an-array-name-a-pointer-... (by closed account 48T7M4Gy)
|
by Alinahoho
Password Verifier
|
|
[3 replies] Last: @integralfx do { cout << "Enter your password:"; ... (by Ratako)
|
by asalva23
URGENT!!! Help!!!hash program
|
|
[1 reply] : What specific problem are you having? How is this urgent, anyways? How... (by Ratako)
|
by Lehthanis
Timed processing in a thread in a CLI app? 8ms needed
|
|
[15 replies] Last: Pass the information about the callback thread to the function. For in... (by JLBorges)
|
by jessica1234
iterate through a 2D array returned by a function
|
|
[4 replies] Last: int** ary; ary = new(int* ); for(int i = 0; i < ROW; i++) { ary ... (by gunnerfunner)
|
by dean012011
How to Re run a program without exiting the prompt
|
|
[3 replies] Last: #include <iostream> #include <cstdlib> void clear(); int main() { ... (by boost lexical cast)
|
by sja
Wrong execution?
|
|
[2 replies] Last: Your constructor is expecting two separate integers. Do you mean to c... (by wildblue)
|
by moosyman
Trying to use getter functions as parameters...
|
|
[2 replies] Last: Here: TrainingSword.setSwordWeight(getDamage(), getSwordDurability(),... (by mbozzi)
|
by longberns
Print ascii table
|
|
[12 replies] Last: Sorry [quote=FurryGuy]I earlier provided two other code examples, take... (by longberns)
|
by SamT1234
Functions
|
|
[1 reply] : The error message should contain also the line-number of offending syn... (by keskiverto)
|
by elay
aggregate struct object
|
|
[1 reply] : This topic is extensively covered, try simple search like "pass by val... (by gunnerfunner)
|