3,892 Posted Topics
Re: Nothing special, just the normal stuff required to get the Windows up and running, getting my code compiled and for listening to songs. Plain and simple. :D | |
Re: A good way to gain some rep power Niek...:D Maybe even I should try out your way and see how things work for me.....;) | |
Re: Hello there. [quote=joeprogrammer;296117]I always get suspicous when I click the "view new posts" button for a thread that I don't remember seeing recently, and it jumps me right to the last post... I then double-check the date before replying.[/quote] No harm in replying to bumped posts as long as you … | |
Re: Hey there Carl, welcome to Daniweb. :D I am sure there are many newbies out there who need your expertise...;) | |
Re: [quote=joeprogrammer;296533]But I heard somewhere that you can still use forward slashes in C++ programs under Windows; correct?[/quote] Yep, actually using forward slashes is the most portable way of putting slashes inside commands such as system as well as while hardcoding file path, rather than using \\ which works only on … | |
Re: [quote=joeprogrammer;296589]Hey, we were all newbies once![/quote] No, I would rather put it as "genius in making...." ;) | |
As you all must have heard, Saddam Hussain was hanged on 30th of December at 8.30 AM (Indian standard time). Very much like Hitler, killing innocent people was what brought him down. But yes, a end of another fine man like Hitler, who believed in what he wanted but used … | |
Re: [quote=Mr.UNOwen;296553]Isn't C portable to the point you can creat an OS with it???[/quote] I think you have your concepts blurred there. Portability roughly impiles the same standard C code can be compiled on Windows system as well as Unix system. (of course provided you don't use external libraries). Yes, C … | |
Re: [quote=TomPettyJT;296498]I have been struggling with this program assignment for weeks now. Can someone offer some advice on how to only accept numerical input, and to reject anything else? Here is my code.[/quote] For the purpose you are trying to achieve, I wouldn't recommend scanf. It offers so very little control … | |
| |
Re: No, you need not tell anything else. Miss Dani has come to know that you and I are the only ones causing an uproar everytime with something innovative. (You with shortcut for inlinecode and me for PM for comments on your submitted code) :D | |
Re: Hey there welcome to Daniweb, hope you get all the required help here. :D | |
Re: Congrats Roryt, hope you keep submitting your tuts to help newbies out....:D [B]PS[/B]: BTW Joey I didn't know you had a blog let alone the fact that you have become a featured blogger....;) Congrats on that one. | |
Re: Those books are not for free, you need to buy them. Asking for the PDF version of Text books constitutes attempt of piracy, I hope you realize that. Anyways a warning has been given. | |
Re: [quote=Mushy-pea;294746]Hello everyone. I read ~S.O.S.~'s signature today and it reminded me of somthing.[/quote] A good thing..;) [quote]So, my question is, has anyone else here faced a similar mental breakdown and how did you cope with it?[/quote] There comes a point of time in everyone's life when one experiences such things. … | |
Re: [quote=Ravalon][code=c]struct { char suit; std::string face; int value; } deck[52];[/code][/quote] Ravalon, have you enabled all the warnings in your compiler settings (-Wall) since the above flags a warning saying "error: no matching function for call to `random_shuffle(<anonymous struct>[52], <anonymous struct>*)' ". You better name the struct just for standard's sake, … | |
Re: Hey there my windsurfer friend, welcome to Daniweb :D | |
| |
Re: Happy New Year and a happy BDay again Mr. Happygeek though I have already given my share of wishes. May the Blog be with you...;) | |
Re: Hello there. [quote=joeprogrammer;295725]Either that, or you have some miniscule amount of RAM in your computer. What's your compiler? It's highly unlikely, but a crappy old compiler has much different limits than a modern one.[/quote] Yes, an old compiler imposes a limit on the amount of memory that can be allocated … | |
![]() | Re: No point in deciding something which I am never going to follow...;) |
Re: [LIST] [*]I would like to teach a good lesson to all those suffering from [I]sarcastocommenta [/I]and who intentionally or unintentionally end up hurting other people. [*]I don't belive in gods, saviours, etc.. [*]At the end of the day, I end up hating the world a bit more. [*]Normally during my … | |
Re: [quote=joeprogrammer;294802]I agree with sharky - static ads are bearable, but interactive ones actually make it hard to view the page. That's why I dislike IntelliTXT ads. [/quote] Already *too* much debate on this has happened at numerous places in Daniweb, many things happened, many bonds severed. Best this thing is … | |
Re: No need of checking for NULL while using C++ delete, the implications of this are taken care by the standard C++ implementation. Given the message, I think somethign is getting deleted twice here. Better set the pointer to 0 after deleting it. And btw, just post your entire code so … | |
Re: I don't think there is any other way than command line arguments since the ways in which a program receives data are: 1. Standard input (keyboard in most cases) 2. File stream (reading data from files) 3. Command line arguments Since you don't require 1 and 2, you obviously have … | |
Hello Miss Dani. Has the layout for "IRC Chat Network" page being changed wherein the names of the people in the channel are no longer displayed ? I would really like to know why the change in the layout has been brought about, since I can no longer view the … | |
Re: Well, then I think you will have to start from [URL="http://www.google.co.in/search?hl=en&q=vb+.net+2005+tutorials&btnG=Google+Search&meta="]square one[/URL] and then move up slow and steady. | |
Re: Happy New Year to each and everyone at Daniweb on behalf of India...:D | |
Re: I don't have a Unix system, but try this and tell me whether it works: [code=cplusplus] #include <stdlib.h> int main( ) { system( "shutdown" ) ; return 0 ; }[/code] For references see [URL="http://www.computerhope.com/unix/ushutdow.htm"]here[/URL] and [URL="http://www.scit.wlv.ac.uk/cgi-bin/mansec?3C+system"]here[/URL]. | |
Re: Pretty good ones. :D My fav: [quote] OOP Chicken: It doesn't need to cross the road, it just sends a message. Assembler Chicken: First it builds the road ...[/quote] So very much like the OOP we know...;) | |
Re: Hey there buddy, welcome to Daniweb. :D Ask for all the help you can...;) | |
Re: Hey there David, welcome to Daniweb :D Hoping to see you around.... | |
| |
Re: Hey there FlyingTigers, welcome to Daniweb :D. [quote]Don't worry, I will learn[/quote] Yeah man, that's the spirit. ;) | |
Re: [quote=kingvjack]Do NOT... For any reason go out and spend 90 bucks on a college style book... You'll only get disappointed. For some reason programmers like to try and dazzle you with their knowledge and fancy terms. To avoid this try going to Barnes and Nobles and pick up "The absolute … | |
Re: [quote=JRM;295118]If i have a program running in debug that requires an input from the keyboard to continue, how do i do that?[/quote] Go back to the console screen (make the console window active) and give the input. | |
![]() | Re: Yes Maya and Max are what the professionals aspire to work with. Also the professional industry demands Max and Maya. Though from what I have heard, Maya is basically used for making animation movies while Max for making game models. Atta boy Iamthwee, there is lot to be done and … |
Re: Oh, I am so very much in love with the pretty face that pops up..;) | |
Re: Hey Sharky, maybe something like [URL="http://www.thescripts.com/forum/showthread.php?p=2271475#post2271475"]this[/URL] is what you are looking for. | |
Re: First LUA version: [inlinecode] for i = 1,10 do print(i) end[/inlinecode] | |
Re: Data Structures in C++ is not a free book, you will have to buy it. And if you want some free knowledge related to data structures go [URL="http://en.wikipedia.org/wiki/Data_structure"]here[/URL], click on the links which interest you and start reading. | |
![]() | Re: [quote=vishesh;293096]So is there any method to solve this. Also whats the limit of the global data. I am supposed to use Borland C++ [/quote] The limit is I think 64K of memory. One solution you can try is to create seperate header files with each header file containing variables having … |
Re: But having experienced and seen the contents of these Dietel books, personally I feel that they are bad. All the spoon feeding would get you nowhere. Better follow Mr. Bench's advice and go with books which have higher rating and good reviews, which I think the Dietel books don't have. … | |
Re: Have never smoked and and hoping that I never will. Some guys get a kick out of it but I am better off with my coffee and tea. Smoking not only affects the person smoking, but also the ones around him. But if someone is smoking at a place where … |
The End.