331 Topics

Member Avatar for
Member Avatar for Reverend Jim

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 …

Member Avatar for Reverend Jim
0
214
Member Avatar for funkey100

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 …

Member Avatar for Schol-R-LEA
0
313
Member Avatar for phoenix_2000

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, …

Member Avatar for phoenix_2000
0
128
Member Avatar for Dani

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 …

Member Avatar for neatric
0
447
Member Avatar for xEffrego

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 …

Member Avatar for WaltP
0
2K
Member Avatar for Dani
Member Avatar for Dani
0
525
Member Avatar for Dani

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 …

Member Avatar for Dani
0
230
Member Avatar for SeniorAlexandro

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 …

Member Avatar for SeniorAlexandro
0
130
Member Avatar for ilovejava

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 …

Member Avatar for stultuske
0
419
Member Avatar for judge6

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 …

Member Avatar for Dandello
0
162
Member Avatar for ~s.o.s~

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 …

Member Avatar for Dani
2
357
Member Avatar for jean122

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 …

Member Avatar for Narue
0
230
Member Avatar for IndianaRonaldo

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 …

Member Avatar for Tumlee
0
1K
Member Avatar for Mouche

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 …

Member Avatar for Mouche
1
184
Member Avatar for Elektrikz

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 …

Member Avatar for Elektrikz
0
393
Member Avatar for JoshuaBurleson

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 …

Member Avatar for Gribouillis
0
231
Member Avatar for TrustyTony

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, …

Member Avatar for Dani
0
246
Member Avatar for mattyg1192003

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 …

Member Avatar for AhmedGhazey
0
3K
Member Avatar for danielgr

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 …

0
106
Member Avatar for ~s.o.s~

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, …

Member Avatar for qq7434138
0
831
Member Avatar for jordan0420

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 …

Member Avatar for sergent
0
495
Member Avatar for tundra010

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 …

Member Avatar for tundra010
0
244
Member Avatar for TrustyTony

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 …

Member Avatar for TrustyTony
0
271
Member Avatar for Geemon

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): …

Member Avatar for griswolf
0
208
Member Avatar for Agapelove68

[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 …

Member Avatar for happygeek
0
248
Member Avatar for Agapelove68

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, …

Member Avatar for Agapelove68
1
367
Member Avatar for langejan

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 …

Member Avatar for langejan
0
102
Member Avatar for panjewellerybox

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?? …

Member Avatar for bmalvin
0
175
Member Avatar for alc6379

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 …

Member Avatar for Dani
0
187
Member Avatar for hardmath

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 …

0
132

The End.