Creating Files In C++?
3
Hello, I am wondering in most they have their own file types (such as .sav for a game save and .esm for a Elder Scrolls file) Just wondering how do they create, acess and delete them using C++? Can anyone give me an explaination, point me towards a tutorial or tell me a book i could get with this in it.
- Cheers, Daniel
I have a website and I want to know is there a way for me to add a log in box to it?
Who can animate a logo? (will pay for it)?
Hello, I am planning to upload to the server my website but I would like to get my logo animated.
It's a simple thing, basically, the logo consists of a circle which has a "z" in the middle, I would like the Z to spin or have a nice effect or something, just decorations to make it more attractive. I was told FLASH can do that and that it was not complicated, so I am publicly requesting for the services of anyone who can help me. I will pay for the service.
Please help!
How do i use a xsd document to extract data from a MSSQL server db and create a XML file of that usi
Hi,
I have created a XSD file now I want to use it in MS VS .net 2003/ 2005 to extract data from multiple tables like customes and their orders and the bills for those orders and create an XML file based on the structures setup in XSD . Would like to c a working example on the net if possible could someone pls guide me . I require to create an executable so any one can use it I have another utility wherein they can modify the xsd as per the requirements .
Many thanks
Meherdad
Can I buy a Restoration Disk?
I have an extra computer, but its old and I cant find a way to Restore it back to Factory Settings.
What are Visual Studio Express keyboard shortcuts for code folding, definition following?
I'm used to the codefolding and code navigation shortcuts in Netbeans for java, and recently started working on some C# and C++ code in Visual Studio Express. Can any gurus with these IDEs lay down the skinny on any keyboard shortcuts for code folding, auto formatting, or code navigation?
In particular, I would like to know any shortcut for folding and unfolding all code blocks, and folding or unfolding individual code blocks, an keyboard shortcuts for auto-indenting code, and any keyboard shortcuts for going to a definition and navigating back and forth in the list of editing places.
Where can I download Microsoft NT DDK for free?
I want the NT DDK (Device Driver Kit) to write device driver software. I know i can get one from microsoft msdn, but that costs (at least the CD), and because im out of USA, i can't get that CD easily even if i wanted to. I just want someone to give me a link from which i can download the NT DDK for free.
Is this Pseudocode correct?
‘Comment
90-100 = A
80-89 = B
70-79 = C
60 – 69 = D
Under 60 = F
INPUT: Student name, Raw Exam Score One, Raw Exam Score Two, Raw Exam Score Three
OUTPUT: Student name "received a grade of†Letter grade (based on average of three scores)
VARIABLES: NAME, S1, S2, S3, AS, GRADE
Pseudocode
Start
Read NAME, S1, S2, S3
AS = (S1 + S2 + S3) / 3
IF AS => 90 AND AS =< 100 THEN
GRADE = A
ELSE
IF AS => 80 AND AS =< 89 THEN
GRADE = B
ELSE
IF AS => 70 AND AS =< 79 THEN
GRADE = C
ELSE
IF AS => 60 AND AS =< 69 THEN
GRADE = D
ELSE
IF AS < 60 THEN
GRADE = F
ENDIF
ENDIF
ENDIF
ENDIF
Write
Write NAME, “received a grade of ", GRADE
Stop
Or will the division of three require an integer or double?
One more time. I want to add color to a greyscale image, i.e., eyes or lips or an object.?
I have Adobe Photoshop and Paint Shop Pro 8. I only use them to grayscale color images and to resize and I can make tranparencies as well. I need someone to tell me step by step or can direct me to a website that can tell me step by step. These are the only replies that will be of use to me. Thank you for your help in this matter.
how can i make my website better?
i had two plans for my website, please tell me which one you think is better or let me know if you have any alternative plans? so far im going with plan one.
1) a website with lots of backgrounds, website layouts, and myspace layouts. backgrounds are 10 cents each, myspace layouts are a dollar, and website layouts are 5 dollars.
2) all backgrounds and myspace layouts are free in order to bring more people to my website. website layouts are the only thing that costs anyhing.
the address to my website is http://www.hugemarkus.com if you want to take a look at it.
Login authorization and authentication - ASP.net or PHP?
I need a good free package that can allow me to set up users, let them log in, log out, on setup they have to confirm via an e-mail confirmation, and store their login status in secure cookies. Does anyone know of something I can download?
Who will offer me an online job, because I am disabled?
I am webdesigner who is using photoshop and frontpage. I am from Bulgaria, male 30. I am student of social economics (industrial management - business administration. I have a spare time in which I am making websites with Macromedia Dreamweaver, MS Frontpage, Photoshop, CorelDraw, SwishMax. Please see my personal homepage: www.geocities.com/popcorn2003bg and other webspace: http://usera.imagecave.com/popcorn2003bg
I have fedora core 2 installed and I wanted to know about installing tar and other source files?
I wanted to know how to make work .tar and .gz etc I can install .rpm but tell me how to install source files.
HTML design - Want table to have set width on left AND right with the center variable?
Every time I try to do this, it doesn't work. I want a set widht for left and right columns and the middle column to be variable width depending on the page width. I don't want to use table-less design. I have tried setting the width property in the TD tags and using stylsheets, but neither seems to work.
Unfortunately, my table is already 100% and I set widths for the two outer columns while trying * and nothing for the middle width and it didn't work.
Tim G may be right that it will always give more room to the outer ones when there's not enough content in the middle, but if that's the case. I may try the left and right aligned tables instead. Perhaps using float. I'll let you know how it worked.
What do Microsoft and Borland stand to gain by giving away their .NET languange compilers for free?
Microsoft and Borland have created free versions of their .NET language IDEs (compilers). Since these are both profit-driven companies, where do they hope to make money by doing this?
How do I setup Linux iso on my Windows me?
I had some problems that made me reformat my disk with fdisk. The file vmm32.vxd came up and would not go away it said it was missing or corrupted. Anyways I had did a system restore previously. It did not restore. Im also looking for a good linux system that I can use because Im a newbie at this. My computer will not go to safe mode or the desktop. So I need serious help. Which Linux would you suggest and I would hate to spend any money right now or buy a new computer its very sentamental to me. I also have to say that my Windows me did not come with a recovery emergency cd it came with a recovery disk. It is a Windows me Oem.
Can anybody help me develop a multiplayer version of Conway's Game of Life?
My idea so far is to allow each player a certain number of live cells to be placed, and the last person with any cells left wins. In the case of a draw (all are eliminated at the same time, or a stable condition is made) the options could be either to let the person with the most cells win, or allow each person to place one or more cells, and let the game continue.
I don't know how I would make the cells interact though, how it would be chosen what type a new cell is (who it belongs too)
I also don't know what program(s) I would need to make this...
Which version of this webpage design do you like better?
http://fulturnjones.com/cliqimaging
http://cliqimaging.com
They're both under construction, so they won't look complete. Just tell me what you think so far.
I'm designing all these sites, I can't even see what's good and what's bad anymore.
By the way, if you like them, I'm cheap! I'll do a company website for much cheaper than the other guy.
can any1 thats an html expert code an lyout for me i will put a link up for you!i can also pay in ne
ok the layout has to be coded like a map and stuff email poofypinkpenguin@yahoo.com if you can help :D i will send you the url later but i dont want any1 to steal the layout :D
my e-mail receives 900+ plus messages that all advertising and still increasing how can i fixed it?
and what can i do so that it won't be happen again? please help..... :-( thanks!
