10 Discussion / Question Topics
Remove Filter Create a Quine, that is, a program that prints out its own source code. (Expert) In this thread [B]Read Me: C / C++ FAQ's and Practice problems[/B] started by ~s.o.s~ how do you create this program. | |
Hi, I am creating a chess program. I am creating each piece on the board. But when I try to compile the bishop piece I get this error [B][I]FATAL : Out of Memory in function set.[/I][/B] What does this mean? | |
Choosing the right Distro – Part I Users trying to migrate from Windows to Linux have to make the most important and difficult decision “ [B]Choosing the Right Distro (short for distribution) [/B]“. It is very important because the distro you choose will affect your experience with linux a lot. … | |
Hi, I have searched a lot in google about proper video and audio chat in linux. Skype is available for linux, but for some reason when I installed it in ubuntu 8.10, the audio was very low. I tried changing the configurations of pulse audio but it still didnt. Is … | |
I am making this program which checks if your floppy drive is ready or not. And so it has to check for say 20 seconds. And for this I want the program to run in the background. How do I do this? I am using Borland C++ and Turbo C++ | |
I want to create a C++ Program to edit the Windows Registry. For example to change the home page of internet explorer. But I don't know how to read or edit the help. I am doing this program just for my own self and is not a part of homework. | |
How do you introduce mouse in c++ program? | |
I need to what are forks and where we use them in C++. Are they essential???? | |
Hi, I was using borland 5.5, and I tried introducing graphics using the followig code [CODE]#include<iostream.h> #include<graphics.h> $void main() { int driver,mode; driver = DETECT; initgraph(&driver,&mode,"\\tc\\bgi); circle(25,35,12); closegraph(); } [/CODE] But I get the error [I]graphics not supported with windows[/I]. So I tried [B]TURBO C++ 3.0[/B]. And it worked perfectly … | |
I read that vectors and arrays are almost the same. Could you explain this to me? |
The End.