by olredixsis
_kbhit() function
|
|
[1 reply] : have you tested? try a sample program if yours is not compiling as of... (by gcampton)
|
by olredixsis
_ui64t0a warning
|
|
[6 replies] Last: I see. Thanks a lot. (by olredixsis)
|
by jnthnmllr
invoking rope/stl member function
|
|
[1 reply] : Welcome to the forums, can you please use code tags for formatting whe... (by gcampton)
|
by yasser
wrong in c++ ??!
|
|
[4 replies] Last: And also, the indentation is erratic and poor. Be consistent in the si... (by tummychow)
|
by makan007
Boolean (Bitwise Shift Operators)
|
|
[4 replies] Last: Duoas, you are probably right. But I try to elaborate on these things ... (by hajen)
|
by gratrstone
constuction of prompts
|
|
[3 replies] Last: there is a lot you would like to encompass that cant be explained in a... (by BettyBoopTS)
|
by Jaymie
Function Return Technique
|
|
[2 replies] Last: Thanx, I think using auto_ptr is the best way to go; I'll need to mo... (by Jaymie)
|
by Vic
Pointer Array problem.
|
|
[8 replies] Last: Thank you all for the help, I learned a lot from today. Best Regard... (by Vic)
|
by djmkr
quadratic equation
|
|
[4 replies] Last: True. You could even simplify it to simply (a) if you like! (by hajen)
|
by valen
Relearning C++: Overloading operators, concepts, etc.
|
|
[16 replies] Last: My program has several problems that I can easily see. Putting asi... (by valen)
|
by nullGrind
circle collision
|
|
[7 replies] Last: "Ball" doesnt move at all. Line 141 moves it by xSpeedBall,ySpeed... (by Disch)
|
by nix
Code errors
|
|
[15 replies] Last: you may want to consider validating as well. http://www.cplusplus.com... (by gcampton)
|
by Pascal666
BitBlt() BackBuffer on form s dc doesn't work.
|
|
[2 replies] Last: Thank you very much, it is flicker free now. (by Pascal666)
|
Problems printing out using cout |
|
[no replies]
|
by hodge
A simple Cipher
|
|
[2 replies] Last: #include <iostream> #include <string> #include <stdlib.h> #inclu... (by bolo809)
|
by djmkr
multiples of 7
|
|
[9 replies] Last: @mcleano... Thanks, I modified my code to ckeck the value of 'i'. Th... (by bolo809)
|
by jameric
Uses of dynamic memory allocation?
|
|
[2 replies] Last: Also, there may be times when you will want to create a new object ins... (by jrohde)
|
by jameric
function pointer
|
|
[12 replies] Last: omg I'm so confused.... :( (by gcampton)
|
by xyzt
Compiler generated default ctor rules
|
|
[2 replies] Last: For fixed-length array data members the default constructor of each el... (by jsmith)
|
by stingBlah
Find the first nonrepeating character in a string? (1,2)
|
|
[29 replies] Last: I see. Thanks Duoas. (by olredixsis)
|