by Ch1156
How to create a class that can use the same function to show different messages
|
|
[14 replies] Last: Ok, some pseudo code. As mentioned earlier, I recommend a std::map f... (by TheIdeasMan)
|
Accessing derived class within the base class |
|
[13 replies] Last: As mentioned in my PM reply, I am making a reply here. I don't wish fo... (by TheIdeasMan)
|
by vanessaaaa
zipcode to barcode conversion
|
|
[1 reply] : This code which I just wrote doesn't check whether the ZIP entered is ... (by jgg2002)
|
by infinity
Converting height from decimal to wholenumber int
|
|
[7 replies] Last: Thanks jgg2002 it worked perfectly I appreciate the insight. (by infinity)
|
by dblevins0049
cin.getline function
|
|
[1 reply] : There is an another Skywa^H^H getline : http://www.cplusplus.com/refe... (by keskiverto)
|
how to call the display method on the main function????? |
|
[1 reply] : #include <iostream> #include <cstdlib> #include <string> using names... (by Thomas1965)
|
by nj1995
issue with putting char type into stack
|
|
[1 reply] : Stack<char> stk2; srand(static_cast<unsigned char> (time(0)));... (by Thomas1965)
|
by chang123
reading a file data into an array of a struct
|
|
[1 reply] : May want to look at the code I posted here - http://www.cplusplus.com/... (by megatron 0)
|
by BenW
Getting incorrect output for Parallel Circuit resistance
|
|
[2 replies] Last: Lol oh man. Yeah that fixed it. Thanks so much! (by BenW)
|
by easy2hack
Stack
|
|
[5 replies] Last: As I suggested above, std::vector is safer to use. A std::vector has ... (by AbstractionAnon)
|
by Viiarge
Need help on array initializiation (Class attribute)
|
|
[2 replies] Last: Yeah, that's what I did and It worked, thanks mate ! (by Viiarge)
|
by Gamingmayhem
Cant Type At Certain place when i run the project
|
|
[2 replies] Last: Oh yes thank you so much. (by Gamingmayhem)
|
by aquapollo
Need some help with strings
|
|
[2 replies] Last: Thanks a lot! Its working perfectly now. (by aquapollo)
|
by Areey
About series....
|
|
[4 replies] Last: I think it works! yaaay int main()[ { int n, i; double factorial = ... (by Areey)
|
by Neptefre
Assigning to an array of 2D arrays from within a function using "std::copy"
|
|
[7 replies] Last: Ah, yes those were exactly the things I had in mind: Ah! It's just a... (by TheIdeasMan)
|
by BKRAnalysis
Large unique random number generator
|
|
[6 replies] Last: I want to generate any random integer from 1 million to 30 million Y... (by Chervil)
|
by Courecity72
Sorting parcels (a 2-dimensional array) (1,2)
|
|
[31 replies] Last: It's a tough question. And you are right: the hard part is telling th... (by Duthomhas)
|
by Kenigbolo
How to handle argument params in C++
|
|
[3 replies] Last: The IDE will have some place where you can set command line parameters... (by kbw)
|
by zamychu
Maze game error
|
|
[3 replies] Last: Initialize them. Set their game state. Set their position. Otherwise a... (by theturk1234)
|
by ralfitul
For pair numbers
|
|
[1 reply] : If you have it, please post the exact wording of your problem.Otherwis... (by theturk1234)
|