by deutschluz
Error: Program too big to fit to memory
|
|
[5 replies] Last: Try Dev C++ Really simple to use and works pretty well. (by bluezor)
|
New to C++ Classes design |
|
[3 replies] Last: I have a couple of comments. 1. By deriving Scanner from Token, yo... (by jsmith)
|
by Syx
Countdown timer
|
|
[5 replies] Last: Thanks for the replies. @helios Actually, I'm not using any game ... (by Syx)
|
by Mertovun
Structures and Classes
|
|
[5 replies] Last: Default access in a struct is public and in a class is private. Othe... (by helios)
|
by pino
about cin
|
|
[3 replies] Last: cin is for taking input, I would say avoid using it as an arguement ... (by Umz)
|
by jmanski08
How in the world would I create a code for this...
|
|
[4 replies] Last: bluezor: We generally try not to provide code for people who ask quest... (by jpeg)
|
by mlussi
Question about string replace [solved]
|
|
[8 replies] Last: Alright, if "txt.find(find)" had no result it returned "-1". -1 is "ou... (by mlussi)
|
by kartracer12
Console Flicker
|
|
[1 reply] : Use ncurses and similar libraries to get that kind of interface. Alte... (by helios)
|
by mbangur
Writing a code for incorrect input
|
|
[2 replies] Last: thx it worked.... (by mbangur)
|
by sfx81
Simple exception question
|
|
[6 replies] Last: It is an (unfortunate, IMO) part of C++'s design philosophy. Page f... (by Duthomhas)
|
by TechNewbie
sorting two parallel arrays
|
|
[1 reply] : 1. You mean like, a being a Class, calling atol(a)? If you do, then no... (by helios)
|
by Mertovun
An Error
|
|
[3 replies] Last: If you want to use dynamic allocation, do so inside a function. E.g.: ... (by helios)
|
Square Root in c++ |
|
[6 replies] Last: Yeah, helios is pretty much right. I mean, there are methods for loop ... (by jpeg)
|
by MTWill18
1st C++ Project
|
|
[3 replies] Last: For this project, design and implement a Visual C++ .NET program that ... (by MTWill18)
|
by m4k4v3l1
Visuals
|
|
[6 replies] Last: You now need to add an event handler for the control. To do this you g... (by Dudester)
|
by CrazyStorm
Can't obtain the result
|
|
[6 replies] Last: ah, yes. Obviously I am more used to printf :-/ endl flushes the bu... (by jpeg)
|
by Umz
Strings and character sequences
|
|
[3 replies] Last: I asked because you could mean security as in which one is harder to c... (by helios)
|
by bluegray
selection sort
|
|
[4 replies] Last: Oh, look at that. I missed it. The for i loop is also too long. It sh... (by helios)
|
by rahs08
recycle in permutation
|
|
[8 replies] Last: Sorry, misunderstood what your program did. If thats the case just mov... (by Umz)
|
by jd254
String Comparing problem... I don't know why it's not working.
|
|
[3 replies] Last: Your problem is floating point roundoff error because .01 is not exact... (by jsmith)
|