2,839 Posted Topics

Member Avatar for CodyOebel

So what's the question here? If you just wanted to share your code, you could submit it to the 'code snippet' section.[quote=CodyOebel;358733] Hit me up if there are any questions or bugs or ways to make this more efficiant [/quote] Well, if this program is just for a menu, there …

Member Avatar for CodyOebel
0
100
Member Avatar for jenco

Did you define the function like this: [inlinecode]bool IsAVowel (char)[/inlinecode] before calling main? Not doing this will result in a linker error (something like: could not find function definition). Your program should look something like this: [code=c] #include <blabla> bool IsAVowel (char); int main(void) { -code- } bool IsAVowel (char …

Member Avatar for anw
0
67
Member Avatar for rapperhuj

What errors are there? Please be more specific. And don't mix CAPS through your message. Here's the [URL="http://sourceforge.net/project/showfiles.php?group_id=9863"]downloadsite[/URL]

Member Avatar for John A
0
166
Member Avatar for melomane

You could try downloading the drivers for a 500-series from [URL="http://support.vaio.sony.co.uk/downloads/preinstalled/preinstalled.asp?site=voe_en_GB_cons&category=0&serie=PCG-FX&m=-1"]here[/URL] . And if that doesn't work, try the '[URL="http://support.vaio.sony.co.uk/model/check.asp?site=voe_en_GB_cons"][U][COLOR=#800080]I cannot find my VAIO model...[/COLOR][/U][/URL] ' link on the same page. Regards Niek

Member Avatar for Nick Evan
0
55
Member Avatar for jk_bscomp

[quote=jk_bscomp;358718]hello everyone!!!does anyone from this forum knows how to install wxWidgets for the application program in c++ even there is no internet.[/quote] Here's the [URL="http://sourceforge.net/project/showfiles.php?group_id=9863&package_id=19629"]doc [/URL]page. Just download wxwidgets from [URL="http://sourceforge.net/project/showfiles.php?group_id=9863"]here[/URL] to an USBstick and plug it in! Is this a new kind of homework assignment ?(just curious)

Member Avatar for Nick Evan
0
109
Member Avatar for ammochck21

And are you sure your input is correct? If you would provide something like : {(35+4)*16)} it would definitly cause a segmentation error.

Member Avatar for ammochck21
0
114
Member Avatar for grunge man

[quote=grunge man;354540]well i just wana know how the += thing works[/quote] [quote=Narue;354541]Generally I require you to read a book instead of wasting my time with a question that can be more quickly and easily researched than posting and waiting for me to reply. But, [inlinecode]a += b[/inlinecode] is logically equivalent …

Member Avatar for grunge man
0
176
Member Avatar for louis7370

[quote=louis7370;358029]how to create a class names consultant?[/quote] [INLINECODE] class consultant {} [/INLINECODE] [URL="http://www.cplusplus.com/doc/tutorial/classes.html"]Here's[/URL] a tutorial. Regards Niek

Member Avatar for Nick Evan
0
41
Member Avatar for louis7370

[quote=louis7370;358010]i want quincy 2005 new wedsite.[/quote] I give google wedsite: [URL="http://www.google.nl/search?hl=nl&q=quincy+2005&meta="]click [/URL]:P [edit]The dragon beat me again...

Member Avatar for Nick Evan
0
90
Member Avatar for Dani

[quote=joey;338335]<stuff about geek's lounge> [/quote] Agreed. When I started posting here there were two wordgames in the geek's lounge, but now when I go to the lounge ( I've been away for a while for the people who don't know me) I see about 10-15 games on the mainpage.... The …

Member Avatar for lemurexplosion
0
2K
Member Avatar for PeeJay

[quote=PeeJay;357408]Salem thanks for the advice. However, I would suggest you use better diction when talking to people. Your point would come across a little better and could be more effective if you didn't come across as such a"know it all" so to speak! I am new to this discussion community …

Member Avatar for Nick Evan
0
302
Member Avatar for desijays

I've come across this problem with vs2005 pro, I never found a solution but what I do is: Create an empty project with all the settings (etc) I need then save it. Create a backup of the project. Create a new solution and import the project file. Do this for …

Member Avatar for Infarction
0
350
Member Avatar for Chaky

[quote=cscgal;340687]That's why the ads that you do see (generally) aren't really ads ... they're things like "Relax in our Geek's Lounge" :)[/quote] I used to see the "relax in etc" add all the time, but now the adds have disappeared all together. Which is great, no complaints here :P Niek

Member Avatar for Chaky
0
245
Member Avatar for The Dude
Member Avatar for The Dude
0
90
Member Avatar for linux

[quote=linux;351640]I don't think you understand what I'm asking. I mean like a compiler that I can put on my flashdrive so that I can program and execute cpp files at school.[/quote] If you're talking about an IDE the answer would be no, as far as I know. [quote=Ancient Dragon] . …

Member Avatar for Nick Evan
0
105
Member Avatar for guystangr

Hello, [quote=guystangr;351636][code] [COLOR=#0000ff]using[/COLOR][COLOR=#0000ff]namespace[/COLOR][COLOR=#000000] std;[/COLOR] [/code][/quote] Change this to [inlinecode][COLOR=#0000ff]using namespace[/COLOR][COLOR=#000000] std;[/inlinecode]. Your code will compile fine now. If there's another problem with it, please be more specific and tell us what the problem is. Also attach the files you are trying to open or describe them.[/COLOR] [COLOR=#000000][/COLOR] [COLOR=#000000]Regards Niek[/COLOR]

Member Avatar for guystangr
0
141
Member Avatar for whap

[quote=whap;299396] We are looking for people with the following skills: [empty space] [/quote] Well, if you're looking for people with no skills you're at the wrong place. :mrgreen: Sorry but I couldn't resist it... Now for the serious part: [quote=your website]WDO will be developed entirely in VB.net[/quote] That counts me …

Member Avatar for arthipesa
0
195
Member Avatar for jrpheonix

The problem is your router. (You probably saw that one coming..). Try looking on the compaq site if there are any firmware updates or known bugs. If not: Do you still have warrenty? You could get it "repaired" (which means: replaced) or buy a new one. Sorry I don't have …

Member Avatar for MidiMagic
0
80
Member Avatar for hbk619

[quote=iamthwee;340789]Never use tabs, spaces are universal. Normally I would suggest three spaces for each indentation. [/quote] I agree, but if you use a program such as VS2005, the auto-indention will mess your formatting up. This option can be turned off in the options screen btw.

Member Avatar for iamthwee
1
2K
Member Avatar for happygeek

Congrats Joe(y)! I hope you'll continue writing in your blogs because I've enjoyed reading them! What prize have you chosen? Keep up the good work! Niek

Member Avatar for blud
1
566
Member Avatar for proxystub

[quote=proxystub;326159] but its just not working[/quote] What's not working then? Does it compile? What's your output?

Member Avatar for proxystub
0
124
Member Avatar for chubbywubba

Please post your new code. I still think you have a 'curlybracketsmismatch'. In Visual Studio the macro is CTRL-A, CTRL-K, CTRL-F in that order. One more thing that someone probably allready told you, but: void main() and system("somethiong") are bad coding habits..

Member Avatar for thekashyap
0
129
Member Avatar for Dani

I agree with Davey, the site is clear and looks clean. I started out with GIDforums and some Dutch forums but sticked with Daniweb because of the 'community feeling'. It's always good when you can get into a discussion without being shot down for not agreeing with everyone else. Second: …

Member Avatar for altergrave
1
587
Member Avatar for John A

[quote=Dave Sinkula;304382]My long-running favorite is still the "foot pedal" one.[/quote] Or another classic: "Who is General Failure and what is he doing with my computer?"

Member Avatar for jbennet
0
353
Member Avatar for erien

[quote=erien;309266]system restore..?...umm...I'm sorry..but can I know what's that..?..or how could I do that..?[/quote] Start -> execute -> "c:\windows\system32\restore\rstrui.exe" The rest is simple. Just make sure that the restorepoint isn't older then say two weeks. regards Niek

Member Avatar for erien
0
132
Member Avatar for The Dude

[B]Your score was: 85%[/B] A score of 70% or better is considered passing on a state written drivers test. The correct answers are highlighted below. ----------------------------------------------------------------------- I passed the test and I'm not from America... The rules are different where I'm from [QUOTE=The Dude] They say that 1 out of …

Member Avatar for Riv3n
0
182
Member Avatar for The Dude
Member Avatar for WaltP

Here's my 2 cents. I like the new lay-out but: [quote=~s.o.s~;310651]Not so fast..... (there has to be a villian in the movie you know...)[/quote] That's right and here I am. I like the old color-scheme a lot better. Why do all tech-relative websites have to be in grey and/or blue? …

Member Avatar for Dani
0
799
Member Avatar for kerplosion

It's most likely a virus. What do you mean by "[B]did not turn on again[/B]" . Does the fan still turn? Do you see a biosscreen? Or maybe perhaps even a Windowsscreen? If you can still see windows trying to start, hit F8 and select ' safemode'. Scan your hd …

Member Avatar for kerplosion
0
159
Member Avatar for nanosani

[quote=jbennet;307698]7 beta? thats old.. get live messenger[/quote] Well...This thread is from 2005 so I guess 7.0 beta was pretty new back then... Niek

Member Avatar for jbennet
0
175
Member Avatar for slane

Well it could be a few things. -Your lancard is set to a manual IP-adress so it doesn't get an adress from DHCP -Your card is defect -Something went wrong with the drivers You could try removing all your network devices in devicemanager, reboot and then reinstall all the drivers. …

Member Avatar for slane
0
145
Member Avatar for cusado

There are some things wrong with you program: [quote] [COLOR=#800080][B][COLOR=#800080]float[/COLOR] do0p[COLOR=#808080]([/COLOR][COLOR=#800080]char[/COLOR] op, [COLOR=#800080]float[/COLOR] num1, [COLOR=#800080]float[/COLOR] num2[COLOR=#808080])[/COLOR] [COLOR=#808080]{[/COLOR][/B] [/COLOR][/quote][COLOR=#800080] [/COLOR][COLOR=black]This function is made inside of main() which is impossible.[/COLOR] [quote] select [B][COLOR=#808080]([/COLOR][/B]op[B][COLOR=#808080])[/COLOR][/B] [B][COLOR=#808080]{[/COLOR][/B] [/quote] I think you mean switch() ? [COLOR=black][quote]case +[/quote][/COLOR] [COLOR=black]I think you mean '+' instead of +[/COLOR] [COLOR=black]Same …

Member Avatar for Ravalon
0
189
Member Avatar for Shaabangbang

[inlinecode] 'break'[/inlinecode] can only be used to break out of a loop; while(){} or for(){} etc.. You are trying to break out of an if which is impossible. You should try something like this: [code=c] if (size !=-1) { for (j = 1; j < size; j++) { scanf ("%d", …

Member Avatar for Shaabangbang
0
79
Member Avatar for tech291083

[quote=tech291083;307505]Hi, Can we have a dedicated section for C++ discussions instead of having C and C++ together under the category Software Development. [/quote] I don't think this is a good idea. The C/C++ forum is visited by a lot of newbies which don't have a clue that there's a difference …

Member Avatar for tech291083
0
132
Member Avatar for Rickenbacker360

Thank you :cheesy: Problem #1: [quote]So for this problem my answer would be 10, correct?[/quote] Correct. Problem #2: [quote]So my answers would be...4 and 16?[/quote] Well, the value of 'a' would first be 2, then 4 and then 16, so you're correct. But I wouldn't call it answers.

Member Avatar for Nick Evan
0
102
Member Avatar for darkeinjel04

[QUOTE=short_skirt87]hi i can help you in your prob..[/QUOTE] hmm. This thread is quite old, I guess the OP has allready solved his problem. Now for a few tips on your code: - Don't use getche() use the standard function getchar() instead. - Don't use clrscr; it makes you code non-portable …

Member Avatar for Nick Evan
0
109
Member Avatar for samernic

[quote=samernic;309712]How do you store 50 generated numbers in an array?[/quote] I'm in a good mood today, so here's some free code for you: [CODE=c] int array[50]; for (int iCount = 0; iCount < 50; iCount++) { array[iCount] = rand()%99; } [/CODE] regards Niek

Member Avatar for Nick Evan
0
119
Member Avatar for sree_asrl
Re: Sms

[quote=sree_asrl;307948]hi, I didnt say that i dont know C++ language. [/quote] ;) [quote=sree_asrl] hi, I am new to C++. [/quote] I tried google for you: [URL="http://www.codeproject.com/useritems/easysmtpandsms.asp"]click[/URL]

Member Avatar for sree_asrl
0
116
Member Avatar for hariza

With what command do you get WORDP from the user? Please post the code.

Member Avatar for John A
0
143
Member Avatar for james_eblin

Please read the 5 'sticky' posts on the top of this forum. There's a lot of books and tips in there. Regards Niek

Member Avatar for Nick Evan
0
77
Member Avatar for Extremist
Member Avatar for Duki

[quote=Duki;309287]Hey guys, real brain power tester here... In WinXP, how can I get the [I]show desktop[/I] icon back in the quick-launch? :mrgreen:[/quote] Copy and paste the following lines into a Notepad file. [CODE][Shell] Command=2 IconFile=explorer.exe,3 [Taskbar] Command=ToggleDesktop[/CODE] Save the file to your Desktop as whatever.scf. Next left click on the …

Member Avatar for Duki
0
91
Member Avatar for tcepser

[quote=wakethesilence;307155]What you mentioned here with the floppy drives cables burning is exactly what happened to me, does this mean that its only the floppy disk drives thats been affected or is it likely other parts have been affected to?[/quote] It's all connected to eachother, so you will be very very …

Member Avatar for Nick Evan
0
114
Member Avatar for Rickenbacker360

[QUOTE] Your class should have a constructor that receives an initial balance and use it to initialize the member variable. [/QUOTE] a few hints on this line: -The contructor ALWAYS has the same name as the class itself. -You should add a second contructor to recieve the 'balance' (overloading) -you …

Member Avatar for Nick Evan
0
109
Member Avatar for sbenware

Close, but: [code] void convertEnum(Food foodItem[],[COLOR=darkred] int[/COLOR] category) [/code] and: [quote]int i = 0; switch (category) { case 0: strcpy(foodItem[i].name, "meat");[/quote] Why use foodItem[i], if int == 0 and never changes? [quote=ankit_the_hawk's signature]" Life is like a box of chocolates, you never know what you are going to get " …

Member Avatar for Dave Sinkula
0
941
Member Avatar for groendraak

Welcome to Daniweb?Are you from Holland by any chance? regards Niek

Member Avatar for Nick Evan
0
62
Member Avatar for Rapt0r1

I'm sorry to tell you, but I think you fried your MOBO. Something was probably damaged in the powersupply onboard which could be the reason that your leds stopped working. After installing the new fan (which uses more current then your old one) you probably burned a few capacitors (or …

Member Avatar for Nick Evan
0
160
Member Avatar for ankit_the_hawk

[quote=ankit_the_hawk;308400] Whts the problem with this code? How do i convert the string character into a number? [/quote] That's not necessary: When you use getch() you get a one char. You want to store this char as an int in an intarray. So just change [inlinecode]scanf("%d",&num[i];[/inlinecode] to [inlinecode]num[i] = a …

Member Avatar for Nick Evan
0
153
Member Avatar for ankit_the_hawk

You could try [URL="http://msdn2.microsoft.com/en-us/library/ms686025.aspx"][B][COLOR=#0000ff]SetConsoleCursorPosition[/COLOR][/B][/URL](); Here's another usefull [URL="http://msdn2.microsoft.com/en-us/library/ms682073.aspx"]link[/URL]

Member Avatar for vegaseat
0
124
Member Avatar for KevinADC

At work (512 kbit) the site loads instantly and I don't have any adds, just the banners saying: "Chat up a storm..." and "relax in our geek's lounge.." At home (4 mbit) it takes about 10-15 seconds to load and I get all the previous mentioned adds. Niek

Member Avatar for Dani
0
585

The End.