Search results

  1. A

    Tabs in MDI in MFC

    Hello, everyone. I have searched for tutorials on how to use Tabs in MDI application in MFC in Visual Studio 2010. But didn't find any. So, if any of you could provide me a small, basic one on how to program Tabs in MDI in MFC, that would be great. Thank you :)
  2. A

    Fedora 15 Hangs during Shutdown and Booting

    Hello friends, I am getting a very annoying problem (and also serious one). Fedora 15 Lovelock Hangs during Shutdown and some times during Booting. So, I have to switch off the power supply. Now, this will for sure lead to problems. And, hence for two times in a month, the whole installation...
  3. A

    ISMU or new IITs

    Hello friends, in JEE-2011, I got 3903 All India Rank. Now I am in a big problem, which college to choose ISM Dhandad or new IITs. My first preference is of course IT-BHU, if I could get Mechanical there. But, it's hard if we see last year closing and opening ranks. After IT-BHU, which college I...
  4. A

    JEE 2011 Results

    Best of Luck to all for JEE 2011 Results, which will be anounced tomorrow, 25th May. Also post your ranks here.
  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. A

    C Exercises

    Hello, friends. 2 days ago my friend asks me to create some programs in C which include some algorithms, merge sort, quick sort, binary search tables, double ended queues etc. Since, I mainly use Python for programming and have some knowledge of C, I struggled to create those programs, although...
  7. A

    count number of whitespaces in C

    Hello everybody, I was doing a simple program to count number of whitespaces in a text file but I am stuck at it. Here is the code void main() { FILE *from; int ch,count; int c; from = fopen("newfile","r"); while ((c = fgetc(from)) != EOF) {...
  8. A

    problem in PyQt4 program

    Hello everyone, I have started creating a Download Manager for Linux using Python with PyQt4 as GUI toolkit and PycURL as library for downloading files. My problem is that whenever I start a download GUI stops. It works in the background and just keeps on downloading but no response from GUI...
  9. A

    Your preferred programming language

    There have been threads like which antivirus you use or which operating system you use etc. But here is a thread which programming language you use the most or which is your favourite one??. Tell with reason.
  10. A

    Discussions Related to Python Here

    There are threads Java Queries Here.. Post ur C/C++ Programs Here C/C++ Beginner's Guide and Post Basic Questions Here But no one like these related to Python, so I thought of creating a similar thread like those above. So post your Python related queries, your Python Programs and here you...
  11. A

    Regular expressions in python

    hello everybody, I want to create a regular expression (in Python) for which I select all the string in between /* and */ including all spaces, tabs, newline etc. for example, /* HELLO */ /* HELLO EVERYONE */ these should be selected with and without \n. I have trying for 2 hrs and still...
  12. 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...
  13. A

    pen drive problem in Windows XP

    hello frnds, frm 2-3 days i am getting a strange problem in my Windows XP with Service Pack 3 installation. whenever i insert a pen drive in USB port:cry:, then windows hangs. but the same drive on same port runs fine in Fedora 13:shock:. can u pls tell me any solution. i hv checked but didn't...
  14. A

    big problem in python

    hello frnds, for past few days i m trying to make a simple musicplayer in python with the help of mp3play module. I successfully created it. It runs smoothly in python with out any error. :razz:but problem occurs when i try to convert that .py file to excutable using py2exe. While converting an...
  15. A

    Is this woman really 157 years old? Check out

    Officials disccovered the woman during a national census and they believe Turinah's claim to have been born in 1853:shock:. Which means she was born before the World Wars, much before the aeroplane, telephone, cars, televison were invented. Read on...
  16. A

    problem in installing applications

    Hey frnds, i have newly purchased NOKIA 5130 XPress Music phone. I have Vodafone connection and has activated Vodafone GPRS. Problem is that i m not able to install eBudy, Mig33 and Opera Mini 5 on my phone. All of them gives errors that 'Check your internet connection'. But Opera mini 4 runs...
  17. A

    suggest me a phone

    hey frnds, pls suggest me a phone having following features good music quality 3.0 megapixel camera good battery life. i will prefer NOKIA. price less than Rs. 8000 i m thinking of NOKIA 6303 and NOKIA XPress music 5310. Also please tell me the price rates of NOKIA XPress music 5800.
  18. A

    eBook for Python

    Hey frnds, i have started learning PYTHON, can u pls tell me a good ebook from Python. I have already googled but didn't find a good ebook:-(. So pls tell me a good ebook. Thx in advance.
  19. A

    “We will plant Pakistan’s flag on Delhi’s Red Fort”

    Zaid Hamid has rock star status in Pakistan. He is fawned upon, venerated and even worshipped as the messiah who will lead Pakistan from the depths of hell. But music is not his forte. Wild and absurd conspiracy theories, real and imagined wrongs done to Pakistan and the Muslim world, and a...
  20. A

    Decrease Video size

    Hello frnds, I have some videos which i want to send to my frnd. But there size is very large, can u tell me how to decrease their size. They are in .3gp and .dat format. Also please tell me a software to convert video format. Thanks in advance.
Top Bottom