2,839 Posted Topics
Re: This thread has indeed been closed for no reason. We have no problem with people replying to old threads as long as their reply is: 1. Ontopic 2. Not mentioned before in the thread 3. The reply is not another question, which is called "hijacking a thread". I've deleted the … | |
Re: [QUOTE] daughters computer someone reset her username and password and we can't get it to start. please help, she really needs it for schoolwork. [/QUOTE] I guess you still see the login-screen of windows? If you press ctrl-alt-del (a few times) in the loginscreen you will be able to fill … | |
Re: You wouldn't be making a crack right? Because that would be against the rules... | |
Re: [URL="http://www.daniweb.com/forums/post1459782.html#post1459782"]Double thread[/URL]. Closed | |
Re: I've been looking at this thread, but you're website's name is integrated too much in your post and the reply. If I delete it, it would render the entire thread useless. | |
Re: Ask Narue*. She's one of the very few people here that knows programming *extremely* well, and can also write a decent piece of text in proper English. As you might have noticed, most of us programmers have issues with languages :) *I have no idea if she would do it, … | |
Re: I'll continue my anti-sigspammer campaign, because I think it's starting to work :) | |
Re: I know that you can build these kind of programs with Rose Realtime, but I'm not sure if it has a reverse engineering button to create diagrams from code... And since Rose isn't exactly cheap, I don't have a copy to test this. Perhaps you could look at the docs … | |
Re: That's quite enough horrible-nonstandard-unformatted-turboC-code for one thread. Closed. | |
Re: Signature links posted on Daniweb do NOT show up in google, or any other search-engine, so it won't do your traffic any good. But welcome. | |
Re: What programming language? | |
Re: It took you 1 year and 2 months to check that? :icon_eek: | |
Re: iamthwee: Most likely 2 persons using the same account, or some sort of mild personality disorder. Can sometimes give excellent and spot on answers, but gets more enjoyment from being a troll. When the heat is on (yet another warning/infraction), he likes to lay low for a while to trick … | |
Re: I don't believe until I see it with my own 2 eyes. I know that this is possible in theory, but does an iPad have enough CPU-power? Meh, I don't think so.. | |
Re: I guess you forgot to open the clipboard first: [code=cpp] HANDLE clip; if (OpenClipboard(NULL)) clip = GetClipboardData(CF_TEXT);[/code] Now 'clip' is the adress of the first character of the data on clipboard. So to print it: [icode] cout << (char*) clip;[/icode] | |
[B]What's up?[/B] We've been having a big problem with Russian spammer for the last few days. You may have seen some posts they made with mainly porn and/or drug-links in them. We're currently struggling to keep up with the enormous amount of spam being posted, so I thought I'd ask … | |
Re: The [URL="http://www.daniweb.com/forums/faq.php?faq=daniweb_policies"]rules[/URL] apply for all text on Daniweb including reputation comments. [QUOTE=rules] Keep It Pleasant * Do not post anything with malicious intent against another member, including, but not limited to, racist, sexist or religiously prejudiced remarks * Do not post insults or personal attacks aimed at another member * … | |
| |
Re: [URL="http://www.daniweb.com/aboutus.php"]About us[/URL] | |
Re: [QUOTE]but u may consider printf[/QUOTE] No. This is the C++ forum, not the C forum. The OP is on the right track at the moment, don't confuse him. | |
Re: >> But now i read that for running a game allegro.dll is required on computer. Tell me if it is correct. Yes. >>Also many people say that SFML is better than Allegro, since the latter is old. It's not "better", but it has its advantages. As far as I can … | |
Re: You probably created the wrong kind of project in VS. When creating a new project choose "win32" and not ATL. In the next step uncheck ATL, MFC and Precompiled headers and choose "console application". | |
Re: [B]>>*If I somehow incorrectly explained a part or didn't use proper programming protocol [specifically worried about the array initialization process and if it's frowned upon]... looking at Narue and other helpful programmers, please let me know!* [/B] After telling the OP that you can't use a variable to declare an … | |
Re: You can still link to it? I personally don't want too many readme's in one forum, it confuses the newbies. The C++ forum had 7 stickies at one point, when I decided to unsticky a few of them including the one you're referring to. But I'll see what the rest … | |
Re: Done. Next time, when creating a new thread, please select "code snippet" from the combobox. (it reads "discussion thread" standard). | |
Re: And it also got deleted. [QUOTE=rules] Do not mention, plug or refer to any product, service, or [B]website [/B]you are affiliated with anywhere outside of Business Exchange forums specifically designated for this purpose[/QUOTE] :) | |
Re: This is obviously turning into another signature-spam thread. Here's some news for you all: [B]Daniweb signatures [COLOR="Red"]DO NOT[/COLOR] show up in google (or other search-engines). [/B] Stop posting your crap, no Daniweb members are interested in your products. | |
Re: >> but you deleted your post's contents like a freaking moron. Thanks for destroying thread continuity. I've put the text back in the first post. If the OP was worried about his prof finding this code online, (s)he should've thought about that [I]before[/I] clicking the "post new thread" button :icon_wink: | |
Re: If [I][B]you [/B][/I]want to do the project, why should [B][I]we [/I][/B]give you the code? [URL="http://www.daniweb.com/forums/announcement8-2.html"]Start here[/URL] | |
Re: Good job man! After only 10 months you came up with an answer in the wrong language. :icon_wink: Closed. | |
Re: [URL="http://www.google.com/#sclient=psy&hl=en&q=virtual+destructor&aq=1&aqi=g4g-o1&aql=f&oq=&gs_rfai=&pbx=1&fp=e64ee6e4e8056c32"]virtual destructor[/URL] Or would you like to know anything specific? :icon_wink: | |
Re: My C is a bit rusty; but this: [code] while( not read entire string) { read the next symbol (symb) of the string [/code] will probably raise a syntaxerror or two methinks :icon_wink: | |
Re: [quote=basteon]Structures are more related to C language than C++.[/quote] That's not true, a struct is a perfectly normal thing to use in C++, just like a class. The difference between the structs and classes is that a struct defaults members to public while a class defaults to private. Yes, struct … | |
Re: next time, please ask C++ questions in the [URL="http://www.daniweb.com/forums/forum8.html"]C++-forum[/URL] | |
Re: Cpuinfo: /proc/cpuinfo Meminfo: /proc/meminfo | |
Re: >> [icode] DynamicType* temp = new DynamicType[actual_len];[/icode] Where's the matching [icode]delete[][/icode] ? | |
Re: #4 by rep. This only proves that rep means nothing :) I see a lot of people with lower ranks, with *a lot* greater knowledge than myself. :) Reporting a post should give a lot of activity points, maybe this will motivate members even more to help us moderating. [edit] … | |
Re: [QUOTE=jbennet] the fact the poll shows that 80% of us are single is kinda depressing [/QUOTE] Who said anything about being single. I'm in a very happy relationship with my girlfriend but I don't think we'll be getting married any time soon. But I'm most defenitly not single. :) Niek | |
Re: 1. The [noparse][code=syntax] ... [/code][/noparse] syntax is no longer necessary. If you post in the PHP forum, syntax highlighting for PHP will be default, new members should not bee bothered with this extra information. > > 2. Yes, it needs to be edited to reflect [noparse][CODE][/noparse] instead of #, but … | |
Re: That's enough. Our rules say: [quote=rules] Do provide evidence of having done some work yourself if posting questions from schoolwork assignments[/quote] This OP hasn't done this and doesn't deserve a ready-made answer. Now I know that you're answer isn't complete, but it's close enough. [quote] read this [Observational_learning] [/quote] So … | |
Re: [quote=Dean_Grobler]I didn't think any foreigners and speak it. [/quote] [quote=AndreRet]jy sal verbaas wees wat party van die lede hier kan doen! Ek het vir 'n geruime tyd gebruik gemaak van DreamInCode[/quote] translation: You'll be surprised what the members here can do! I have used DreamInCode for a significant amount of … | |
Re: This is weird, if not creepy. It's because of people like this that women/girls don't like to tell their gender to anyone on the internet. [edit] [attach]18292[/attach] | |
Re: >> first of all, this post does not belong here Actually: it does. It's about C++, so it belongs in the C++ forum. | |
Re: >> but in functional has functional recursion .is functional has recursion? Err, what? | |
![]() | Re: >> I've heard about the pain lingering on after...sometimes for years? This is a really scary thought. Took about 3 months for me. |
Re: [QUOTE]this is more a question for the IT Professional lounge. [/QUOTE] I've moved it to CS because that forum is already cluttered with "I need a project idea" threads :) |
The End.