868 Posted Topics

Member Avatar for mayank_ati

Is it true that England holds a cricket match when they are in a great need for rain?

Member Avatar for sneekula
0
150
Member Avatar for Dean_X

You have missed a opening bracket in line 102. [icode]else newBal = [COLOR="Red"]([/COLOR](balanceline - minimumPayment) * APR) + lateFee;[/icode]

Member Avatar for WaltP
0
178
Member Avatar for kararu
Member Avatar for boyz
Member Avatar for towhoe260

line 21 and line 22 are wrong. First implement the function getmeters. Indentation of the code is horrible. Write the getmeters function and repost code.

Member Avatar for WaltP
0
751
Member Avatar for Slavrix

Go through step 3 of this [URL="http://msdn2.microsoft.com/en-us/express/aa700755.aspx"]link[/URL].

Member Avatar for Slavrix
0
186
Member Avatar for The Dude
Member Avatar for grunge man
Member Avatar for shuncyk
0
152
Member Avatar for locy

Check line 7 [inlinecode]if h+= b % 10;[/inlinecode] Next time post the error messages. That would help us to help you.

Member Avatar for Aia
0
98
Member Avatar for raja.geek
Member Avatar for eranga262154

[CWnd::SetWindowText](http://msdn2.microsoft.com/en-us/library/yhczy8bz%28VS.80%29.aspx)

Member Avatar for eranga262154
0
178
Member Avatar for RogerThomasTan

[QUOTE=RogerThomasTan]I'm a new user to Visual Studio .Net, writing most of my projects in C++. I have this problem with the OO paradigm when I tried to apply it to my projects. Variables for classes which I described in eg. dXmanager.h fails to appear in my dXmanager.cpp; when I try …

Member Avatar for unicorn11
0
186
Member Avatar for linux

[URL="https://addons.mozilla.org/firefox/2471/"]RikaiChan[/URL] Japanese-English Dictionary.

Member Avatar for cosicave
0
100
Member Avatar for Dani
Member Avatar for Duki

I am assuming that you are creating a simple executable project, and not a dll project. Also I am assuming that you don't need any additional files, which is the case for simple projects. When you build your project, depending on your Build Options (Debug/Resource) it creates an exe file …

Member Avatar for Duki
0
85
Member Avatar for rag84dec

[code]ee.f(eel)[/code] This line passes the object [inlinecode]eel[/inlinecode] into function [INLINECODE]f[/INLINECODE] by value. So [INLINECODE]f[/INLINECODE] creates a copy of [INLINECODE]eel[/INLINECODE] inside it. The constructor used here is a seperate constructor called the copy constructor. Because you have to defined it, C++ uses an implicitly defined default copy constructor and nothing is …

Member Avatar for WolfPack
0
86
Member Avatar for ravindueklum

1. Define the < operator for the student class and add the objects to a [URL="http://www.cppreference.com/cpplist/index.html"]std::list[/URL]. 2. Call the [URL="http://www.cppreference.com/cpplist/sort.html"]sort[/URL] function of std::list and the list will be sorted. 3. Use std::cout to prompt the user, and std::cin to read the user input.

Member Avatar for WolfPack
0
163
Member Avatar for WolfPack

May be nothing, but this is what I see when I open the top link of [URL="http://www.google.co.jp/search?hl=en&q=N%28ext%29+LIST+C%2B%2B&btnG=Search"]this [/URL]google search result in Firefox 2.0.0.6 on Windows Server 2003 Remote Desktop Login. Didn't see it by entering the link directly from the browser address box.

Member Avatar for Dani
1
113
Member Avatar for iamthwee

Gentlemen, let's continue this in the Community Feedback forum shall we?I am moving the posts regarding the syntax highlighting to a new thread. :)

Member Avatar for Hamrick
0
383
Member Avatar for gaurav252

Does it compile and run? Read the documentation of [URL="http://www.cppreference.com/stdio/printf.html"]printf[/URL], and you will understand if it is a valid program or not.

Member Avatar for Ancient Dragon
0
107
Member Avatar for gaurav252
Member Avatar for prs55

The error messages are supposed to tell you what the errors are. Learn to read and correct them yourself. When you are writing programs, do not write the whole program at once, and then try your luck with the compilation. The correct way is to write and compile, function by …

Member Avatar for prs55
0
157
Member Avatar for eranga262154

All data are stored as binary. You can only change how it is displayed. If you only want to print the data as decimal, just use normal cout. If not, explain what you want to do with an example input and corresponding output.

Member Avatar for eranga262154
0
109
Member Avatar for eranga262154

You are using the Visual C++ IDE. You have created a "Win32 Project". You should be creating a "Win32 Console Application" project. To solve this problem, create a new "Win32 Console Application" and add the [inlinecode] rbf.cpp[/inlinecode] source file to the new project and compile. Should work.

Member Avatar for eranga262154
1
170
Member Avatar for rainbringer

Tell me the actual version (Year and Month)of this MSDN Library that you have installed. Did you install it when the VC++ installation prompted you to provide the MSDN disks, or was the MSDN library installation done seperately?

Member Avatar for rainbringer
0
182
Member Avatar for >shadow<
Member Avatar for Ancient Dragon

Although I don't like to be seen as a Windows bigot, I don't think Linux is for anyone who has limited time in their hands. I have tried god knows how many distributions of *ix, (Gentoo, Linux from Scratch, Ubuntu, Knoppix, Redhat 7.3 to 9, Fedora 1 to 5, Turbo …

Member Avatar for Infarction
0
210
Member Avatar for Dani

[quote=iamthwee;337868]>What is your favorite DaniWeb feature? The Ads, they're so intrusive and they give me a warm and fuzzy feeling when they pop up in my face. Awww.[/quote] :lol: I'd say the syntax highlighting code tags.

Member Avatar for MidiMagic
0
321
Member Avatar for ~s.o.s~
Member Avatar for ~s.o.s~

User notes are administrative notes about a particular user that can be updated and read by any administrative staff member. These maybe helpful to the same or another administrative staff member when making decisions regarding that user at a later time

Member Avatar for WolfPack
0
116
Member Avatar for WolfPack

Is there a way to move to the next/previous thread while viewing a particular thread? By next/previous I mean the one at the bottom and below of the currently viewing thread as displayed in the forum thread list.

Member Avatar for Dani
0
121
Member Avatar for purple rainx

[quote=Narue;286408]>Off-topic: Narue, out of curiosity, where did you get your nick? I just took a random Japanese name (Naru) and added a common suffix to it (e).[/quote] I thought it was from the Japanese Manga "[B]Narue no Sekai[/B]". (成恵の世界-World of Narue). Since you had a blog item on [search]Japanese Manga[/search], …

Member Avatar for Serunson
0
244
Member Avatar for MattEvans

Yes. A Hello World Dialog box pops up when you hover the mouse over this thread listing the the Feedback forum page.

Member Avatar for MidiMagic
1
450
Member Avatar for zandiago

Read [URL="http://www.cs.bu.edu/teaching/cs111/spring-2000/file-io/"]this [/URL]tutorial. Searching for C++ File IO in google will also give you more than enough results.

Member Avatar for zandiago
0
2K
Member Avatar for sk8ndestroy14

[quote=Ancient Dragon;364343]Maybe because nobody knows its there -- this is the first I heard of it. I probably wouldn't use it anyway even if I had because I just don't visit chatrooms.[/quote] I like chatting, and tried the Daniweb chat room an year ago. There were not many users, so …

Member Avatar for ndeniche
2
2K
Member Avatar for *~ Salam ~*

You haven't asked a question for us to answer. And for your information it isn't "Daubly Linked List" but "[URL="http://www.google.co.jp/search?q=Doubly+Linked+List&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:en-US:official&client=firefox-a"]Doubly Linked List[/URL]"

Member Avatar for WolfPack
0
103
Member Avatar for Fromethius

Get the return value of GetPixel and RGB functions to seperate variables. See if the values are infact what you expect, rather than just comparing them. Also read the remarks section of the [URL="http://msdn2.microsoft.com/en-us/library/ms532282.aspx"]GetPixel[/URL] documentation.

Member Avatar for WolfPack
0
156
Member Avatar for phalaris_trip

Do you have a GUI and a Menu? If so, then you should search on the subject of [URL="http://msdn2.microsoft.com/en-us/library/ms645526.aspx"]keyboard accelerators[/URL] [URL="http://msdn2.microsoft.com/en-us/library/ms646268.aspx"]This [/URL]may also help.

Member Avatar for phalaris_trip
0
229
Member Avatar for jenymaru08

[URL="http://en.wikipedia.org/wiki/Linked_list"]Linked List[/URL] You can also try googling.

Member Avatar for WolfPack
0
72
Member Avatar for driplet

How about looking at the [URL="http://msdn2.microsoft.com/en-us/library/ms671394.aspx"]facilities [/URL]offered by the API?

Member Avatar for WolfPack
0
548
Member Avatar for mattyd
Member Avatar for WaltP

Who cares about geek lounge reputation anyway? It is the reputation points and comments of Narue (has never given me anything), Salem and the rest of the regulars, that I get in the C/C++ forums that I really care about. Even a grey coloured thanks rep from a newbie in …

Member Avatar for peter_budo
1
1K
Member Avatar for nanosani

For you people who use the command prompt in windows ( very rare I know ), the F7 key brings you a window with the command history for that session.

Member Avatar for arjunsasidharan
0
801
Member Avatar for Fromethius

Loading a PNG file to memory won't be of any problem if you have done file handling in C++. To break down the information of the file, just google for the specification of the PNG file format. Where and how do you want to display the PNG file. Are you …

Member Avatar for WolfPack
0
96
Member Avatar for vemanamar

Why don't you look up the documentation of the function that you are using? If you are using printf, look for the documentation for printf in .net 2003. It will have the valid format specifiers and the corresponding data types.

Member Avatar for Ancient Dragon
0
183
Member Avatar for The Dude

What happended to 1. Test that you are not reproductively challanged 2. If 1 is false, say bye bye to your fatherhood dream 3. Get a Girlfriend 4. Test that she is not reproductively challanged 5. Repeat 3 and 4 until 4 is true 6. Get Married (I am a …

Member Avatar for joshSCH
2
1K
Member Avatar for Brent.tc

You can use the [URL="http://msdn2.microsoft.com/en-us/library/ms633545.aspx"]SetWindowPos[/URL] Function.

Member Avatar for WolfPack
0
89
Member Avatar for vladdy19
Member Avatar for WolfPack
0
564
Member Avatar for gaasha

Seems like a link error to me. Have you properly included the object files of the TypingEditor project to your current project.

Member Avatar for Ancient Dragon
0
120
Member Avatar for TheNNS

[quote=~s.o.s~;387904]And its not that only immature people play or discuss about games. There is Narue, me, Mel and the others. [/quote] What makes you say that they are otherwise?

Member Avatar for ~s.o.s~
0
821

The End.