can we assign const char * to string |
|
[3 replies] Last: void setRetransServerSourceId(const char* str) { m_RetransSourceId = s... (by rohandreamworld)
|
by Reynold
Overload operator<< for ostream and wostream
|
|
[2 replies] Last: I could not get the above one to compile. The following seems to work... (by binarybob350)
|
by Robert265
Desktop Focus
|
|
[2 replies] Last: Wow thanks that part is working now : ). The console in thing was jus... (by Robert265)
|
by wboustany
getch() inside a function
|
|
[2 replies] Last: Thank you very much hamsterman, works perfectly now. Have a very... (by wboustany)
|
splitting input into digits. |
|
[4 replies] Last: double *input = new double; [...] delete input; input = NULL; ... (by Athar)
|
by dasman
char *
|
|
[4 replies] Last: Declaring the following and then changing it is bad practace. If you ... (by binarybob350)
|
by ZGalhardo
expected init-declarator?
|
|
[5 replies] Last: @ kaduuk Thanks a lot, it run fine by adding ; after double circl... (by Muhammad Qasim)
|
by JackoThe1st
why does this simple program work?
|
|
[1 reply] : oh nevermind lol I just realised why it works. Obviously the program i... (by JackoThe1st)
|
by gers1978
Critique my code please?
|
|
[7 replies] Last: Things become intuitive, and once you start to learn more about the de... (by RyanCaywood)
|
by Megaorange
A length converter by a noob
|
|
[11 replies] Last: oh shit... shoulda looked at your post mgupta. (by jammas615)
|
by harry27
How to create from structure a class
|
|
[7 replies] Last: English is not causing the problem... the question is not clear as to ... (by mgupta)
|
by TheEliteOne
Open Control Panel\Network and Internet\Network Connections
|
|
[9 replies] Last: i think you should search for the netcpl.cpl file first on your machin... (by bobito)
|
by Aeon221
How do I get the things I write to work on other peoples computers?
|
|
[3 replies] Last: [quote=firedraco]Did you mean '\n'? No, he just forgot a cin.get(an... (by m4ster r0shi)
|
by jland68
project
|
|
[3 replies] Last: That's what I have in mind... #include <iostream> #include <fstre... (by m4ster r0shi)
|
by hello123
2 dimensional array
|
|
[3 replies] Last: There's no need for such macro hackery in C++: const size_t PtrArr... (by filipe)
|
by AlphaBravo
random generator generating same value
|
|
[3 replies] Last: Yep, works great. Thank you very much. (by AlphaBravo)
|
by kid
Beginner : Read n, sum even numbers until exceeds n
|
|
[3 replies] Last: #include <iostream> #include <conio.h> using namespace std; ... (by kid)
|
Sorting method and computation time |
|
[1 reply] : Nevermind lol. I figured out what was wrong. In line 22 i had c inste... (by SteroidalPsycho)
|
by jankidudel
One of two input variants
|
|
[3 replies] Last: stringstream could also be handy here: #include <sstream> #includ... (by m4ster r0shi)
|
by stavros
ifstream error
|
|
[14 replies] Last: Thanks all! Problem solved. (by stavros)
|