|
by janebartley
Help Changing Array Of Characters To A String Array
|
|
|
|
[5 replies] Last: It will contain pairs 'C', std::string( "Country" ) 'D'. std::string... (by vlad from moscow)
|
|
by vezinadj1
Overload << Operator with Input Parameter
|
|
|
|
[4 replies] Last: Again, thank you very very much for the help. It does work now as memb... (by vezinadj1)
|
|
by En3rgy16
Problem with comparing strings
|
|
|
|
[3 replies] Last: @En3rgy16 Please, enter any book on C++ for beginners and investiga... (by vlad from moscow)
|
|
by lazyCrab
Programming a USB A male to A male cable
|
|
|
|
[1 reply] : Bump. Nobody? (by lazyCrab)
|
|
by Rousan
Use switch structure nested in sentinel¬-controlled while loop.
|
|
|
|
[no replies]
|
| Question about test scores program w/ pointers |
|
|
|
[2 replies] Last: Yes, but how do I create a function that can determine exactly how man... (by closed account 3UMLy60M)
|
|
by benbalach
How do I overload variables in derived classes?
|
|
|
|
[7 replies] Last: @benbalach Everything works! How does the line of code above work exa... (by vlad from moscow)
|
| self object |
|
|
|
[11 replies] Last: Simulate a null reference via an exemplar. #include <iostream> #incl... (by JLBorges)
|
|
by SeBeQ
Free() problem, app crash
|
|
|
|
[2 replies] Last: Thanks for reply I will choose another library with different functio... (by SeBeQ)
|
|
by Austin J
How many times do you usually need to compile?
|
|
|
|
[4 replies] Last: for as long as my compiler doesn't give me errors. For easy errors to ... (by DeXecipher)
|
|
by omaidmaster
Basic Program to take an integer and returns 0 and 1s of that digit.
|
|
|
|
[no replies]
|
|
by jh79
Saving and Recovering a file named by an user-entered parameter
|
|
|
|
[1 reply] : 1. Use cout (http://www.cplusplus.com/reference/iostream/) to get u... (by tcs)
|
|
by MM45MM
creating a generator assistance-PLEASE
|
|
|
|
[no replies]
|
|
by StarCharm
Compiler stops working? :S
|
|
|
|
[8 replies] Last: Added variable cont2 for the second array. Still, I don't think that's... (by StarCharm)
|
|
by seiji9
one dimensional array
|
|
|
|
[7 replies] Last: @MiiNiiPaa "cin >> gross ; err... shouldn't it be cin >> gross ;" wait... (by seiji9)
|
|
by hvigil
How to start counting time ?
|
|
|
|
[2 replies] Last: #include <iostream> #include <chrono> // C++11 int main() { usin... (by JLBorges)
|
|
by SwatSid
Calling functions of class and outside with same name!
|
|
|
|
[7 replies] Last: I realize your example may be for demonstration purposes only, but ple... (by xismn)
|
|
by orourkeh
Connecting rooms in grid map
|
|
|
|
[8 replies] Last: Thanks so much for your help Disch. This is about what most my maps lo... (by orourkeh)
|
|
by yunyang21
C++ counting arrays output help?
|
|
|
|
[1 reply] : This code is already invalid i= 0; while(i < n-1){ Let assume that n... (by vlad from moscow)
|
|
by bnup123
C++ arrays in function
|
|
|
|
[2 replies] Last: It is not a question on programming. It is a question on arithmetic. D... (by vlad from moscow)
|