331 Topics
![]() | |
When I copy vb code from a post to try locally, pasting the code always results in the removal of blank lines. It doesn't matter if I paste into Visual Studio or TextPad. Blank lines are never maintained. If I paste into VB, indentation is recreated based on the code … | |
Hey, I am trying to make a C++ scrit that decodes and encodes tenis polar (search it on Google if you don't know what it is). After some testing, I found out my application stops after the strcpy. Any help? The code is below. Thanks! #include <iostream> #include <cstring> #include … | |
Hello, For my current project, i'm supposed to write a statistics page that shows data about the presence of persons (or lack thereof) per profitcenter. (To put it roughlu, a profitcenter is a group of persons within this company, a bit like a department) in order to generate the statistics, … | |
Hi, I'm completely desperate for some help. I am getting a handful of reports that DaniWeb keeps crashing the web browser. Most of these reports are coming in from Firefox. Supposedly the problem is fairly consistent. I *cannot* duplicate the problem no matter how hard I've tried. I spend a … | |
![]() | My code is this atm: #include <stdlib.h> #include <stdio.h> int main(int argc, char *argv[]){ int a,b,c; int swap; printf("Enter 3 Numbers (# # #):"); scanf("%d %d %d", &a,&b,&c); //does all its computing, to see which one is biggest. return EXIT_SUCCESS; } The result when i run it in eclipse is … |
Soooo Initial Impressions .... Markdown vs BBCode ... ? :) | |
There is currently a bug where Internet Explorer 8 users cannot reply to existing threads. I am aware of the problem and am still working on a resolution. IE 9 works fine, as do Firefox, Chrome, and Safari. If you are affected, it is highly recommended that you upgrade from … | |
![]() | Hello, I have a login form which accesses to my website by WebBrowser. You have to put Username and Password in the two Textboxes to login... It works fine and it loggs me in to my site...but how can I tell if the password is wrong or not? How can … ![]() |
This is a frighteningly subtle bug I first learned about in C (Andrew Koenig's ``C Traps and Pitfalls''), but it's still with us in Java, and I assume C++ as well... The following method looks like it should always return the absolute value of n, but every once in a … | |
Hi all, I'm working on a website which has a horizontal navigation menu, much like the one on DaniWeb. Basically I need to include an icon which floats right for each list item. IE7 has a bug whereby if the container div does not have a width stipulated then a … | |
Hi folks, When browsing technical sub-forums, I noticed that there are a few threads which end with the OP replying "Thanks, it's solved/working now!" or something to that effect and are still not marked solved. Similar is the case with one-shot-posters who post a query which is duly answered but … | |
Hi, I have a problem with Battlefield 3. Every time at the last mission of the campaign, it will load for ouhrs. The game won't start. It's at the moment that you jump at the top of the train. Specs of my PC: AMD Athlon II X4 645 3.1 Ghz … | |
Hi all, I am just going through C++ basics now and I read that enum types cannot be input directly with cout and cin and such.And also that type coercion from int to enum is not allowed.But when i do this, [CODE] enum SumEnum{ENUM1,ENUM2,ENUM3} SumEnum VarEnum; scanf("%d",&VarEnum); printf("%d",VarEnum); [/CODE] It … | |
![]() | Hello, I ran into a bug with the tab focus for logging in. [B]How to reproduce the bug:[/B] 1) Make sure you are logged out 2) Click on the "Join Daniweb" link at the top right of the page 3) Click on the "Member Log In" link at the top … ![]() |
Hey guys! I started learning Python 3 four days ago and I wrote a little command line RSS Reader (~120 lines) using the [URL="http://feedparser.org/"]feedparser module[/URL]. The rss reader currently has a menu, and also receives command line arguments (run the script with "-h" or "--help" for more info). It has … | |
I'm trying to figure out how to deal with multiple matches in my address book, say the user has two people by the name of Bob; one is Bob Lastname and the other is Bob Namelast, how would you approach dealing with telling them to specify, and then allowing them … | |
I get old search result when clicking the menu bar on bottom of the window. I would also much appreciate one word text or iconic menu for mobile phone browsers once the bug is fixed. To reproduce (Platform WindowsXP, browser Firefox 4.0.1) I click New Posts after clicking Python Forum, … | |
Hey Guys, I am a new student to Java and I am working on an assignment for school. I am not looking for anyone to do my work for me, just some guidance on what I can do to fix the problem. I have done research on this issue on … | |
Hi, I wasn't sure where to post this, but thought it may save some time for someone who ran into the same problem. I had a problem in a project, where whenever I clicked the "Accept" button on a form, it would close the form for no reason. Originally, I … | |
Hi Dani, For some reason, I'm always getting the cached or old version of a given page. E.g. clicking on the CP link shows me a thread which was recently bumped in the C++ forum. After I added code tags to the post and moved it to a separate thread, … | |
I've decided to start learning Objective-C after learning python. I am not sure if i should be uding the C forum, Can There be a new Place for objective C? if anything i can start posting resources, pdfs and snippets of code that i find to kickstart a forum? if … | |
Hello! I have just started learning assembly language, and I have decided to use the NASM assembler. I made a small program, included below, that is supposed to take a number, add 5, and print out the final result. The program correctly prints the prompt, and takes a value, but … | |
Noticed just that my positive rep power shooted to 13 or is there bug in the system? Maybe some announcement message of these kind of changes explaining the reason would be nice feedback? Also I noticed 'undo the vote for this post' option for post I upvoted and I have … | |
Hi I am new to the forums, and somewhat new to python. I'm trying to make a Text Based Adventure game. I don't have an error, but a bug. This is the code: [code]import descriptions inventory = [] gold = 0 acts = {"north":"hi"} def start(acts): print(descriptions.start) rm_a(acts) def rm_a(acts): … | |
[B][COLOR="Green"][INDENT]I recently donated to DaniWeb as a member. It originally said for less than $4.00 per month you can have access to other privileges. I'm confused, because when I checked again it said $5.00+ per month. I'm just wondering which amount is correct?* The reason why is, I thought I … | |
Greetings. I just received an e-mail that was dated back in September.:-O:confused: I'm wondering why it took 1 month and three weeks to receive this e-mail. It involved the new rules and the member of the month for September along with other informative insights. I just performed an e-mail test, … | |
Hi I have had win7 for quite a while now, and has frequently had a strange problem with my mouse (2 different mice and touch-pad). Sometimes it only works in one program, e.g. it works fine in Firefox, but in all other programs (desktop, skype, WoW etc.) it "unmarks" the … | |
Hi All, I'm having problems with my spry menu bar in internet explorer.... it works fine in firefox. The menu bar on each of my pages drops down as it is intended to in firefox but when viewed in internet explorer the drop down sections appear horizontally and not vertically?? … | |
Hey Dani, Site looks great-- I've been trying to get on and lurk more and more. I noticed, though that under Chrome in Windows XP, the "use code tags" watermark doesn't go away when you click or start typing into the box. I remember it used to, but I thought … | |
Perhaps this note will save another member a spot of frustration. I tried to login from my mobile phone, but the AMD ad banner kept popping over the login dialog no matter how I tried to scroll away from it. Here's a workaround. The problem occurred holding the phone in … |
The End.