2,867 Posted Topics

Member Avatar for cmsc_illiterate

>GetID(students,StoreID[COLOR=Red][][/COLOR],i); That's not how you pass arrays. Remove the [], and you'll pass the address of it.

Member Avatar for cmsc_illiterate
0
121
Member Avatar for jaeSun
Member Avatar for ~s.o.s~
1
1K
Member Avatar for vbCNEW
Member Avatar for vbCNEW
0
127
Member Avatar for sam1
Member Avatar for nanosani
0
202
Member Avatar for CodyOebel

Any particular reason why you're using the crappy and outdated [inlinecode]dos.h[/inlinecode] header? Oh, and not to be rude, but exactly how will this help someone creating a menu system? Other than the fact that it's supposed to look all pretty with those "loading" statements?

Member Avatar for CodyOebel
0
99
Member Avatar for jamello

>Did anybody really answer the question? That would kind of take away the point of user ranks. However, if you really want to know, head over to the Member List at the top of the page, and sort by post count. You'll be able to see most of the user …

Member Avatar for John A
0
152
Member Avatar for ~s.o.s~

[quote=Ancient Dragon;360012]The problem I have is that if I've already given rep to someone I can't see who else might have reped him/her. Get the error message that I must spread rep around before I can rep that person again.[/quote] Works fine for me.

Member Avatar for John A
0
149
Member Avatar for driven13

>I might have posted my questioin in the wrong thread. Although there are some minor ambiguities with the Linux and Networking forums here, the location where you posted your question seems perfectly acceptable.

Member Avatar for John A
0
31
Member Avatar for Mini_The_Great

[code=cplusplus]ShellExecute(hwnd, NULL, "http://blokdudez.110mb.com/VMake.html", NULL, NULL, SW_SHOWNORMAL);[/code] That's a shell command? I haven't used Windows in ages, but I do believe you have to pass the URL as a parameter to Internet Explorer.

Member Avatar for Ancient Dragon
0
145
Member Avatar for tgreer

[quote=Sturm;357698]look get greasemonkey a firefox externsion. It blocks intellitext.[/quote] Well, Dani made sure to include a "disable IntelliTXT" option in the User CP, since it seemed like such an issue with vastly different opinions. Without getting into the debate again, I'll point out that tgreer quit because of his personal …

Member Avatar for christina>you
0
587
Member Avatar for guy40az

I'm clueless as to why the programmer decided to use [inlinecode]%6.6f[/inlinecode] instead of [inlinecode]%d[/inlinecode] in the second printf statement. I'm just as clueless about why the programmer used [URL="http://users.aber.ac.uk/auj/voidmain.shtml"]void main[/URL].

Member Avatar for guy40az
0
97
Member Avatar for jan1024188

>so I can write a Winapi app, and add MFC stuff? It's easier if you just recreate your program with MFC, rather than add MFC to an existing Win32 program.

Member Avatar for jan1024188
0
127
Member Avatar for iTaChi

Well, if you haven't already, I'd definitely recommend going through all the tutorials here: [URL]http://www.cprogramming.com/tutorial.html[/URL] While that will teach you only a fraction of all the details of C/C++, it's still something very good to learn. The second important thing is to make use of the skills you have learned. …

Member Avatar for Narue
0
149
Member Avatar for Dani

Yes. Before it took me about 30 seconds to load the page with ads, 5-8 seconds without ads. Now with ads it takes a bit more than without (still about 5-8). It seems like the ads are loading more independantly of the rest of the page, however one ad that …

Member Avatar for MidiMagic
0
215
Member Avatar for John A
Member Avatar for MidiMagic
0
242
Member Avatar for rapperhuj

Green text brings back memories of coding with BASIC on Apple IIs. The reason it was green was because the monitor was monocolor, and thus the only colors that could be produced were black and green. A sad day it was for me when the disk drive broke down :-( …

Member Avatar for John A
0
166
Member Avatar for iamthwee

>Erm does feisty come with a kde flavour? [URL="http://releases.ubuntu.com/kubuntu/feisty/"]Yup[/URL]. Of course, you can always manually install window managers; you're not limited to the Ubuntu branch you choose.

Member Avatar for iamthwee
0
234
Member Avatar for joshSCH

This is so awesome... now I can hand out negative reputation and no one can send it back at me. :twisted: But seriously, I think this is a good move by Dani (if this is what really happened, it looks normal to me). There were too many idiots abusing the …

Member Avatar for jbennet
0
1K
Member Avatar for Dani

> These are [I]disgusting[/I]! That's it, I'm moving to Canada. What's so special about Canada? Smilies are pretty good, better than the old ones... they seem to be more romanticized than the old ones... :) :* I still miss :mrgreen: and :cheesy: and :rolleyes: and :o Could those be brought …

Member Avatar for joshSCH
2
1K
Member Avatar for erehn2

So I assume that you already tried the Disk Utility "repair permissions"? Otherwise I don't really know why this is causing you problems. I remember I used to have a problem with audio codecs on my iMac, which caused all sorts of problems. I fixed it by starting and quitting …

Member Avatar for hobgobbler
0
160
Member Avatar for grunge man

[quote=grunge man;357826]o btw i still cant find in any tutorial or book the [code]+=[/code] thing[/quote] Wow, that's pretty hard to believe, when the first hit on a [URL="http://www.google.com/search?q=c%2B%2B+arithmetic+operators"]simple Google search[/URL] of "C++ arithmetic operators" is [URL="http://www.cplusplus.com/doc/tutorial/operators.html"]quite informative[/URL].

Member Avatar for grunge man
0
176
Member Avatar for The Shadow

Although I don't agree with the method you're using to count the number of words, there are a number of errors in your code. [code=c] for(i=0; i>0; i++) // infinite loop { if(myChar == 0127) // what does myChar have to do with this? { word_number++; } total_words = word_number+1; …

Member Avatar for The Shadow
0
269
Member Avatar for Dani

Most of you are really going to hate me for this, but Dani asked...[LIST] [*]The smilies here suck. Not so much these ones: :cheesy::twisted::rolleyes:, but I especially hate these ones: :):mad:;). The smile hardly looks like a smile! It looks more like some half-embarrassed cheesy hunk. I still use them …

Member Avatar for lemurexplosion
0
2K
Member Avatar for Vero Fred

How about posting your system's specs? Have you tried a Disk Utility "Repair Disk Permissions"? What about reformatting the hard disk?

Member Avatar for Vero Fred
0
147
Member Avatar for â—„Medusaâ–º

When you make a recommendation about a particular graphics API, you should at least state the reason why you're recommending it.

Member Avatar for John A
0
81
Member Avatar for kmachstang

Use [inlinecode]col[/inlinecode] and [inlinecode]row[/inlinecode] to first of all allocate an array that matches the dimensions specified in the file, and secondly keep looping until you've filled up the array. I recommend using [inlinecode]getline()[/inlinecode] to grab entire lines, and then sending them into a stringstream to split up each individual number. …

Member Avatar for vijayan121
0
249
Member Avatar for Shad0wHawk

>getWord.length(); This line doesn't do anything. And a couple of other things: change "void main" to "int main" and get rid of <conio>.

Member Avatar for Shad0wHawk
0
349
Member Avatar for hbk619

>But thats bad for your PC. It's potentially bad for the data on your hard disk. It's not at all bad for the actual hardware that makes up the computer, however.

Member Avatar for jbennet
0
145
Member Avatar for Infarction

Wow... and I thought I was doing bad. I'm tired of being mad, but please, PLEASE can't we at least see who's giving us this bad rep? I think it would be fun to ridicule them, as it seems like all the negative repping is being done by 1-2 people...

Member Avatar for ~s.o.s~
0
261
Member Avatar for mattb0611

Have you looked into Sony? The Vaios seem to have fairly high-end laptops with decent reliability. This one from NewEgg looks particularly promising. [URL]http://www.newegg.com/Product/Product.asp?Item=N82E16834117401&ATT=34-117-401&CMP=OTC-Froogle[/URL] [edit] Only problem is all that software they throw in :P

Member Avatar for Sturm
0
171
Member Avatar for PeeJay

>Salem what are you talkin bout that doesn't matter its just code??? That's why you're supposed to use them. :icon_rolleyes:

Member Avatar for Nick Evan
0
302
Member Avatar for eXceed69

>If you could user submit i think it would be better. The reason it's invitation-only is because previously there was a number of low-quality tutorials. To deal with the huge number of tutorials that got submitted, Dani decided to make it this way, so DaniWeb has publication-quality tutorials.

Member Avatar for happygeek
0
138
Member Avatar for Senel

[URL]http://www.daniweb.com/techtalkforums/announcement8-3.html[/URL] As for your question, think about this way: how would you go about finding the median with pencil and paper? Write down all the steps. It will become clear when you see the steps you must go through in order to obtain it.

Member Avatar for Senel
0
145
Member Avatar for Don Gino

If [inlinecode]/usr/bin/apt-key[/inlinecode] doesn't exist, something is definitely wrong. I would definitely reinstall Debian's apt tools if apt-key isn't on the hard disk.

Member Avatar for Don Gino
0
163
Member Avatar for ReeciePoo

>Could anyone recommend my best way to start learning C++ Windows Applications Console or GUI? If you don't know C++, the best place to start learning is [URL]http://www.cprogramming.com/tutorial.html[/URL] If you already know C++, and want to start learning how to write GUIs, check out this: [URL]http://www.winprog.org/tutorial/[/URL]

Member Avatar for fulyaoner
0
97
Member Avatar for Orbi

I don't have iMovie installed on this computer right now, so I can't quite remember how to do it, but I did find this very helpful link here: [url]http://www.wellesley.edu/Computing/Idocs/Imovie/editMovies.html[/url] Enjoy.

Member Avatar for Orbi
0
199
Member Avatar for Orbi

>when I watch online video's like news broadcasts and all that, >do those video clips store themselves on my Mac somewhere? Only temporarily -- depending on your browser, it will store the clips in its cache for future reference, but once that cache reaches its maximum size, then the browser …

Member Avatar for Orbi
0
112
Member Avatar for addicted
Member Avatar for Malouka

[quote=Ancient Dragon;355292] See [URL="http://www.daniweb.com/techtalkforums/thread76866.html"]this thread[/URL][/quote] Looks like Mel forgot regular members can't view threads from the moderator forum. ;) By the way, congrats on that "featured poster" badge!

Member Avatar for ~s.o.s~
0
108
Member Avatar for revenge2

>Hello there which linux is this? Don't have a clue from that tiny thumbnail. It's definitely all skinned-out, which is possible to do in any distribution of Linux. >And which linux would you recommend for programming and gaming etc? It all depends on your system, how much time you're willing …

Member Avatar for jbennet
0
68
Member Avatar for Duki

[code=cplusplus] openInFile( ifstream & inp , string iNam ) ; readData( ifstream & inp , int ary[] , int SIZE ) ;[/code] Have you learned how to pass variables to functions yet? You don't put the type of the variable before the variable. Passing references doesn't mean you need & …

Member Avatar for John A
0
117
Member Avatar for pulse0

>any suggestions on reading the file in a way that every entry delemited by "|" is read into a different variable? Use getline to grab an entire line as already mentioned. Next, put it into a stringstream. Use getline again, but this time using '|' as a delimiter. Here's how …

Member Avatar for John A
0
245
Member Avatar for bluedos82

>Well i dont just bump ANY thread guys Doesn't matter. If you think the thread was discussing something interesting, link to it, but in a new topic. No one likes to wade through posts that are several years old.

Member Avatar for The Dude
0
168
Member Avatar for Sturm

>Has anyone used VMware to virtualize macs? Not that I know of, but there's this: [url]http://pearpc.net/[/url]

Member Avatar for John A
0
106
Member Avatar for lol_hacker101

[url]http://www.catb.org/~esr/faqs/smart-questions.html#bespecific[/url]

Member Avatar for linux
-1
141
Member Avatar for linux

A proxy doesn't "bypass network restrictions". All it does is display another website inside of itself (or more specifically, allow a passthrough connection to another website). And yes, it is quite possible to write a proxy in C++.

Member Avatar for linux
0
110
Member Avatar for Dani

For me, it seemed like the only slowness was after hitting the "reply" button, especially when in Advanced Editor mode. Haven't experienced too much slowdowns today; I'll let you know how fast this post went from the Advanced Editor reply. [edit] took about 4 seconds, which is acceptable

Member Avatar for jbennet
0
610
Member Avatar for Skyblue

Aw, that's too bad. Let's face it: the only way you're gonna get this assignment handed in by tomorrow is if we write the code for you, or you suddenly have a brainwave. Since the possibility of either of these two things happening is quite slim, I'd say it's a …

Member Avatar for John A
0
97
Member Avatar for bigcol

>Thank you for your kind birthday wishes Dani Don't want to burst your bubble, but it's really a bot that sends it :icon_mrgreen:

Member Avatar for MidiMagic
0
55
Member Avatar for mattyd

[quote=jbennet;298394]no, really - what is hoth? i voted for it lol[/quote] [url]http://en.wikipedia.org/wiki/Hoth[/url] Bad, bad. Any geek like you should have [I]at least[/I] watched Star Wars. :cheesy:

Member Avatar for lol_hacker101
0
488

The End.