3,892 Posted Topics

Member Avatar for BamaStangGuy

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

Member Avatar for BamaStangGuy
0
143
Member Avatar for Nick Evan

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.....;)

Member Avatar for WaltP
3
135
Member Avatar for jbennet

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 …

Member Avatar for happygeek
0
241
Member Avatar for cpickering

Hey there Carl, welcome to Daniweb. :D I am sure there are many newbies out there who need your expertise...;)

Member Avatar for cpickering
0
95
Member Avatar for Sturm

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

Member Avatar for John A
0
118
Member Avatar for sTorM

[quote=joeprogrammer;296589]Hey, we were all newbies once![/quote] No, I would rather put it as "genius in making...." ;)

Member Avatar for Lerner
0
131
Member Avatar for ~s.o.s~

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 …

Member Avatar for jbennet
0
93
Member Avatar for Mr.UNOwen

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

Member Avatar for WaltP
0
129
Member Avatar for TomPettyJT

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

Member Avatar for ~s.o.s~
0
118
Member Avatar for Dani

I didn't get it. How was it supposed to reach us, via pigeons ? ;)

Member Avatar for stymiee
0
60
Member Avatar for irfan.motiwala

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

Member Avatar for ~s.o.s~
0
131
Member Avatar for Aia

Hey there welcome to Daniweb, hope you get all the required help here. :D

Member Avatar for happygeek
0
97
Member Avatar for happygeek

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.

Member Avatar for cecil.vera
0
89
Member Avatar for inxs_vf

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.

Member Avatar for ~s.o.s~
0
37
Member Avatar for Mushy-pea

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

Member Avatar for Mushy-pea
0
149
Member Avatar for sTorM

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

Member Avatar for Ravalon
0
111
Member Avatar for ivanachukapawn
Member Avatar for Yisitsohard

Hey there buddy, happy new year to you too and welcome to Daniweb. :D

Member Avatar for Yisitsohard
0
42
Member Avatar for H8ed
Member Avatar for 'Stein

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...;)

Member Avatar for roryt
0
185
Member Avatar for Jaysun
Member Avatar for mastermind_SEO
0
35
Member Avatar for Siva_sbj

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 …

Member Avatar for Siva_sbj
0
126
Member Avatar for GreenDay2001

No point in deciding something which I am never going to follow...;)

Member Avatar for gn0m3
0
89
Member Avatar for The Dude

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

Member Avatar for cecil.vera
0
714
Member Avatar for aeinstein
Member Avatar for mattyd

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

Member Avatar for ~s.o.s~
0
148
Member Avatar for jrcagle
Member Avatar for sTorM

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 …

Member Avatar for John A
0
223
Member Avatar for geek

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 …

Member Avatar for Ancient Dragon
-1
171
Member Avatar for ~s.o.s~

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 …

Member Avatar for ~s.o.s~
0
103
Member Avatar for naglayas

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.

Member Avatar for WaltP
0
115
Member Avatar for happygeek

Happy New Year to each and everyone at Daniweb on behalf of India...:D

Member Avatar for ~s.o.s~
0
69
Member Avatar for jan1024188

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].

Member Avatar for ~s.o.s~
0
125
Member Avatar for vikonava

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...;)

Member Avatar for roryt
0
91
Member Avatar for naglayas

Hey there buddy, welcome to Daniweb. :D Ask for all the help you can...;)

Member Avatar for happygeek
0
29
Member Avatar for Davelray

Hey there David, welcome to Daniweb :D Hoping to see you around....

Member Avatar for happygeek
0
48
Member Avatar for SVC

Hey there, welcome to Daniweb. :D HOpe you enjoy your stay here.

Member Avatar for happygeek
0
16
Member Avatar for flyingtigers

Hey there FlyingTigers, welcome to Daniweb :D. [quote]Don't worry, I will learn[/quote] Yeah man, that's the spirit. ;)

Member Avatar for happygeek
0
95
Member Avatar for Wreef

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

Member Avatar for WoBinator
0
646
Member Avatar for JRM

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

Member Avatar for JRM
0
108
Member Avatar for Dave Sinkula
Member Avatar for iamthwee

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 …

Member Avatar for ~s.o.s~
0
109
Member Avatar for dirtygirl
Member Avatar for Roxsy3392
Member Avatar for mattyd

Hey Sharky, maybe something like [URL="http://www.thescripts.com/forum/showthread.php?p=2271475#post2271475"]this[/URL] is what you are looking for.

Member Avatar for vegaseat
0
293
Member Avatar for Jessehk
Member Avatar for Maidomax
0
991
Member Avatar for smaran

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.

Member Avatar for Eko
0
159
Member Avatar for GreenDay2001

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

Member Avatar for Dave Sinkula
0
178
Member Avatar for Boldgamer

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

Member Avatar for may4life
0
169
Member Avatar for mattyd

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 …

Member Avatar for Dave Sinkula
0
247

The End.