10 Discussion / Question Topics

Remove Filter
Member Avatar for krnekhelesh

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.

Member Avatar for mahaju
0
2K
Member Avatar for krnekhelesh

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?

Member Avatar for soltanmahmoud
0
446
Member Avatar for krnekhelesh

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. …

Member Avatar for deboogeek
0
205
Member Avatar for krnekhelesh

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 …

Member Avatar for certficationmx
0
188
Member Avatar for krnekhelesh

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++

Member Avatar for EZO
0
1K
Member Avatar for krnekhelesh

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.

Member Avatar for vijayan121
0
1K
Member Avatar for krnekhelesh
Member Avatar for krnekhelesh

I need to what are forks and where we use them in C++. Are they essential????

Member Avatar for Salem
0
245
Member Avatar for krnekhelesh

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 …

Member Avatar for krnekhelesh
0
593
Member Avatar for krnekhelesh

I read that vectors and arrays are almost the same. Could you explain this to me?

Member Avatar for JRM
0
273

The End.