- Upvotes Received
- 0
- Posts with Upvotes
- 0
- Upvoting Members
- 0
- Downvotes Received
- 1
- Posts with Downvotes
- 1
- Downvoting Members
- 1
11 Posted Topics
Hi. I had 2 HDD in my pc. Today I installed a new HDD in my pc with other two HDD connected. I booted with my default HDD in order to format the new HDD with Win XP format utility. XP isn't showing the actual size of the new drive … | |
Hi. Today I bought a used Hard disk. Now I want to format it completely and check for any bad sectors which HDD may have. How can i do this? Tell me the best way to do it. I am Windows user. Hard disk is IDE (not SATA).. | |
Hi guys. I am a bit confused among the following three functions. read() readAll() readLine() How do they work? I'll be really thankful to you all. Thanks alot for your precious time! Regards. | |
What does this statement mean "[B]These functions (read(), readline(), readAll()) read a line of ASCII characters from the device, [U]up to a maximum of maxSize - 1 bytes, stores the characters in data, and returns the number of bytes read[/U].[/B]" I have used readAll() and readLine() it returns all the … | |
I have designed a dialog in Qt designer and I want to use the name of each child widget for some coding in cpp file. But the names I have given to buttons etc in Qt designer are not working as pointer.More over their names in ui_[I]mydialogname[/I].h are not the … | |
Hi. I made a program and I write this code in order to make the window's size fixed. More over i am using a button to unhide some Groups on main window, But when i compile program, it crashes but when I comment out this line of code the program … | |
Hi guys I have been wondering can we develop android apps on Qt? Do we have to learn Java inorder to program for android in Qt or All the programming will be done in C++. Actually I don't want to learn Java any recent because I am working on someother … | |
what does the following code means in Qt programming.. QDialogButtonBox::Ok why are we using QDialogButtonBox:: . | |
Re: what does the following code means in Qt programming.. QDialogButtonBox::Ok why are we using QDialogButtonBox:: . | |
Hey guys, Recently I started learning win32 api using C but I am pretty scared of the Long and confusing Variables used in it. It appears alot difficult for me to learn those as I am learning myself. Will such kinds of variables will appear in future or not. Thanks. … | |
Why should a person learn win32 api? What things I can do when i have learnt it? Some people tell "There is no need to learn win32 api because literaly you will only design Window(box, messagebox etc), which you can easily do by MS Visual studio tools!". Is this true? … |
The End.