
please wait
by MultiMedia
Questions regarding inheritance and polymorphism
|
Hello, could anyone please help clarify several things for me regarding this topic? Here are some questions I have: Q.When we inherit the features of a derived... |
Aug 30, 2016 at 9:18am
[5 replies] Last: Thank you everybody, especially you Uk Marine. (by MultiMedia)
|
by BHX
Gene Wilder dies at age of 83
|
So, was sitting here thinking of all the movies I grew up watching and was curious if anyone here was also a fan of his work. Blazing Saddles, Young Frankens... |
Aug 30, 2016 at 6:04am
[1 reply] : R.I.P (by closed account EzCoLyTq)
|
SQRT delivers only one result (1,2,3) |
it is mathematically incorrect that sqrt(9) is 3. it is -3 too! How do you handle this problem in your code? |
Aug 29, 2016 at 9:53pm
[43 replies] Last: Folks, listen to helios, he's right :) One small note: the principal ... (by tition)
|
Another word checker |
It can take a long time to check all anknown words in MS-Words especially the text is mixed with german, english and specific economy words. I wrote a little s... |
Aug 28, 2016 at 3:19pm
[5 replies] Last: ok, I found the bug: char c = '’'; isalpha(c); throws this ex... (by closed account 48bpfSEw)
|
by jakatta
HI Interpreter
|
I wrote a little interpreter for windows. It does not support much. + Functions not allowed + Structures not allowed + Overloaded functions not supported + Pos... |
Aug 25, 2016 at 3:27am
[5 replies] Last: Like Helios said, there are already many C++ interpreters. One I can ... (by JayhawkZombie)
|
by opengl
Can anybody tell me that mark.com is reliable or not?
|
I want to buy a domain name from mark.com. but I don't known whether it is reliable or not. thank you all |
Aug 25, 2016 at 3:05am
[1 reply] : I personally just find the cheapest host and manage my own DNS using s... (by NoXzema)
|
by sharjeel
Image Processing
|
I am doing image processing with Pgm files.I need to know how to resize my PGM image in C or C++??? |
Aug 21, 2016 at 7:15pm
[5 replies] Last: At now i m using single C code ...!! (by sharjeel)
|
Input from devs out in the world |
I know many of our fellow forum members are developers more experienced than myself, and I'd appreciate feedback from any developers as I reflect on some experi... |
Aug 21, 2016 at 6:38pm
[4 replies] Last: I think the fear of failure and fear of asking for help comes from ou... (by JayhawkZombie)
|
chess engine prototype |
Hello world, this is my version of a chess engine. It's simple, it's slow, it's incomplete, ... but it's my baby! ^^ restrictions: - no "en passant" - no k... |
Aug 21, 2016 at 4:20pm
[2 replies] Last: Oh, thank you, gentleguy. This is my first bookmark. You're very kind!... (by closed account 48bpfSEw)
|
by icegood
forum under chrome?
|
Does forum work well under chrome? In my case i cannot press any of buttons below related to format... |
Aug 21, 2016 at 4:00pm
[1 reply] : There is a bug where the format buttons cannot be used when a thread i... (by cire)
|
by shadowmouse
AI EPQ Question (1,2)
|
I'm currently doing an EPQ on to what extent the development of AI should be restricted in the future. As part of this, I need to get the opinions of as many pe... |
Aug 21, 2016 at 12:34pm
[23 replies] Last: There probably isn't much to be gleaned from comparing education level... (by closed account 48T7M4Gy)
|
by da peppester
List Of All Algorithims For Everything
|
What would be a website that lists all real algorithms. Yes, I know the term algorithm is a very vague topic which is why I want A full list of probably at leas... |
Aug 19, 2016 at 9:18am
[9 replies] Last: Donald, I did that as an exercise to make sure somebody was concentrat... (by closed account 48T7M4Gy)
|
by Copyleft
Complicated question about Steam
|
I'm sorry for the title, I really don't know how to name this question. So, here we go. Let's say I have a Steam account with not a lot of games (maybe 3-... |
Aug 14, 2016 at 12:23pm
[2 replies] Last: Well, that was fast. Thanks! (by Copyleft)
|
by Carneno
GNU General Public License version 2
|
Hello, I would like to proceed with a public publishing of a GNU General Public License version 2 application that I migrated from Visual Studio 6.0 to Visua... |
Aug 10, 2016 at 6:23pm
[5 replies] Last: Why did you link to that thread? It says the same as nothing. So long... (by helios)
|
Just a question |
I am about to download and install Visual C++ 2015 community. My computer only has 1Gb RAM. Is it sufficent? Also, is it flexible enough to support C++11 and... |
Aug 7, 2016 at 4:25pm
[4 replies] Last: I hear that modern C++ compliers nowadays comsume lots of computer me... (by closed account E0p9LyTq)
|
by shadder
Should I update my windows 7 to 10 (29 Jun deadline by microsoft)
|
Is upgrading to windows 10 worth it given that my PC already lags so much with windows 7? Also will this update offer developers and gamers anything? |
Aug 5, 2016 at 1:19pm
[17 replies] Last: The latest version of Win 10 (Anniversary Edition, 1607) patches up Wi... (by closed account E0p9LyTq)
|
laptop reccomendations |
I'm looking to buy a new laptop for the school year. I used my old Toshiba satellite l855 s5309 for the first few programming classes and it was okay. It's star... |
Aug 3, 2016 at 7:31am
[5 replies] Last: I would go for a Lenovo ThinkPad. I would either get the X260 if you w... (by orangepeel367)
|
by Student555
Is Snapchats timer implemented on server or client
|
I was just curious on how apps like Snapchat implement their timers. Is it implemented on the server or client side code. Could it be easily manipulated if it w... |
Aug 2, 2016 at 11:01am
[3 replies] Last: Every file has a creation time. Periodically cull files that are too ... (by Duthomhas)
|