- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
- Upvotes Received
- 3
- Posts with Upvotes
- 3
- Upvoting Members
- 2
- Downvotes Received
- 4
- Posts with Downvotes
- 4
- Downvoting Members
- 4
45 Posted Topics
Re: -> Alt F2 -> gksu nautilus /directory ->paste there | |
Re: Which Compiler are you using..?If Turbo C++..,You have to know little about the functions under graphics.h. | |
When I open any executing (.exe) file....Ur computer might be at risk..automatic upadtes are turned off...etc,and task manager and registry are disabled.when I press [B]alt+ctrl+del[/B] it says "[B]The task manager is disabled by your administrator[/B]"When i enable it from Gp editor,it comes and again goes when i open .exe files.Please … | |
Re: Try Teracopy for fast and manual copying.[URL="http://www.softpedia.com/get/System/File-Management/TeraCopy.shtml"][QUOTE]http://www.softpedia.com/get/System/File-Management/TeraCopy.shtml[/QUOTE][/URL] | |
I have Windows XP in my computer, At any time while working with my computer.,it freezes., no mouse can be moved.,alt+ctrl+del doesn't work, and i have to re-start the computer. This is happening for a year ago, i had posted here early , but couldn't get proper solution. Sometimes i … | |
Vista doesn't support full screen mode while operating Turbo C++,and its also doesn't support graphics(bgi) while operating it. Is here any idea to run Turbo C++ with graphics in vista? | |
I'm doing my bachelor of engineering in computer. I do not know whether to post this thread here or not. Sorry for my poor English. I have the knowledge of C/C++. Now i have started learning Java. Some of my friends says that C# is better than Java., is it … | |
The taskbar at the top of the desktop in ubuntu ,which I have lost , cant restore again.I'm unable to access many programs,please help me..... | |
I have to make audio cd for a normal CD players. I have short timed tracks of like 1 mins, 2 mins and almost 700 MB and consist of 139 tracks, but while making audio cd with NERO(I also tried Ashampoo Burning Studio have same problem), it warns that i … | |
Re: [QUOTE=osei-akoto;952719]Please can anybody tell me the difference in return 0 and system ("pause");[/QUOTE] Can you tell me the difference between the sky and the earth...!!!..?? your question and my question are similar...,..They have no relation to differentiate them.. | |
Hello everybody..!! I want to connect Local Area Network(or Internet:I have Cable internet) manually after starting( or re-starting) my computer rather than windows automatically connects. Is it possible to do this..? | |
I have already studied C, and C++. I googled for the best programming languages. Somewhere I found c# also. I want to know that, what type of programming language is this. I heard that C is useful in writing operating systems, C++ in gaming and i also used it in … | |
Re: I also had the same problem in past, I think, if you are using Turbo C, under <dos.h>, there is a function called kbhit(), checks keyboard hit. [CODE] while(1){ // Ball movement codes, if(kbhit()){ //check input ASCII and move your paddle. } //exiting loop conditions } [/CODE] | |
We are going to submit our C++ project on a game, which resembles Classic VideoGame game "Battle Rush", by next week, but we don't know much more about how to make artificial intelligence of the enemy tanks. So do you have any idea that how to update and move those … | |
Re: If you write your program like this: [CODE]#include <stdio.h> #include <conio.h> void main(){ printf("\nHello World !!"); getch(); } [/CODE] It should work.. | |
Re: I suppose that you are studying C programming. First thing is that this is not a question for a specific answer, and the second, You are not allowed to post your questions in random sections. I recommend you to study any Object Oriented Programming like C++, Java (Better C++) etc, … | |
Re: [CODE]#include<stdio.h> #include<conio.h> #define F_NO 5 int fab(int); void main() { int i,a[F_NO]; clrscr(); for(i=0;i<F_NO;i++){ /*printf("%d\t",fab(i));*/ a[i] = fab(i); } getch(); } int fab(int n) { int a; if(n<2) return(1); else return(fab(n-1)+fab(n-2)); } [/CODE] This Program will store the first five fibbonacci numbers into array a. You can change the no. … | |
In my Windows, attrib.exe lost from system32 so I couldn't access attrib command from DOS, is there any way to recover it. | |
hello everybody..,When i open [B]cmd[/B],other commands like [B]cd dir[/B] ,[B]ipconfig/all[/B] etc which i sometimes use them.But I can't have response of attrib command.When i type attrib *.* it says like:(which i copy and paste below) [B]Microsoft Windows XP [Version 5.1.2600] (C) Copyright 1985-2001 Microsoft Corp. C:\Documents and Settings\Administrator>d: D:\>cd downloads … | |
I am new to Linux.I don't know anything about Linux . I have recently installed Fedora 10,I heard that files having extension .exe are invalid or can't be opened in Linux, but I also heard that there is a program in Linux which can open those files called wine.I want … | |
Hello everyone..!! I have just formatted C:\ drive and Setup Windows Xp pro. service pack 2. My problem is that while starting windows, Windows loading screen appears and suddenly blue screen appears and restarts again.Windows couldn't load safe mode also..?!! please help me.. | |
I am new to linux so I used to use both Windows Xp and Ubuntu.But due to problem in Windows,I re-installed Windows,but While re-starting the system, OS choice menu lost from Boot, Windows automatically opens, and ubuntu lost..,How can I find it..? | |
Re: Look at the Add or Remove ..,there may be a check box for wine..tick on. | |
I'm searching a program which detects change in registry.A program that will ask to accept or deny the change in registry.If somebody have any idea..,please help me. | |
I have recently installed a program called fifa master successfully.But while openig it..,error come s like [B]"The application failed to initialize properly(0xc000007b).Click on OK to terminate the application."[/B]What is the error i cant understand..? | |
Re: Question sodhne style tehi ho...mujeeeeee??? | |
Re: I have tried [B][URL="http://www.tucows.com/preview/354522"]Folder Lock[/URL][/B]......U can... | |
Re: If u want to delete\rename files that can't be deleted..,Use[B][URL="http://www.softpedia.com/get/System/System-Miscellaneous/Unlocker.shtml"] Unlocker[/URL][/B] | |
I'm searching for the sites where most of the serial, keygen and cracks available.Do you have any idea..,please Help me ....Share your sites. | |
I want to write a program that can run a file in my hard disk.For example,a test.bmp file is there in location D:\home\test.bmp,that program should open(like double clicking on it ) that file (test.bmp) and i can view the image contained in the file. | |
I have installed two operating systems.I can suffer internet under linux but can't under windows.In windows,it shows local area connection is connected but there is no more internet.I have to restart and go to ubuntu to suffer internet.The ip to suffer internet is obtained automatically in both systems.What is the … | |
Re: my computer(rt.click)->manage->System Tools(left box)->LOcal Users and Groups->users->Guest(right box)(rt. click)->set password Now its over,lan users should know passwords to access your shared files. | |
I use Turbo C++ compiler.I want to include a photo through C program using file handling or something else.Do somebody have any idea for this. | |
I have installed anti-virus AVG 8.0 .When it came to be outdated,I wanted it to be updated,I have internet connection too. But AVG says there is Network Failure.So I un-installed it to re-install.But While re-installing at the end of installation it says" 1 error occured.Click details to show more information".While … | |
I'm using AVG anti-virus.I face a problem about .gif file.Even I know that it is an image file,avg shows it as a virus.Firstly,I didn't agree to AVG,But when I see processes in Task manager ,One process I saw is 1.gif,I scroll down,I saw 2.gif,3.gif and so on.When I tried to … | |
I want to use getimage function to store the image in memory but cant ,please help me | |
I want to write some programs and even games using graphics of C.Please Help me to write these. | |
Re: I hate it because it doesn't support full screen mode while operating Turbo C++,and its also doesn't support graphics(bgi) while operating it. | |
I have installed ms office.Now i want to remove it from my computer,I removed other tools but couldn't remove ms-exel and ms-word.when I click to remove in my [B]add or remove programs'[/B] list,it says "[B]The language type is not supported by your system[/B]",I also used ccleaner to remove,but couldn't get … | |
Re: I think u have copied shortcut of the file,that's why access is denied. | |
while playing some media files in my computer,sometimes it hangs with giving abnormal sound(It sounds Kyaaaaaaarrrrrrrrrrrrrrrrraaaaaaaa) and Task Manager also can't be opened,the key board doesn't work for power off.The power button of the CPU also doesn't work,But Re-start Button works ,and I have to Re-start the computer many times … | |
I have to Shut Down a computer under a same local area connection of my computer,how can I do this? | |
I'm enjoying by playing Mario Forever,But I tired off because of second level of of world 6.Its looping under the game,that when i pass a little,it come back to initial stage of that level.any clue or help if you have ,please help me to pass out. | |
Re: try to obtain Ip address and DNS server address to automatically through ur computer itself, |
The End.