Forum: C++
Jun 24th, 2005, 7:19 AM
|
|
Replies: 10
Views: 295
well the libraries are written that way and I...
well the libraries are written that way and I didn't want to change the extention so I didnt' have to chenge the '#includes' . I tried -P an dgot the same error + I tried the .cpp extention and I got...
|
Forum: C++
Jun 22nd, 2005, 4:38 PM
|
|
Replies: 10
Views: 295
compileing problem[solved]
I am tring to compile a simple program that uses a md5 class that I found somewhere online. My problem is that it gets me the following error
Fatal F1003 c:\C...
|
Forum: Visual Basic .NET
May 30th, 2005, 5:38 AM
|
|
Replies: 2
Views: 272
|
Forum: Visual Basic .NET
May 17th, 2005, 9:39 AM
|
|
Replies: 2
Views: 272
set selected on listview
I am creating an application that needs a button that change the selected item to a listview, can anyone help me?
|
Forum: Visual Basic .NET
May 17th, 2005, 8:27 AM
|
|
Replies: 2
Views: 235
Well it depends what library you are going to...
Well it depends what library you are going to use. That depends on how complex the graphics will be, and how many frames you want per second. Well you could try GDI+ but I'd suggest directX or openGL...
|
Forum: Visual Basic .NET
May 10th, 2005, 1:17 PM
|
|
Replies: 1
Views: 324
picturebox
I want to have 2 pictureboxes(one oveer the other) and the forth one is going to have an image with transperent places on it. The problem is that I cantnake it show the picture from behind, can...
|
Forum: Visual Basic .NET
May 10th, 2005, 12:58 PM
|
|
Replies: 2
Views: 331
|
Forum: C
May 3rd, 2005, 6:20 AM
|
|
Replies: 4
Views: 411
|
Forum: C
Apr 23rd, 2005, 2:20 PM
|
|
Replies: 4
Views: 411
bitmap files
I wrote yesterday a code that reads the headers of a bitmap file and print them on screen. Actually I'll write a program extracting an image but I wanted to check if the headers are ok. The problem...
|
Forum: C++
Apr 21st, 2005, 8:39 PM
|
|
Replies: 2
Views: 312
google bmp fileformat it will give you enought...
google bmp fileformat it will give you enought info. If you want add C++ you might find the exact structures for the header.(I was searching for this yesterday this but I don't remember where I found...
|
Forum: C
Apr 15th, 2005, 12:00 PM
|
|
Replies: 3
Views: 231
|
Forum: C
Apr 15th, 2005, 11:52 AM
|
|
Replies: 3
Views: 231
solved - Error before token "{"
I had created a c codde using to c files and one h. It was working perfect I made some changes to it and it started giving me an error like this "Error before token "{"" reffering at the { after the...
|
Forum: C++
Apr 14th, 2005, 8:06 AM
|
|
Replies: 5
Views: 191
|
Forum: C++
Apr 13th, 2005, 6:54 PM
|
|
Replies: 5
Views: 191
|
Forum: C++
Apr 13th, 2005, 5:53 PM
|
|
Replies: 5
Views: 191
Window options
I am interestring in creating a c game in dos. And I was wondering if there are ways to change the window backcolor, size ets. and the color of the leters.Can anyone help me out?
|
Forum: C
Apr 7th, 2005, 10:28 AM
|
|
Replies: 2
Views: 228
|
Forum: C
Apr 4th, 2005, 5:33 PM
|
|
Replies: 2
Views: 228
Printer stream in C
How Can I open a printer stream in C. The stdptr doesn't work and is logical after all it refers to the first parallel and I have no parallel in my notebook.So the Actual question is how to open a...
|
Forum: C
Apr 4th, 2005, 7:09 AM
|
|
Replies: 3
Views: 335
|
Forum: Coder's Corner Lounge
Apr 4th, 2005, 6:44 AM
|
|
Replies: 2
Views: 167
What is XML
and how can this be useful on a program?
Do you hav any idea where can I find more info on these?
|
Forum: C
Apr 4th, 2005, 6:24 AM
|
|
Replies: 3
Views: 269
|
Forum: C++
Apr 3rd, 2005, 6:47 PM
|
|
Replies: 8
Views: 347
|
Forum: C
Apr 3rd, 2005, 6:04 PM
|
|
Replies: 5
Views: 397
the problem is that scanf("%c",ans); reads only...
the problem is that scanf("%c",ans); reads only one character the '\n'(new line character) that is inserted by the enter button is read burring the second run and gets out of the loop as the while...
|
Forum: C
Apr 3rd, 2005, 5:57 PM
|
|
Replies: 3
Views: 335
About functions
I started studing C last monday so please don't acuse me for a too stupid way. Yesterday I wrote a "library" to read and write ini files which is ok. But in the h file I have a few functions that are...
|