Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #3K
~4K People Reached
Favorite Tags
Member Avatar for FerrousRex

I've been trying to find a library that will either let me display a .ppt file or an .odp file, but I've not really been able to find either so far. I've already tried the Apache POI library, but it only lets me display an image of the PowerPoint. If …

Member Avatar for vealparry
0
103
Member Avatar for FerrousRex

Where I work we're trying to create a CD that contains PowerPoints, PDF files and video files. The contents of the CD need to be protected somehow so that the user can open the files but can't edit them, and the disc should also be able to work on both …

Member Avatar for FerrousRex
0
102
Member Avatar for FerrousRex

I'm relatively new to ASP .NET and I was wondering if anybody knows about any good reference books? Thanks in advance for your help.

Member Avatar for FerrousRex
0
105
Member Avatar for FerrousRex

My company has been using an Access 2003 database for a couple years now and the person who previously worked on it just left, the problem is he never gave me the password to unlock the Visual Basic editor window, and I can't seem to contact him. Does anybody know …

Member Avatar for FerrousRex
0
249
Member Avatar for abarnett

I am to write a program that can be used to calculate the federal tax. The tax is calculated as follows: For single people, the standard exemption is $4,000; for married people, the standard exemption is $7,000. A person can also put up to 6% of his or her gross …

Member Avatar for WaltP
0
3K
Member Avatar for people123

Hi, I am new to C++ and I joined this forum with hopes of learning as much as i possibly can about the language. This seems like a nice place with a mature community. I bought a C++ book and I'm just now learning the basics such as goto, for, …

Member Avatar for tracethepath
0
110
Member Avatar for DejanL23

I tried to write a basic calculator program, Visual basic finds 1 error. I cant find it. Please help. I am kind off new to programming. [code=c++] #include <iostream> using namespace std; int main(void) { system("TITLE calculator"); system("COLOR 9"); char cChar; double dfirstnumber; double dsecondnumber; char cDoagain; do { system("CLS"); …

Member Avatar for DejanL23
0
175
Member Avatar for wilhelm08

[QUOTE=Dave Sinkula;50119]With regard to C++ books, I'll just echo the advice [url="http://groups.yahoo.com/group/c-prog/message/37324"]here[/url]. [/list]Proper credit: [I][B]vawjr[/B][/I], who now has [url=http://rudbek.com/books.html]this[/url] posted. The following is also recommended. [url=http://www.amazon.com/gp/product/0321113586/104-4591760-2338363?v=glance&n=283155]C++ Coding Standards : 101 Rules, Guidelines, and Best Practices[/url], Herb Sutter, Andrei Alexandrescu Book reviews can also be found at [url="http://www.accu.org/bookreviews/public/index.htm"]www.accu.org[/url]: [url="http://www.accu.org/bookreviews/public/reviews/0sb/beginner_s_c__.htm"]Beginner's C++[/url].[/QUOTE] I'm …

Member Avatar for Salem
0
100
Member Avatar for jamesny89

Hey guys, I am writing a program with functions that does different things for a user. This is a program i am writing for school and my lab teachers are horrible at helping us. The problem is that i get an illegal case error for all my cases (five cases). …

Member Avatar for zandiago
0
78
Member Avatar for eddy518

I have to ge t the result using call by reference. I'm receiving 4 errors??? from my understanding, I have 'declared' total before main. Quite frankly, I'm not getting why not declared it on display_output nonetheless?? and why total is still not being recognized?? Thanks in advance for the help! …

Member Avatar for ChaseVoid
0
129