868 Posted Topics

Member Avatar for eranga262154

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

Member Avatar for eranga262154
0
176
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
183
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
83
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
105
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
153
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
107
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
168
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
179
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
208
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
318
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
120
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
243
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
448
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
101
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
225
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
542

The End.