program

  1. rajsujayks

    Why does this C program crash on compilation?

    This program is supposed to read a list of numbers from two files and combine and sort the lists and generate an output file with it. The program is to be invoked from the command line, with the syntax: X:\> prg_name file1.txt file2.txt file3.txt where prg_name is the name of the program...
  2. J

    Having Problem Removing Entry From Add/Remove Program

    I want to remove an entry from Add/Remove program and I tried various methods with Registry editing and few third partly software but it wont work. While Registry and Thirdpartly tricks are working well on other softwares. But For some reason it won't work on the sotware that I want to be...
  3. U

    BackupHelper using C - helps to take your backups easily

    This is a simple program I wrote using C because I was too lazy to see individual folders to take my backup. Most backup program allow you to sync your hard disk with external rewritable drive, such as pen drives, external hard drive or a upload server. This one will help you to sync your drive...
  4. Sarath

    [Solved] Folding@Home using up CPU/GPU

    I think I got misdirected into downloading a FAH file and installing it. The process shows fahcore_a4.exe utilising all my cores at 100% and the GPU too. I tried ending the process but it kept coming back. How to uninstall this as it is not a program which shows in Program Files?
  5. A

    Error in C program

    Hello friends, I am creating C program that will list all the files in the directory specified with their paths. So code is here. #include<stdio.h> #include<stdlib.h> #include<string.h> #include<unistd.h> #include<dirent.h> #include<sys/stat.h> void declevel(char str[]) { int...
  6. C

    Net speed booster propel accerlater

    Is there any other good program to boost the internet speed? :grin:
  7. B

    c++ c# question

    Hello all, i wrote a c++ program and c# program. i want to run both of them in a same project or i want to join them. how can i convert c++ code to c# code to use in c# and how? Plase help me its important for me thank you
  8. tkin

    Help with this C program!!

    Here's the question, I can't solve this, need help. Q.Write a C program to pass file path as command line argument and use stat() function to get file stats(time of creation, length, size, name of file) in linux. This is too hard, the man page for stat is very vague with structures etc, I...
  9. S

    stopping processes in windows task manger

    Many programs are run in windows task manger when computer start up,but there are few programs which i don't used frequently now days,i wan to prevent that program from running in windows task manger when windows start up,i tried msconfig,but there not the program i want to remove and i don't...
  10. Rockstar11

    fraud at nite by Zee Tv & Imagine Tv

    Zee Tv & Imagine Tv who are looting crores of rupees from Indian simple people , they are showing a program in the mid night after 12 :00 midnight in the name of 'GOLD SAFE' where they ask to identify two celebrity photo which were merged together. the puzzle or pictures they show is very...
  11. S

    Turbo C problem.

    Hi Friends, I'm a student of Information Technology(I.T.) I own a laptop. Dell Inspirion N5010. Its configuration is as follows:- 4GB Ram 500GB Hard Disk Intel Core i5 M460 @ 2.53GHz (turbo boost upto 2.8GHz) Windows 7 Home Premium 64 bit 1GB Graphics Card. My problem is that I can't...
  12. bijay_ps

    Please Explain

    I have downloaded this top down parsing program from the net. but am not able to understand the working of fuction "process". somebody please help me in getting the concept of the program. #include<iostream.h> #include<conio.h> #include<string.h> class parse { int...
  13. cute.bandar

    Give me some ideas for a new program please

    These days I am heavily into programming and loving every bit of it. Recently I made this small application that shows live cricket scores on the desktop. Download link . xp users will need to install .net 2.0 . (Right click on 'SCO' for options and left click to move) Try and comment...
  14. Z

    c++ program to alter bytes of an image file

    hey guys, i was trying to write a c++ program to alter every 4th byte of an image file.... i want to replace every 4th byte in the file with a 7.... but the program doesnt seem to be working...can someone help me out with it.... this what i wrote: #include<conio.h> #include<dirent.h>...
  15. K

    I Need Help

    I used to save my important files in an external hard disk and used a program called folder protector (trail version) to lock this files. After a while that I did not to access my folders I forgot the password is there any way unlock the program without damaging my files.
  16. T

    Java Tutorial 1: Read a pdf file in Java using iText library

    Hi, This is a basic tutorial in java, that shows how to read a pdf file. For this we use a library called iText . Using iText library, we can perform various pdf operations that it supports. In this section , we are dealing with calculating the no. of pages & extracting the contents of each...
  17. A

    C/C++ IDE in Python

    Hello friends, for some time I have been working on an IDE for C/C++ written in Python. Finally, I was able to develop it with help of PyQt4, but still one thing is remaining. Can anyone of you please tell me, how can I integrate GCC or G++ compiler in my program. By integration I mean, how can...
  18. yomanabhi

    Help Plz Help!! my games is stop working in middle of playing.

    Hey guys Help me whenever i play games like Far cry 2, GTA 4,Crysis warhead. They start well but after nearly half-hour. these games hang. I have to end task by task manager, or sometimes message appear in window 7 "This program is stop responding Check for solution or close this program" Or...
  19. dashang

    Need help

    I am in third year of degree in it and i wanted to know that what should i do after degree mba or mtech? And also will it be usefull? And if i want to do microsoft certification program , which program is good? I am confused about going in database , web site developer and software...
  20. T

    Working with Android- Part 2: Creating your first program ‘Hello Android’

    Hi, In one of my earlier post, I have discussed the configuration and installation of Android SDK in Eclispe IDE. In this post we shall be creating our first android program. Step1: Starting a new project 1. New->Project->Android Project A window opens up for filling the details...
Top Bottom