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
~13.5K People Reached
Member Avatar for cppnewb

Hello everyone. I am using Windows Vista, and am trying to enable print notificaionts for a networked printer. I have the check box checked, and have even gone into the registry to make sure the correct key read '1', but the notifications still will not appear. Anyone got any ideas?

0
85
Member Avatar for cppnewb

Hi. I am using Visual Studio 2010 for coding in C++. When I'm coding, I often make it to the bottom of the screen and the line of code I'm typing ends up at the bottom of the window - very annoying. I was wondering if anyone knew of a …

0
62
Member Avatar for cppnewb

Hello. I am trying to instantly 'post' a user's input using ajax and jquery, along with a little javascript. This is my HTML [code] <div id="postArea"> <TEXTAREA name="newBlog" cols="40" rows="10"></textarea> <A HREF="#" onClick="post()">SUBMIT!</A> </div> [/code] and here is my code that goes along with that (in a separate file) [code] …

0
82
Member Avatar for cppnewb

Hello...I am new to java and have written some code...and now I am getting a 'SyntaxError: Parse error'. My code is : [code] if (window.innerWidth && window.innerWidth <= 480) { $(document).ready(function(){ $('#header ul').addClass('hide'); $('#header').append('<div class="leftButton" onclick="toggleMenu()">Menu</div>'); }); function toggleMenu() { $('#header ul').toggleClass('hide'); $('#header .leftButton').toggleClass('pressed'); } } [/code] Any help is …

Member Avatar for BestJewSinceJC
0
74
Member Avatar for cppnewb

Hello everyone! I havnt posted in awhile, but I am working on a new project and have hit a speed bump. I was wondering if there is a way to transfer HTML form data to a C++ program. What I mean by that is, the user enters data into the …

Member Avatar for cppnewb
0
78
Member Avatar for cppnewb

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 have responded to my invitations. If any of you have a username and …

0
123
Member Avatar for cppnewb

Does anyone have a reccomendation for a GOOD, VIRUS FREE, LOW COST video converting program. That would really be of help. Thanks.

Member Avatar for ALtech10
0
126
Member Avatar for cppnewb

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 urgent. Thanks to you all!!

0
92
Member Avatar for cppnewb

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 area I designated. Any help?

0
80
Member Avatar for cppnewb

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 saving the problem file under a different name, and …

Member Avatar for HI2Japan
0
108
Member Avatar for cppnewb
Member Avatar for redisputed
0
106
Member Avatar for cppnewb

Hi. I have a program that goes a little like this: [CODE] // Include files, etc... int main() //code... [COLOR="Green"] if (input == "logout"); { return main(); } [/COLOR] // rest of the code [/CODE] Now, every time the program goes to main, the values previously stored in the varibles …

Member Avatar for nucleon
0
126
Member Avatar for cppnewb

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!

Member Avatar for death_oclock
0
86
Member Avatar for cppnewb

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: [CODE] c:\...\renew.h(25) : error C2660: 'localtime_s' : function does not take 1 arguments c:\...\renew.h(36) : error C2660: 'asctime_s' : function does not take 1 arguments [/CODE] Here …

Member Avatar for cppnewb
0
1K
Member Avatar for mruane

Hi all, my name is Karim, and I am migrating from Python to C++ in order to make windows and linux based games. I am using the Visual C++ IDE, and am a complete newbie when it comes to C/C++. Python is so overly simplified that it does not provide …

Member Avatar for Stefano Mtangoo
0
158
Member Avatar for cppnewb

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: [CODE] #include <iostream> #include <cstdio> #include <cstdlib> #include <string> #include <fstream> using …

Member Avatar for cppnewb
0
193
Member Avatar for cppnewb

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 u could help... Using XP W/ SP3

0
69
Member Avatar for cppnewb

I am having trouble using cin.getline and classes. Here is the code[CODE] #include <iostream> #include <cstdio> #include <cstdlib> #include <string> #include <fstream> using namespace std; class RememberPlans { public: string date; string subject; string resources; string description; }; RememberPlans nds; // Function Prototypes bool enterPlans(RememberPlans& nds); void exportData(RememberPlans& nds); void …

Member Avatar for cppnewb
0
407
Member Avatar for cppnewb

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

Member Avatar for Ancient Dragon
0
107
Member Avatar for cppnewb

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 development.? A - You should only learn C++ B- You should only learn Windows …

Member Avatar for Rashakil Fol
0
107
Member Avatar for cppnewb

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 [b].exe[/B] file? Thanks!

Member Avatar for VernonDozier
0
77
Member Avatar for cppnewb

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.

Member Avatar for John A
0
132
Member Avatar for cppnewb

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. I'm using windows XP and Dev C++

Member Avatar for Freaky_Chris
0
119
Member Avatar for cppnewb

Hi. I'm new to the forums, and I have a quick question. I would like to add 14 days to the current system date in a program. Here is my code: char date[9]; _strdate(date); char time[9]; _strtime(time); cout << "The due date of your books is: " << date << …

Member Avatar for cppnewb
0
9K
Member Avatar for sruddock

Hello for the past few days, whenever I connect to the internet, my computer slows down and eventually completely freezes. If i disconnect from the internet, it starts working again! I have run a few virus scans (mcafee) and a few trojans were found and removed however the problem still …

Member Avatar for cppnewb
0
316
Member Avatar for cppnewb

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 display a message if the library doesn't …

Member Avatar for cam875
0
117
Member Avatar for sganandhsg

Hi All How to Set Password For Particular Folder for using Win Xp Service Pack 2 Help me Plz Thanks

Member Avatar for cppnewb
0
171
Member Avatar for cppnewb

Hi Again. I have a password field in one of my programs. I would like to display the letters as a *. Does anyone have some code to achieve this?

Member Avatar for cppnewb
0
99