program

  1. dashang

    neeed bluetooth file transfer program

    guys ASAP ITS URGENT !! i need program for transfering files from pc to pc or pc to mobile . Any kind of language will do . and i need code as less as possible
  2. G

    Why is this program rejected by C++ compilers?

    I am having some difficulty compiling a C++ program that I've written. This program is very simple and, to the best of my knowledge. The program is as follows: Here is the output I received when trying to compile this program with Visual C++ 2010: c:\dev>cl /nologo helloworld.png...
  3. cyber

    shell scripting(linux)

    The following program takes a file (here it is test1.txt) and creates a new file selected .txt which contains the names and marks of students who scored less than 90. This program works for any number of lines in the text file.To make it simple this program is executed from the same directory...
  4. RBX

    C++: 2d char arrays | File handling

    I have a System Software lab test this Monday and we haven't been taught a thing. I tried something but am stuck at most basic things. Here is my program, I need to find function signatures from a C program and add them to array. Working with Java for quite long has totally erased whatever C...
  5. .=Pyro=.

    A very unusual problem. Please help!

    Hey guys, i am having a very weird problem and i don't know what could have caused it. So here's the deal - i was using project 64 ; A nintendo 64 emulator. i had been using it for a few days and it was working just fine. So, then yesterday, out of blue, it started to crash just a few...
  6. R

    Limbo Startup Error

    I didn't know where to submit game problems so I am writing here as it's an Indie Game I recently reinstalled LIMBO on my Windows 7 system with following configuration Memory 2.0 GB Processor Intel Core 2 Duo T6600 @ 2.20GHz x 2 onboard graphics When I open Limbo it gives following...
  7. expertno.1

    List Of Filehosts Affected Due To Megaupload Takedown

    source List Of Filehosts Affected Due To Megaupload Takedown - TechEnclave
  8. S

    C/C++ Calender

    Hi guys/Developers/programmers/and folks I created a C C++ Calender Program It is currently hosted on sourceforge @ C C++ Calender The program has a USERNAME:shivam and a password:cool It is a simple c++ program to do almost all the functions that a calender is used for.The program has...
  9. R

    Start System Tool Without Annoying UAC Queries

    The security query every time you start a system tool is really annoying:evil:. We can disable UAC but then this disables it permantely:cry:. However, UAC can be avoided by starting the program indirectly using Task Scheduler and UAC remains active for other programs.:-o Open Task Scheduler...
  10. Sujeet

    need help to get started with GUI based C++ program in Windows

    I am capable of programming in c++ .i hav used borland for a long time .now its time to move to gui based windows program. itried visual studio c++.but failed to get myself moving..help needed dead urgent. please help with building apps in windows step by step..all type of links and refrences...
  11. Hsakarp_kahtap

    Free Emsisoft Online Armor Premium Firewall 5.1One Year License

    Most of the computer users install a complete security suite ie. Internet Security or a Antivirus +Firewall, but I am sure still some users have only a antivirus program installed on there system, well a firewall program is as important as your antivirus . A antivirus program can only protect...
  12. U

    Plugins/Extensions in an C/C++ program.

    want to introduce a plugin system in my C++ apps, that will help the user to introduce new features to the program much like chrome/firefox extensions. Currently I cant think about introducing new features without recompiling the whole program, but I dont want that. I know its possible in PHP as...
  13. Gauravs90

    Array in c problem

    I'm using windows 7 64-bit and codeblocks mingw for compiling the following program #include<stdio.h> int main() { int i,len,a[100]; printf("enter the no. of elements\n"); scanf("%d",&len); printf("enter the integers\n"); for(i=0;i<len;i++) scanf("%d",a[i])...
  14. Sarath

    [WINDOWS PROBLEM] No programs are opening

    [SOLVED] (Windows problem) No programs are opening PROBLEM RESOLVED Thanks to everyone who has contributed.I couldn't have moved an inch without your support: dashing.sujay Neuron Tech&ME s18000rpm MatchBoxx Sam mithun_mrg Liverpool_fan Zangetsu TheMost...
  15. Bhav

    Need help shell programing

    Q1.Write a shell program to generate the first 25 prime numbers Q2.Write a shell program to cipher all the text/content in any text document in the current working directory and also use another shell program to decipher it to read. Use any scheme for ciphering. Q.3Consider the following...
  16. clerkman1612

    program for finding maximum n minimum in javascript arrays?

    I want to know about a program which find itself the maximum and minimum numbers in data of arrays(JavaScript)?:unsure: I m using adobe dreamweaver. I m very confused. Plz tell me. take example var a = new Array a[0]=1 a[1]=2 a[2]=3 a[3]=4 a[4]=5 now here we have to find what is...
  17. A

    convert a C program to .hex

    I am trying to make a software which could convert C programs to hex files but am having no idea where should I start from. Please help..
  18. pritish_kul2

    Need Help Coding!

    Hey, i needed help writing a program. the program's concept is that it inputs a string and then replaces the following in the string and gives the output: q with a w with s e with d r with f t with g y with h u with j i with k o with l p with p a with z and so on.
  19. Nipun

    How to make the program start with windows?

    I am making a program, in which I want to add an option for "Start with windows". The problem is that I dont know how to do this. I know that there is a "Startup" folder somewhere in computer, and this is what I am gonna do: -Include a shortcut with the program. -When Start with windows is...
  20. K

    How to run java old version program in newer version 1.6

    hello frds....i wanted to help in java newer version 1.6 software....i was using version 1.4 and my project and my other java program working fine....now i upgraded to newer version....now all the files are not compiling and running in the newer version....can any body help me on this...
Top Bottom