Forum: Windows Software 19 Days Ago |
| Replies: 0 Views: 258 Hello. I am a High School student and am currently into engineering. I would like to use the student edition of autodesk inventor, but I do not have a school issued e-mail and none of my teachers... |
Forum: Windows Software Sep 24th, 2009 |
| Replies: 0 Views: 246 Hello. I was wondering if anyone knew how to add a splash screen to the program inkscape of Microsoft Visual Web Developer 2008 Express Edition? I have to do this for a school project, so help is... |
Forum: Windows Software Sep 19th, 2009 |
| Replies: 0 Views: 381 Ok...so, i installed scribus today as a free alternative to adobe InDesign and Acrobat. However, every time I save as a PDF with a PDF text box in it, in Adobe Reader, it won't let me type in the... |
Forum: Windows Software Jun 28th, 2009 |
| Replies: 2 Views: 401 Hello... so today, I used the "Save As PDF" feature in Word 2007, like I always do. So, I tried to open the file, and it won't open. I tried saving a different file as PDF, and it worked. I tried... |
Forum: Windows Software May 24th, 2009 |
| Replies: 2 Views: 422 Hi. Can anyone suggest FREE, Virus FREE 3D Computer animation software |
Forum: C++ Mar 9th, 2009 |
| Replies: 2 Views: 1,340 Hi. I have a program that goes a little like this:
// Include files, etc...
int main()
//code... |
Forum: C++ Mar 3rd, 2009 |
| Replies: 1 Views: 568 Hi. I am looking for a way to load the windows COMMDLG.DLL from my C++ program and open the print dialogue box. Thanks for any help! |
Forum: C++ Feb 26th, 2009 |
| Replies: 13 Views: 1,334 Thank you soooooooo much guys to take the time out of your day to help me with my silly questions. +1 reputation :) |
Forum: C++ Feb 25th, 2009 |
| Replies: 13 Views: 1,334 Ok then... Here is the latest code (with the thing that causes the runtime error):
class renewBooks
{
public:
int getItems()
{
cout << "Please scan the barcode of the book you would like... |
Forum: C++ Feb 25th, 2009 |
| Replies: 13 Views: 1,334 Ot, then, i tried to add days to my date by putting in:
newtime.tm_mday += 14;
and then, I got a huge runtime error. I took it out, and it was fine. Is there a better way? |
Forum: C++ Feb 24th, 2009 |
| Replies: 13 Views: 1,334 Thanks guys, you great. Now I have one more question... Is there any way to physically open the text file for the user to print and save as they wish after it has been wirtten to? If there is a way,... |
Forum: C++ Feb 23rd, 2009 |
| Replies: 13 Views: 1,334 Ok... so, I looked it up on themicrosoft's msdn website and this is what i wrote, but i still got ERREORS ! :@
Here is the code and the errors
class renewBooks
{
public:
int getItems()
{... |
Forum: C++ Feb 22nd, 2009 |
| Replies: 13 Views: 1,334 Hi. First, I program for the fun of it and to make things of use to me. Second, I did look up the function in the time.h file and all i saw was...well...gibberish. I tried adding another argument... |
Forum: C++ Feb 22nd, 2009 |
| Replies: 13 Views: 1,334 Hi. I'm making a class in an include file. I ran into some touble...When i try to compile, this is what comes up:
c:\...\renew.h(25) : error C2660: 'localtime_s' : function does not take 1... |
Forum: C++ Feb 1st, 2009 |
| Replies: 6 Views: 393 Hi. I actually figured it out...I got the code to compile and turns out that I was overloading the text file, so, i redesigned my code and it works fine. Thanks anayways! |
Forum: C++ Jan 31st, 2009 |
| Replies: 9 Views: 414 I know that this doeson't go with your *free* standards, but if you'r wi;lling to spend 25$ at borders or find it cheaper on Amazon of Ebay, I would HIGHLY reccomend C++ for Dummies. I'm still... |
Forum: C++ Jan 31st, 2009 |
| Replies: 6 Views: 393 Ok...It says that the file was accessed, but when it tries to access the information, it cant. Here is my text file.....
2010419735 Name Date1 Date2 Phone e-mail Pin $0.00 3 Hold 0 N/A |
Forum: C++ Jan 31st, 2009 |
| Replies: 6 Views: 393 Ok....I tried de-bugging the program before i did this post. I forgot all of the ifstream stuff and put a regular cout >> command. The program didnt even go on to that...
tempData is just the... |
Forum: C++ Jan 31st, 2009 |
| Replies: 6 Views: 393 Hi. I am making a program, and I have a main section and a class that the main section tefers to in a .h file. The Ifstream part wont work, and i dont know why. Please help.
MAIN:
#include... |
Forum: Windows Software Jan 28th, 2009 |
| Replies: 13 Views: 1,401 Converting from .MPG to .WMV and Low cost as in mainly free to
15$ish |
Forum: Windows Software Jan 28th, 2009 |
| Replies: 13 Views: 1,401 Does anyone have a reccomendation for a GOOD, VIRUS FREE, LOW COST video converting program. That would really be of help. Thanks. |
Forum: Windows Software Jan 27th, 2009 |
| Replies: 0 Views: 485 Hi, I keep getting this error on Windows movie maker saying interface has too many methods to fire events from. I already tried converting file formats, but that did...um...nothing. Just wonderin if... |
Forum: C++ Jan 19th, 2009 |
| Replies: 3 Views: 795 Thanks guys. I fixed it. :) |
Forum: C++ Jan 18th, 2009 |
| Replies: 3 Views: 795 I am having trouble using cin.getline and classes. Here is the code
#include <iostream>
#include <cstdio>
#include <cstdlib>
#include <string>
#include <fstream>
using namespace std;
class... |
Forum: C++ Jan 14th, 2009 |
| Replies: 2 Views: 458 Is there any way in a ifstream to change the font it writes in???
Thanks! Im using Microsoft Visual C++ Extended Edition 2005 on Windows XP |
Forum: C++ Jan 12th, 2009 |
| Replies: 1 Views: 325 Hi. I'm beginning to wonder if youre dreading my posts - they are so dumb but....
Is there a way in Microsoft Visual C++ Express Edition to compile the program and save it as a .exe file? Thanks! |
Forum: C++ Jan 11th, 2009 |
| Replies: 8 Views: 470 Hi. I was just wondering what you thought about C++ and windows development. I'll post a pie chart daily as long as people continue to respond.
The Question: What do you think about C++ and windows... |
Forum: C++ Jan 7th, 2009 |
| Replies: 7 Views: 391 Is it free? Microsoft Visual C++ express edition? |
Forum: C++ Jan 7th, 2009 |
| Replies: 7 Views: 391 Hi. I was just wondering if you had any opinions/recomendations on some Text Editors. Specific editors I was wondering about:
Dev-C++
Vim
Emacs.
Any input would be greatly appreciated. |
Forum: C++ Jan 3rd, 2009 |
| Replies: 3 Views: 540 |
Forum: C++ Jan 3rd, 2009 |
| Replies: 3 Views: 540 Hi, It's me again with another silly question:)
I was wondering if there was a way using ofstream to not erase the contents of the file it is writing to and simply write at the end.
Thanks!
P.S.... |
Forum: C++ Jan 2nd, 2009 |
| Replies: 11 Views: 2,965 It worked but I had to change
time_t now = time(NULL);
struct tm* tm = localtime(&now);
tm->tm_mday += 14;
time_t later = mktime(tm);
to
time_t now = time(NULL);
struct tm* tm =... |
Forum: Windows NT / 2000 / XP Jan 2nd, 2009 |
| Replies: 6 Views: 671 I'd Just start a new thread in that section and copy and paste your text in a new post. Ps. I'm a newbie too :)
They'll be able to help you better there. |
Forum: C++ Jan 2nd, 2009 |
| Replies: 7 Views: 381 Thanks guys! That worked perfectly! And...If there was other informatin that needed to be displayed I'd just need to put:
LibraryDatabaseFile >> author;
cout << "\n";
cout << "Book Author: ";... |
Forum: Windows NT / 2000 / XP Jan 2nd, 2009 |
| Replies: 6 Views: 671 Ok... I'll see what I can dig up. It might take a day if I can think of anything.
PS...I can't make any guarantees and also, are you using wireless? |
Forum: C++ Jan 2nd, 2009 |
| Replies: 7 Views: 381 Yeah, I've used ofstream before but never the input. Also, would the text file just have to look like:
BillyBob = CAL 123.45
or something different. Any links/tutorials would be greatly appreciated |
Forum: C++ Jan 2nd, 2009 |
| Replies: 7 Views: 381 Hi again.
In one of my programs, I would like to put in a search type feature. I would like it, so if the user enters a book name, it returns the call number of the book. I would also like it ti... |
Forum: Windows NT / 2000 / XP Jan 2nd, 2009 |
| Replies: 3 Views: 1,536 You could also password protect just the files in the folder if they are from Word, Excel. Powerpoint, etc. (anything Microsoft office Office) |
Forum: Windows NT / 2000 / XP Jan 2nd, 2009 |
| Replies: 6 Views: 671 Just a quick question - How much RAM do you have in your computer and do you visit websites that run large games or anything else like that. |
Forum: C++ Jan 2nd, 2009 |
| Replies: 6 Views: 581 Ok, sure thing. I'm using Windows XP and My complier is the one that comes with Dev-C++, Mingw I believe. |