by justontime41
non recursive merge sort
|
|
[2 replies] Last: Add std::cout << "merge " << low << ' ' << mid << ' ' << high << ... (by dhayden)
|
by punani
Inheritance and composition (point, square, cube)
|
|
[4 replies] Last: http://www.cplusplus.com/forum/beginner/195750/ (by closed account 48T7M4Gy)
|
by punani
Inheritance problem
|
|
[1 reply] : http://www.cplusplus.com/forum/beginner/195656/ (by TheIdeasMan)
|
by weedy410
why wont my switch statement work
|
|
[1 reply] : The variable you are switching on (choice) is an int. Your case state... (by closed account E0p9LyTq)
|
Is it the right way to trap error |
|
[10 replies] Last: I give up. There's no way he's not trolling. (by NoXzema)
|
by xymon
I can't integrate the header file
|
|
[11 replies] Last: Back to the poster's problem. Try typing the full path to the header f... (by Too Explosive)
|
by BlurgenStein
Virtual class program C++ starts now, please subscribe. (1,2,3)
|
|
[43 replies] Last: New members: you can join by sending BlurgenStein a PM with your email... (by Albatross)
|
by BlurgenStein
Course program: Principles & Practice book (Stroustrup) - please join class!
|
|
[5 replies] Last: New mentor added Homework extended to the 15th of august coz others a... (by BlurgenStein)
|
by MAhmed
Correct errors
|
|
[7 replies] Last: Line 8: You're using string, but have not included the <string> heade... (by AbstractionAnon)
|
by alkisaek
the while loop doesnt break. anyone knows why
|
|
[6 replies] Last: People have kindly taken the time and effort to explain why, in their ... (by MikeyBoy)
|
by iluah
weird symbols popping up when executing code
|
|
[5 replies] Last: Facepalm moment :/ Books code are fine, I edited the orginal code to ... (by iluah)
|
by thexiv
How to get a sequential data from a string
|
|
[8 replies] Last: This is what solved it. 0 in ASCII is 48. So I take 48 away and I get ... (by thexiv)
|
by pminwei
Ofstream not working!! :(
|
|
[3 replies] Last: Where files are created or need to be for access by your program depen... (by closed account E0p9LyTq)
|
by f9t0
How to display Greek chars in console ?
|
|
[5 replies] Last: I just tried running my program with system ("chcp 1253"); but i... (by f9t0)
|
by mpark4656
Count # of zeros in binary representation
|
|
[4 replies] Last: @booradley60 Thank you. I think that's probably how you are supposed ... (by mpark4656)
|
by ghotez
How to generate random hermitian matrix
|
|
[4 replies] Last: LOL ... Next! :) (by closed account 48T7M4Gy)
|
by Yawzheek
Wiriting Through Free Store Pointers
|
|
[7 replies] Last: I'm putting this in another message because it's worth noting that's ... (by dhayden)
|
by Sultann
i Want code of these programs
|
|
[2 replies] Last: It's so simple! Take an example of a class definition and re-model it... (by closed account 48bpfSEw)
|
reference operator |
|
[3 replies] Last: thanks for the information! it really helped me understand the topic! ... (by globaltourist)
|
by hashbrown
How do I create 32bit executables with mingw-w64?
|
|
[1 reply] : I found the answer :) Just add a -m32 flag after g++. Example: ... (by hashbrown)
|