958 Posted Topics
Re: [QUOTE=no1zson;941274]Meaning if it was not misused there is no issue?[/QUOTE] The only times it should ever be used are of the most rarest situations. So don't get any ideals about using in substitution of well planned logic. | |
Re: Why not something a little higher level first? Such as C, then try-out assembly. With a higher level language first you learn to create a flow of logic in your application; then when you go to assembly level you know where to place things and not create an abomination of … | |
Re: I wanted to do an evolving cell AI simulation once, but I forgot some of my biology lessons about related topics and was to lazy to walk over and pick up my books on it. :icon_rolleyes: If you ever get around to writing something like this, let me know I'd … | |
Re: Is the post number how many times over someone is a loser? | |
Re: Try [icode]private: vector<string> varible_name;[/icode] Vector is dynamic and you can kill off unused strings, unlike a constant array. Oh yeah, std::string is different from a C-string(char pointers/arrays) don't mix them up. | |
![]() | Re: [URL="http://audiere.sourceforge.net/"]Audiere[/URL] And if you can't use that, you may want to take a class or two on programming... ![]() |
Re: My favorite: [code] org 0 label: jmp label times 510-($-$$) db 0 dw 0AA55h[/code] Pure poetry. | |
Re: All I can find: [url]http://msdn.microsoft.com/en-us/library/ms713752(VS.85).aspx[/url] Maybe this?: [url]http://msdn.microsoft.com/en-us/library/dd370859(VS.85).aspx[/url] | |
Re: Don't use goto, try a function. You already have a switch in an if statement, don't make it any more complex. Avoid fflush() and look into a replacement of scanf() | |
While trying to flag the following: [url]http://www.daniweb.com/code/snippet1262.html[/url] [url]http://www.daniweb.com/code/snippet1247.html[/url] I get an error page telling me I don't have the privileges to do so. I flagged some other pages and they went through fine. | |
Re: There is this [URL="http://www.cplusplus.com/reference/algorithm/for_each/"]for_each()[/URL], but I think you're confused with [B]foreach[/B] from another language like C#, PHP, or something. Wrong section perhaps? | |
Re: Have you tried [URL="http://www.cppreference.com/wiki/stl/algorithm/remove"]<algorithm>'s remove[/URL]? Something like: [code]string.erase(remove(string.begin(), string.end(), "-."), string.end());[/code] By the way, you don't need Boost. | |
Re: Perhaps simplify: [code]for(int i = 0; i < 100; i++)[/code] Works out as: [code]int i = 0; while(i < 100) i++;[/code] | |
Re: [QUOTE=GrimJack;935788]So from this quick sample are josh2 and sturm speaking from the same ***hole? connected at the hips? just 2 sets of legs connected at the hips - nothing goes in and only bile comes out?[/QUOTE] They're puppet accounts, from hell. | |
Re: Well kick your computer; determine if the case is plastic or aluminum. If you have a metal one, then you can: mint your own coins, set a currency value on your coins, buy a new computer, install FF. Repeat above if FF conks-out, again. | |
Re: Local colleges usually have classes you can enroll in. You can usually even use it as credit, if you go to college, latter on. Truthfully, you can learn C languages at home easy enough. | |
Re: Is it a basic IDE 3-1/2"? If it is then you could just go to a computer store or recycling center and you might find possibly free ones laying around. | |
Re: [QUOTE=serkan sendur;925506]I will append to this thread if i improve from now on.[/QUOTE] Why not get a diary? | |
Re: I have a stainless steel flask and clean tap, so bah-humbug. | |
Re: I'm only considering Windows 7 as a replacement, to my 2kPro installation on one machine, since everyone is dropping support for 2k. Besides that, I'm keeping XP. | |
Re: [QUOTE=vegaseat;919299]Ever wondered if you would be presented with a Jello mold of a naked person, which part you would eat first?[/QUOTE] :icon_twisted: Anatomically correct? I'll say it starts with a C and ends with a S. | |
| |
Re: Well AD was probably the biggest boost there. | |
Re: [QUOTE=csurfer;923128][B][U]What is main actually ?[/U][/B] Main is the function which is called before all functions when we execute a C or C++ program.So that must mean it should be called by something and it should return something.[/QUOTE] main() might not be a traditional function, just the starting address of the … | |
Re: The only interesting looking one is: Kuruneko Drunks + blinding cheap sake + a million cats = comedy gold | |
Re: [QUOTE=Menster;912777]Pfft, hearts is for Kids. Minesweeper, now thats a real mans game ;P[/QUOTE] [URL="http://www.youtube.com/watch?v=LHY8NKj3RKs"]Hell yeah, you know it.[/URL] | |
Re: The image of those golden pants has permanently scarred my fragile mental state. | |
Re: There use to be a whole video with the guy, on forum conduct. Can't find it any longer. | |
Nominate your top pics for moderator. As many as you feel. A joint account with [U]Baman & Piderman[/U]. They're supeRetards so they can do the job all day without a care in the world. [U]Shitai[/U] because she's so full of vitality and as a maid knows how to deal with … | |
Re: How do we know it's not a US ploy to zealously lock-down and censor the internet? | |
Re: Why are you using Races as a pointer? You should format your code, it's hard to read. | |
Re: [QUOTE=tux4life;915287][B]>As you told i tried your logic.. see your edited program... it shows one error[/B] You have to write [ICODE]sleep()[/ICODE] as [ICODE][B]S[/B]leep()[/ICODE] (it's written with an uppercase 'S'). And you'll have to add the following include directive at the top of your program as well: [ICODE]#include <windows.h>[/ICODE].[/QUOTE] With an uppercase … | |
Re: [QUOTE=scru;913083]Give Google control of my desktop? I'm too paranoid for that.[/QUOTE] I like to take a piss in privacy, just like how I prefer to surf in privacy; now Google wants a log of all my bowel movements, just like they want a log of all my searches and activities. … | |
Re: Yes, go with adatapost's advice and get a current compiler. If you need basic graphics, try out the SDL library. Easy and can do things [U][B]far beyond[/B][/U] what "graphics.h" could ever do. | |
Re: Read up on Fair Use - it will make your head spin! You might be fine, you might be in a gray zone, or you might be in position to get your balls sued to the wall. | |
Re: [QUOTE=shadwickman;913016]Hahahah I'll give you a hint. They're from a famous book which was also made into a movie. Hope that narrows it down for ya :P[/QUOTE] Yes, but why are you randomly spouting Forrest Gump lines? | |
Re: [QUOTE=jbennet;907703]so is it a big deal in the US? or just a minor holiday?[/QUOTE] Well lets see: It's the day people close up their shops so they can meet can up with their families. They put on flag apparel in cult like fashion, get drunk as ----, declare their love … | |
Re: Write an assembler, allocate some space and run the output as a function. | |
Re: What AV are you using? [URL="http://www.youtube.com/watch?v=VSCNpzD37l4"]Ubuntu doomed to glutton?[/URL] | |
[url]http://www.agreaterdate.com/Categories/Nerd.htm[/url] uhhmmm.... yeah. | |
Re: [QUOTE=jephthah;911032]now, I'll admit: maybe my opinion is colored by my area of the country. I'm in Seattle, where two things may be quite different from your area of the US Midwest.[/QUOTE] Actually I'm surprised WA's flag doesn't have a pot leaf on it. You can't walk around the streets of … |
The End.