program

  1. 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"...
  2. 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...
  3. debarshi

    Need Software suggestions for different requirements (Free preferred)

    I need softwares for 1. Monitoring my router network and bandwidth usage (I use Asus RT-N12LX)............. I currently use Networx, but it monitors my PC only and I cant monitor how much my bro' or my neighbour is sapping off my monthly cap. If possible I want to control the bandwidth...
  4. 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(); }...
  5. NoasArcAngel

    God in code ?

    well this may as well seem as a plot / theory straight out of a sci-fi movie, but i just thought about this. We wonder who we are ? we wonder what is our purpose in life? is it predestined ? i think i may have a theory which i dont know is original but i swear i just thought about it right now...
  6. A

    problems in visual c++

    i have written a program which contains the following function 'input' which is a part of a class 'ai' in the same program: void ai::input() {aa:cout<<"user:"; gets(user_input); if(strcmpi(user_input,"bye")==0) { cout<<"bye"; exit(0); }...
  7. Ashokkumar01cbe

    explain the below program.....

    this is a program to add two numbers without using arithmetic operators. I found this program in the web ,but i am unable to understand ,please explain me the 7th and 8th steps ie..how the p and sum values are assigned. #include"stdio.h" #include"conio.h" void main() { int a,b,sum...
  8. Ashokkumar01cbe

    where does the compiler present...

    i am using codeblocks for doing my c and c++ program , everybody knows that object code for a program is generated by complier .and that source code will vary depending upon the OS , for a same program. but my question is that is the compiler comes with the codeblocks software,or it is...
  9. Desmond

    The Pirate Bay launches free ad-supported VPN

    According to this article : The RIAA is indeed going to pissed bad.
  10. H

    How to remove this "Windows Script Host" Error? - Please Help

    pop up when startup pop up when i click any program and icon on start menu and desktop Please Help :'(
  11. D

    Netbrute

    I am wondering if "raw logic netbrute" is a legitimate and safe program to use to see if my network information is secure??
  12. rajsujayks

    C Program to take a screenshot

    I want to take a screenshot of the current monitor frame using a C program. How do I do it? Any ideas?
  13. A

    Windows 8 installation error

    Hi, I tried to install the Windows 8 consumer preview that came with the Digit's June 2012 edition and the error message was shown as follows, Blocking Issues: You cannot use this setup program to install the .NET Framework Can u pls help me out to solve the problem...
  14. soumya

    I am getting a stdole2.tlb error

    When I am trying to install a program, I am getting this error :- How to fix this?
  15. ParaXite

    Question related to Single and Multi Core

    Most applications today use just one core of the CPU like older games and some software etc. So if an application cannot use the processing power of all the cores and uses just one core then will an old Pentium processor @ 3 GHz run that program faster than a i7 @ 2.2 GHz? Remember I'm...
  16. A

    in plant training program for engineering students

    Hi I am ameer doing 2nd year B.Tech in Velammal Engineering College, I am looking for a company to do my Inplant training program in Chennai. Can anyone please suggest which IT industry is offering IPT programs?
  17. D@rekills4

    Close program when batch file closes.

    I am opening a program using a batch file.... Once its opened, the Command Prompt window of the batch file keeps open.... What I want is that when I close the Command Prompt window of the batch file, the program which opened with the batch file should close too.... Can I do that?
  18. T

    Bad Security Suite

    I recently purchased a BitDefender Total Security 2012. I successfully installed it but when I tired to run the program the system just froze and after a few minutes the screen went black. I restarted the pc but the system froze again in the "starting windows" screen. I booted into safe mode and...
  19. patkim

    Nero 7 - Server Busy Error!!

    My Nero 7 all of a sudden has started giving this weird error message box everytime I try to load the burner interface. "Server busy, the action can not be completed because the other program is busy, Choose Switch to to activate the busy program and correct the error" Available buttons are...
  20. Empirial

    Adobe Photoshop CS5.5 Extended Error

    Hi, Yesterday I download this software without any issues but the problem is that whenever I click setup.exe, a terminal windows pops up for a second which says 'Program too big to fit in memory' " & then nothing happens. There is more then enough space available in my HDD so what is wrong...
Top Bottom