Multimedia
Multimedia is media that utilizes a combination of different content forms.
Forum Post

Re: GUI Qt for C++

Hi First of all Qt is not a compiler, it's just an IDE, it's based on the gcc, yet you can use borland C++ or MS VC++ once you have Qt onboard. I'm not sure what do you mean by "do all the work"...
Forum Post

Re: turbo c calculations not right

Turbo C has a very easy to use debugger - I am sure if you use it - you will see what is wrong. Set a breakpoint AFTER any input, like that: scanf ("%f", &value);
Forum Post

Re: GUI and C++?

C++ is best programming language.
Forum Post

Re: Help Neede in While Loop...

#include #include void operations( void ); int main( void ) { operations(); getch(); } void operations( void ) { int a,b,c,d,menu; clrscr();...
Forum Post

Band limiting signals

Hi, Can any body explain about How a discrete signal(Am using an audio file as a signal) can be bandlimited. In my process first audio signal is split to frames containing some samples, Is...
Forum Post

Re: GUI and C++?

Depends on the style of GUI you are looking to do. If it is just menus, buttons, and forms than the easiest would probably be things like, C++Builder, C#, or Visual Basic. If you are looking to...
Forum Post

GUI and C++?

Can anybody recommend libraries for creating a GUI with C++? I've always created web applications with HTML/CSS/PHP/MySQL/Flash and AS3, but I am now interested in creating desktop applications....
Forum Post

D3D or OpenGL?

Hello. Wich one is better for newbie D3D or OpenGL to create 3D graphics? I'm looking forward to create a tiny game.
Forum Post

C++ Applications developed in 32 bit OS running on 64 bit OS

Hi, I've developed my own database and stand alone applications in B++Builder 6 in Windows XP and the last compile was during 2008. I need to upgrade now on laptops and one option is Windows 7...
Forum Post

help with breadth-first search

0) which have volume x, y,z of water. Water can spill from vessel to vessel, and always so that the container "where" fill and the container "from" where we spill, completely emptied. The volume...
Forum Post

Changing appearance of user input on screen, protect password, ect.

So I'm making a simple Mastermind game in C/Unix and I was wondering if there is a way to allow for one player to enter a code on screen but have it appear as *'s once they press enter, or even show...
Forum Post

Re: Blink and color text using textcolor ()

I'm thinking the odd character is the \t you've got in the strings; it's probably printing the character mapped to 0x09.
Forum Post

Re: Blink and color text using textcolor ()

What are tabs in the strings?
Forum Post

Can event viewer in win 2000 consume ETW trace?

Event viewer in Win 2000 and XP aren't directly consuming any traces from ETW, I can only log it in to an ETL file. Is it possible to log real-time, in to the event viewer in Windows 2000? I know Its...
Forum Post

GRAPHICS PROBLEM IN C++

hi evereyone, i have some problem related to graphics in c++ that is when i include graphics.h in my program and use graphic command like draw line etc..then suddenly windows has been closed and...
Forum Post

Re: GetDIBits failing problem

I fixed some of the code (see RED). Not sure what exactly do you need. If you need the contents of client area, then you need to use GetClientRect and not GetWindowRect. However, if you need to...
Forum Post

GetDIBits failing problem

I'm trying to capture a bitmap representation from a window and all seems to work except for the final step; getting the pixel data out of the HBITMAP. Below is the 2 functions processHBITMAP and...
Forum Post

C++ slots qt4 : Create an app with four buttons? Here is my code ...

connect(nextmeetingButton, SIGNAL(clicked()), mymsg, SLOT(nextmeeting())); QObject::connect(quitButton, SIGNAL(clicked()), qApp, SLOT(quit())); return box; } #include #include...
Forum Post

GTK+ issues...

I get this runtime error ** Gdk **: _gdk_drawable_get_source_drawable: assertion `GDK_IS_DRAWABLE (drawable)' failed I passed a GtkWindow to gdk_gc_new(drawable). I know this because of the...
 

Recent Jobs

Official Programmer's Heaven Blogs
Web Hosting | Browser and Social Games | Gadgets

Popular resources on Programmersheaven.com
Assembly | Basic | C | C# | C++ | Delphi | Flash | Java | JavaScript | Pascal | Perl | PHP | Python | Ruby | Visual Basic
© Copyright 2011 Programmersheaven.com - All rights reserved.
Reproduction in whole or in part, in any form or medium without express written permission is prohibited.
Violators of this policy may be subject to legal action. Please read our Terms Of Use and Privacy Statement for more information.
Operated by CommunityHeaven, a BootstrapLabs company.