by Minimacfox
Why is this happening?
|
|
[3 replies] Last: It's true that the posted code doesn't give any information about what... (by Chervil)
|
by thephantom
do while loop won't terminate
|
|
[4 replies] Last: Use: while(start<0); (by Crys Ian)
|
by wer
Copy constructor
|
|
[1 reply] : Sometimes the copy constructor is automatically used. #include <iost... (by Catfish3)
|
by kabuki
Pointer Help
|
|
[2 replies] Last: Thanks for translating what that means into English for me. (by kabuki)
|
by ffredgarr
Code will not read from directed txt file in visual c++!
|
|
[4 replies] Last: Thank you so much cire, your last paragraph solved my problem. When I ... (by ffredgarr)
|
by Gui901
Vogal find program output problem
|
|
[2 replies] Last: Hello, thanks for replying and for helping me. I search the net and s... (by Gui901)
|
by DANNY123
find the longest word in a string
|
|
[1 reply] : Line 9: You're trying to compare a char with a char array. *str poin... (by AbstractionAnon)
|
How check if an input string is an integer |
|
[6 replies] Last: indeed LowestOne, it seems I was using the wrong length and that's why... (by aramosvizcarra)
|
by nrk619
displaying a pyramid
|
|
[1 reply] : A few problems with your code: 1) The correct header is #include <... (by AbstractionAnon)
|
by sam dhillon
arrays vs vectors
|
|
[5 replies] Last: Use std::string instead of char . Use std::vector instead of pre... (by Catfish3)
|
random number generator |
|
[6 replies] Last: Cool but now I have a new problem: I shouldn't use std:: I deleted s... (by closed account LAM21hU5)
|
by Minimacfox
TIC-TAC-TOE
|
|
[no replies]
|
by azmizryk
difference between classes and encapsulation...
|
|
[4 replies] Last: Encapsulation is a concept where you have a complex object which manag... (by Disch)
|
by antrbrv
array of linked lists
|
|
[8 replies] Last: I replace the input of size with "define size" and now the compiler st... (by antrbrv)
|
by Stewbond
Convert VS2010 to C::B project
|
|
[9 replies] Last: OMFG sigh... solved (by Stewbond)
|
by thumann
Darts game - i have no idea were to begin
|
|
[no replies]
|
by hatefacecore
Changing while passing
|
|
[3 replies] Last: Variable names are relative to the function that's using them. You mos... (by Thumper)
|
by Dreyth
Got a working addition algorithm, but must tweak it... help?
|
|
[1 reply] : This hugeInteger(int arr , int b): size(b) // copy constructor is no... (by naraku9333)
|
by mrronoah
Scrabble letter search! ideas
|
|
[3 replies] Last: The algorithm itself is very straightforward. What is 'a little bit o... (by JLBorges)
|
by H3avenlySoul
What am I doing wrong?
|
|
[4 replies] Last: Oh! I over looked where you took it out of the first line. Thank you s... (by H3avenlySoul)
|