Help with a fun (simple) little project I'm working on. |
|
[7 replies] Last: To whom it may concern: Thanks to all those who helped me. Your code w... (by Calisto iRedux)
|
by Handar
When looping through a string using strlen(), should the iterator be of type int or size_t?
|
|
[5 replies] Last: It's part of the standard library. http://www.cplusplus.com/reference/... (by LB)
|
by H3avenlySoul
What's wrong with this?
|
|
[5 replies] Last: And without an array: #include <iostream> #include <limits> using na... (by Chervil)
|
Can anyone help with a while loop? |
|
[1 reply] : http://programming.msjc.edu/cpp/4Repetitionnbsp;nbsp;nbsp;.aspx#LiveTa... (by xanthian23)
|
by xanthian23
Friend function and overloaded operators (1,2)
|
|
[21 replies] Last: So here we go, this is how we do this... Problem one.. 1.) Use frie... (by xanthian23)
|
My game need to work |
|
[no replies]
|
by fx11
fstream object and good() and while block
|
|
[4 replies] Last: Hi, Chervil. Thanks for pointing out to that getline has a bool like... (by fx11)
|
by Merriak
Deque Implementation... Need help!
|
|
[4 replies] Last: Never mind I got it! (by Merriak)
|
by softrajan
how to write addition program with c++ using class
|
|
[6 replies] Last: Static or not, that is the question :-) (by usmiech)
|
by nfordhk
Setw/Nestif issues- Beginner program
|
|
[5 replies] Last: Please post the smallest possible complete program that illustrates yo... (by jlb)
|
by tcan618
Function parameters
|
|
[2 replies] Last: #include <iostream> using namespace std; int main() { cout<< "Th... (by tcan618)
|
by WannaHack0
Source File not Compiled Error.
|
|
[1 reply] : Why?! http://www.cplusplus.com/forum/beginner/94546/ (by Lynx876)
|
by rcast
Convert array element from int to string using itoa
|
|
[8 replies] Last: In the following snippet: for (int i=0; i<p1.size(); i++) p1 is an... (by jlb)
|
by APSy
Weird behavior of "cout" when i used strncpy before
|
|
[9 replies] Last: The reason why the first version worked was the use of isalnum() whi... (by Chervil)
|
by NGabi
typedef struct
|
|
[1 reply] : I don't know what's wrong about it, since it has errors. What are th... (by jlb)
|
by icegood
permutations over bidirectional iterators?
|
|
[1 reply] : guess only random iterators make sense. It should be bidirectional,... (by MiiNiPaa)
|
by WannaHack0
Source File not Compiled Error
|
|
[8 replies] Last: yes windows 7 (by WannaHack0)
|
tetris game in vc++ |
|
[2 replies] Last: you know it's hard Visual, but the is easier in Turbo (by emad saadat akefi)
|
by Amulon
Reading files into a vector *CLOSED*
|
|
[2 replies] Last: Awesome! thanks so much (by Amulon)
|
Is my this code is dengerour for my computer ? |
|
[1 reply] : It isn't trying to sleep the pc. It sends the current program to sleep... (by Chervil)
|