Search results

  1. Ashokkumar01cbe

    Need Wi-fi Router

    Hi guys, I am currently having reliance net connect plus data card with a good speed of(100kBps), I need to connect my android phone and tablet to this via wifi. Is there any plug and play wifi routers(where i can plug in my usb datacard and share the connection) available in online shopping...
  2. Ashokkumar01cbe

    Need some names of free web hosting services.

    Hai friends, I am planning to buy a .me based domain this week. Is there any free web hosting sites available. I searched in google and got some names like webs.com for free web hosting, is there any way to host my website for free?
  3. Ashokkumar01cbe

    Updating Windows 8 to Windows 8.1 directly,

    Hi Digitians, I am using Windows 8 PC, We all know that Windows rolls out its update to windows 8.1. Since I am having moderate internet connection with the speed of 50-70KB p/s, On the day after releasing the world wide update, I tried to update using Windows Store but after 58%completion...
  4. Ashokkumar01cbe

    Windows Explorer is Restarting

    Hi I am using Dell inspiron laptop and the specs are processor:core i3 RAM:3GB OS:windows 7 ultimate HDD:320gb for the past two days i am getting the message that "Windows explorer is stopped working" restart the program frequently(upto 15 times in an hour) and my system hangs on for a...
  5. Ashokkumar01cbe

    Pc error!!!!

    Today i got the new free laptop from the government of tamilnadu, my laptop specs are BRAND NAME:HASEE Model No: OS :windows 7 professional PROCESSOR:Pentium when i switch on my PC it shows up the error message "error:no such partition" and one more thing is that my laptop there is no...
  6. Ashokkumar01cbe

    Codeblocks not working properly

    This is a long back thread. i am having Windows 7 ultimate 64bit OS . yesterday i download the latest version of codeblocks (codeblocks-12.11mingw-setup.exe) from Download binary when i compile a program related to graphics.h and also iostream.h headerfiles i am unable to execute it. It shows...
  7. Ashokkumar01cbe

    Lenovo ideapad suggestion

    Lenovo Thinkpad suggestion Hi I am a student,I work with a lap around 4hours, is Lenovo ThinkPad E430 (3254-T3Q) Laptop (3rd Gen Ci5/ 2GB/ 500 GB/ DOS) (Black is good . My budget is around 40k. Is there any issues with this lap.shall I go for it? Or is there better options available???thanks in...
  8. Ashokkumar01cbe

    Need suggestion For AMD A10 Laptops

    Hi digitians First of all i am an Engineering Student. I am planning to buy a new laptop.My budget is under 40000Rs . My daily usage in a laptop will be around 6 to 8 hours daily, surfing in the website for 3-4 hours, a little bit of work in photoshop, After Effects, and also in some 3D making...
  9. 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"...
  10. Ashokkumar01cbe

    whts doing 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"...
  11. Ashokkumar01cbe

    US Department of Defense signs three-year, $617 million Windows 8 licensing deal

    Despite some launch hiccups with Windows 8 and its related devices, Microsoft has received a smashing bit of news in the form of a new $617 million licensing agreement that will bring the fledgeling OS to 75 percent of US DoD personnel. The deal also includes Office 2013 and Sharepoint 2013...
  12. Ashokkumar01cbe

    compiler not working properly

    Hi, first my system specs is windows 7 ultimate 64 bit. i5 processor,4 GB RAM,I am using codeblocks software for the compilation of my c programs. yesterday i do a little program in c++ .i gave the header file <iostream.h> it shows up that there is no such file in the directory.please help me...
  13. Ashokkumar01cbe

    static variables

    hi frnds void staticno(); void main() { staticno(); staticno(); staticno(); } void staticno() { static int c=0; printf("\n%d",c++); } the output i got is 0 1 2 and for this program second program void staticno(); void main() { staticno(); staticno(); staticno(); }...
  14. Ashokkumar01cbe

    Compiler for graphics

    hi i am using windows 7 ultimate 64 bit , anyone please tell me good compiler for c (i need to work with some graphics functions in c), i tried to install TURBO C but i am unable to install it..please tell me a good compiler for working with graphics under c for windows 7 64 bit...
  15. Ashokkumar01cbe

    once again i struck with pointers

    #include <stdio.h> #include <math.h> main() { float x,y; long int i, j, m[6], *k[5] ; char *letter, *course[3], name [ ] = "I I T Madras"; course[0]="Numerical Methods"; course[1]=" and Programming"; printf ("\n%s %s\n ", course[0], course[1]) ...
  16. Ashokkumar01cbe

    MEMORY CARD unable to format

    i tried to format my sandisk 8 gb memorycard .. for the couple of times using the format option but i am unable to format it.. i use sd format software to format it it it also woes.inserting the memorycard to pc after 10 minutes it do doesn,t show how much memory space is available ...please...
  17. Ashokkumar01cbe

    explain me

    #include<stdio.h> void main() { int c; c=getchar(); while(c!='\n') { putchar(c); c=getchar(); } } please explain me this program it is written in a c book written book of dennis ritchie, when i compile this programs,its getting a string of charecters and after pressing the ENTER...
  18. Ashokkumar01cbe

    Reliance Netconnect

    What will be the speed of the reliance Netconnect Prepaid plan of rupees 801 ... please tell me the Speed of the plans and also tell me any other good plans with a speed of minimum speed of 512 kbps ... at the cost around 800 per month
  19. Ashokkumar01cbe

    "Direct X" ....

    Hey I went to a HP retailer shop, he said that 3rd generation i5 processor having "DIRECT X" support , and which is good for gaming,i don't know what is many by "DIRECT X" please explain me..
  20. Ashokkumar01cbe

    What is......

    When I search through the internet i found some topics related to IP and I am unable to found the answer, please tell me ,What is meant by looping back the IP addresses....
Top Bottom