C
In computing, C is a general-purpose, block structured, procedural, imperative computer programming language developed in 1972 by Dennis Ritchie at the Bell Telephone Laboratories for use with the Unix operating system.
Forum Post

Re: opening a file from the disk and putting it in a structure

Try this: 1. Get the full path to the program EXE file. In Win32 use GetModuleFileName() function. You get back a string with something like this: "C:\Dir1\Dir2\Dir3\Program.EXE" 2. Cut off...
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: How can I use gtkmm with MinGW (g++) without MSYS?

Hi! What was the error message without MSYS? It was long time ago, but as I can remember, I add the command line options to g++ manually. I mean, see the pkg-config output, and add it manually...
Forum Post

Re: Serial port programming using Turbo C in WinXP

If you have an old 16-bit compiler, you can do this stuff under XP. Sounds like you do since you mention Turbo C. As for using a more modern compiler in protected mode -- use something like...
Forum Post

Re: Serial port programming using Turbo C in WinXP

I already address the size issue by using large model and allow for far pointers. So with the size limitation address, can these low level operation work in XP or 98 OSes? Can you clarify some...
Forum Post

C++ Service in windows

Hi, I need to write a program that can work as a service in windows XP. It checks every minute if a process called 'myprocess.exe' is running. If the process is not running, the service should...
Forum Post

Good collection of questions on C, C++, Win32, MFC, DLL, COM/DCOM

Question section Google Link: http://www.google.com/search?q=www.mybestnotes.co.in Home Page: http://www.mybestnotes.co.in Thanks and regards, Karshant
Forum Post

kingston usb flash drive

SHENZHEN CREATIVE SKY TECHNOLOGY CO., LTD 1. compatibility: PC, Netbook or Maciontosh with USB port 2.Operation System: Windows vista/xp/2000/ME/98/95 or Mac. OS9.1 and above 3.Drivers:...
Forum Post

Re: Database Connectivity

On Windows, just use SGBD apis (see Windows api group http://tinyurl.com/yjy3ajr)
Forum Post

Re: how to set read only attribute for text file in C

Always specify which compiler are you using. For Windows you can even use the Turbo C.
Forum Post

Re: Graphic problem in European versions of Windows (?)

I see... I never use SetMapMode - I do all world transformations in my code if needed. I have seen some problems caused by non-English Windows (Korean in my case), but these issues were in .NET...
Forum Post

when does delete[] actually free memory?

hi there i've got the following code to test on, you can try it on your computer aswell int a=0; char* array = new char; int b=0; delete[] array; int c=0; ive placed breakpoints on all...
Forum Post

Re: C++ to Windows application

You can't use backslash \ in C/C++ strings. This is reserved for special characters such as \n \0 etc. Fix the problem by replacing every '\' with '\\': system("C:\\something\\something.exe");
Forum Post

Re: C++ to Windows application

There are two ways you can do it: Either get a fancy RAD tool like Embarcadero Builder or Visual Studio and learn how to use them. They are professional tools saving you a lot of effort when...
Forum Post

Re: Temporarily disabling screen dimming

Use power apis (see on http://tinyurl.com/cmhb5g, C code)
Forum Post

C++ to Windows application

Hi I’m fairly good at c++ and I’ve just wrote a little program in Dev c++ and it works fine however, I would like to to write the program as a windows application in witch I have little or no...
Forum Post

how should the beginner start over ?

OK, I'm C/C++ Beginner ( just know few concepts of each ) I want know the perfect learning and practicing path to be kinda professional that can do just every thing with c and c++ from console...
Forum Post

Re: Need guidance

You need to learn how to build a GUI. Graphical user interfaces usually come in Windows and Linux flavours. There are lots of toolkits for C/C++ and C#, and it is hard to say which is the best....
Forum Post

Re: Need guidance

Once you grasp the basics of C++, you should study commonly used algorithms and data types. Linked lists, binary trees, search & sort algorithms etc. This is useful knowledge no matter what branch of...
1 2 3 4 5 6 16 26 36  Next
 

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.