program

  1. Cyberghost

    Kerbal Space Program

    Kerbal Space Program is a multi-genre game where players create their own space program. In KSP you must build a space-worthy craft, capable of flying its crew out into space without killing them. At your disposal is a collection of parts, which must be assembled to create a functional ship...
  2. W

    Problem with the C program

    A task is given to 3 persons to complete it within a particular time. If the person exceeds the time limit he will be disqualified. Only those who complete it within the given time limit is qualified. Among the qualified persons, the person who completes the task first will be rewarded. Write a...
  3. 1

    No audio from laptop

    Hi all, My laptop has gone mute and does nt play any sounds. Youtube is crashing and WIndows media player says " ERROR" When i open the control panel to test audio it shows as " application is being used by other program" ? . Is this a driver issue or anything related to hardware. pls help...
  4. ramakanta

    System Confuguration- Startup program

    In system configuration(start-up tab) , there are lot of program unchecked my me , which is not required at the windows start-up . but I want to permanently remove these start-up box . is it possible . any idea or suggestion to remove these options permanently ???
  5. R

    Android One

    The first news of this year's Google I/O is a new initiative that the company calls Android One. The smartphone program strives to provide a unified feature set tailored-made for the market the phone is launching in. The first smartphone to be part of the Android One comes from Micromax...
  6. Desmond

    Google makes 100% self driving car, without steering wheel or pedals.

    *www.youtube.com/watch?feature=player_embedded&v=CqSDWoAhvLU Source : *www.theverge.com/2014/5/27/5756436/this-is-googles-own-self-driving-car
  7. R

    No Nexus 6 this year ??? - evleaks

    It’s definitely not the first time we hear that Google may drop the Nexus brand in the future, but we’re still expecting at least one new Nexus smartphone (aka Nexus 6) to be released this year. However, @evleaks is now saying that “there is no Nexus 6”, and that we should say farewell to the...
  8. giprabu

    Which Visual Studio is best to learn C#?

    Hey guys, I would like to learn C# from scratch. I have moderate knowledge in Java and have developed a few Android applications. Now planning to switch to Windows phone application development for a change. But I don't know a word in C#.. So I'll be starting to learn it from "Hello...
  9. E

    How to be a pentester?

    I am doing my 12th.I am intrested in ethical hacking and penetration testing, so I want to make my career out of it.I am not intrested in programmig so don't want to study it.Thinking of doing CEH but confused about graduation.I have two ways in my mind 1>After 12th do a graduation program like...
  10. A

    TCP program connection time out

    Hi, I am new to TCP programmng and am strucked in my very first program. It compiles and runs but gives the error connection time out. /*It is an echo server program that sends message to the given ip but does not receive anything */ /*I am getting connection time out. Why */...
  11. stellar

    DirectX 9 Issue

    I get this message when i want to play FEAR-The Program can't start because d3dx9_32.dll is missing from your computer.Try reinstalling the program to fix this program. I get this when i try to play other games too. I checked in Direct x diagnosis and i have Direct X 11 installed. How can i...
  12. Desmond

    Foxconn using unpaid student interns to build the PS4

    Looks like old habits die hard. Foxconn is at it again. Source : Report: Foxconn using forced student labor to build Sony's PS4
  13. R

    If India is computer, Cong is its default program: Rahul Gandhi

    See twitter for more fun.. it's trending there. :-D Source : If India is computer, Cong is its default program: Rahul Gandhi - The Times of India
  14. S

    [TUT] Introduction To OllyDbg And How To Find Your Way Around It

    Introduction To OllyDbg And How To Find Your Way Around It Hello! Once again guys I am back with another tutorial. This time I'm going to be discussing the program OllyDbg and giving you a brief introduction on how to use it/find your way around it. I will be asking you to install it at some...
  15. K

    Is it Legal to Display TV Guide Online?

    I was just going through the TV Program Guides put up on various websites and found some TOS things on the HBO Asia website that confused me a bit. Is it legal to display the program guide, of any channel, online on websites without taking prior permission formally?
  16. N

    Connecting to sql database using sql server 2008

    I've created the connection using ODBC driver but still my program goes into catch block and displays the error message the program :-; import java.sql.*; class ConnectingSQL1 { public static void main(String args[]) { try { Class.forName("sun.jdbc.odbc.JdbcOdbcDriver"); Connection...
  17. A

    C program to perform logic operations

    I am not well aware whether operations like or, and, nand, nor, xor and xnor can be performed using any command or operator in C? Please help me guys. Performing the checking conditions for each operation is a hectic and lengthy one and I need to use the operations in another program.
  18. A

    Facing some problems regarding software installation

    I am using Windows 8. Recently I upgraded my Windows 7 Ultimate 32 bit version to win 8. I am facing a problem before upgrading my OS. Whenever I am trying to run a C program in Turbo C, Quincy C, Codeblocks; the program is not running although it is compiled properly and the program runs on my...
  19. gameranand

    School management System C++ Source Code

    Guys I am in a trouble here. I have to submit a project on School management System for my mini project by 13th April 2013 and I am not getting much time for it. So if anyone could please give me the source code for this would be really helpful. Requirement: Should Run on Code::Blocks...
  20. Ashokkumar01cbe

    whts Going inside the printf..

    when i compile the below code 1) program main( ) { printf ( 5 + "Good Morning " ) ; } i got the result as Morning.. and in another code 2) program main( ) { printf ( "%c", "abcdefgh"[4] ) ; } in the 2nd program i got the result a "e"...
Top Bottom