by Tiger58
How do I clear recent screen output instead of having to CLS everything and outputting the whole screen again?
|
|
[7 replies] Last: The gotoxy() function is found in <conio.h> . If you are using an o... (by Duthomhas)
|
by dennyblanco
User populated arrays
|
|
[3 replies] Last: You're welcome! Please mark this thread as Solved. (by condor)
|
by Sainatarajan
Program does not give desired output
|
|
[16 replies] Last: No problem, you're welcome. (by Chervil)
|
Loop with file input not ending properly |
|
[4 replies] Last: Ah, thank you! The concept of checking for input failures within the... (by closed account o9wX92yv)
|
by wolfv
Makefile error: No such file or directory
|
|
[3 replies] Last: Thank you ne555 and ShodanHo. That worked, and I learned about the -o... (by wolfv)
|
by coolguy67
C++ base-26 string hashing formula
|
|
[1 reply] : Your formula is correct though you can write it easier: ((((key - ... (by rodiongork)
|
by fahmankhan75
Creating a player
|
|
[5 replies] Last: A good place to start until you learn more is to define how you your g... (by BitRat)
|
by Angie87
iloextractable 372 ilonumvarI has not been extracted by IloAlgorithm 00759DE8
|
|
[1 reply] : Okay. What's wrong with your code? Some of us may be missing a header ... (by Albatross)
|
by mauri
Using isdigit()
|
|
[1 reply] : isdigit() is meant to be passed chars. For example !isdigit('c') but i... (by helios)
|
by Hashamali96
Segmentation Fault error help when using arrays.
|
|
[3 replies] Last: Thanks guys! I, however, need to reread the whole chapter about array... (by Hashamali96)
|
by fahmankhan75
Power Function Help :(
|
|
[5 replies] Last: If raise is less than 0 you should return 1 / value. (by giblit)
|
by fahmankhan75
Roll Dice Help!
|
|
[10 replies] Last: Thank you for your help whitenit. :) did learn a tad more (by fahmankhan75)
|
by match88
Where to put #include 's and other
|
|
[5 replies] Last: Oh, I didn't know about that! Thank you! (by match88)
|
by Vorstoss
unrecognized character escape sequence
|
|
[5 replies] Last: JLBorges (3502) Thanks man, that's what I was looking to do. I need t... (by Vorstoss)
|
by miltonio94
Where to go from here? Please help
|
|
[4 replies] Last: [quote=miltonio94]Thanks. But could you expand on how its hindering my... (by LB)
|
by gphuyel
NEED HELP WITH JUMBLE WORD PRGRAMM
|
|
[6 replies] Last: My output says... "Program ended with exit code: 0"..!! (by gphuyel)
|
by Ariamn
Caesar Cipher
|
|
[8 replies] Last: Solved! #include <iostream> #include <string> using namespace std; ... (by Ariamn)
|
by nycjj09
stuck on understanding system (cls);
|
|
[2 replies] Last: You shouldn't use system("anything") http://www.cplusplus.com/forum/be... (by giblit)
|
by Antone333
windows to mac and others
|
|
[1 reply] : The only way you can run an .exe [...] on mac or other types of compu... (by xismn)
|
by tahanaqvi
Hiii Experts.... can u tell me the problem in my code please??
|
|
[6 replies] Last: linkedlist *_new=_new; you are trying to assign the value of _new t... (by nvrmnd)
|