Beginners - January 2010 (Page 15)

by xitan
Dev-C++, Only One Input...
 
Hey forum, I'm having a problem with my program. I can't seem to enter more than one command and then I'm forced to close my program. For example, when I assig...
[7 replies] Last: His cin.get(); command accepts a second input which puts on the illusi... (by kevinkjt2000)
by snezic
Dictionary-implementation
 
I have to do a dictionary implementation, using a binary search tree that's shown by pointers. Normally I would do sth. like this: typedef struct cell_tag{ ...
[5 replies] Last: PanGalactic - thanks, I totaly forgot about that...I will fix it... ... (by snezic)
2-part programs
 
I created a basic C++ program that sums all integers from 1 to n, but the second part of my code is supposed to print all numbers in the set evenly divisible by...
[2 replies] Last: That helped a lot. Thank you. I replaced n with count and changed the ... (by vleandre)
mouse coordinates in editbox
 
Hi all, I'm new to this forum, I have searched through several sections already in the forum before I registered to find an answer. I can't find the answer o...
[9 replies] Last: wow thanks for your help! it works better now! :) Sorry for asking ... (by pinoynl)
String problem pls take a look
 
Please can anyone help me with this code.I dont know how to fix it.Take a look: #include<iostream> #include<string> #include<cmath> #define newline "\n" u...
[9 replies] Last: Thanks a lot men,u helped me a lot :) Lets hope no other problems get... (by Iamcrysis)
Why does this word counter not work?
 
This is a code out of a book i have started reading, maybe some of you might recognize it. But the problem is i have the code EXACTLY as i am seeing it in the b...
[3 replies] Last: You might want to look up how to organize your coding. (by IOwnTheWeb)
by dan01
Can't compile a DLL. Need someone that knows how to do it for me.
 
I can't compile this into a DLL. I can't get any of the correct header files into it before I get utterly frustrated and quit (I don't know much C++). It's s...
[1 reply] : You have lots of reading to do on what this code will need..you'll pro... (by TaikoDragon)
by Phibir
Installing Microsoft 'MinGW' to the Windows 7 Environment!
 
Hi, I have recently purchased the following book from Amazon ‘ C++ Programming in Easy Steps ’ which I hope to provide me with an introduction to C++ pro...
[12 replies] Last: Thank you for the detailed step-by-step guide ‘gcampton’ it’s ex... (by Phibir)
iomanip problem?
 
I'm newbie here...I want to make my out to be like this Television.............................RM2398.00 DVD Player............................RM 350.00 Bi...
[9 replies] Last: You'll notice the difference only if you don't use fixed and setpre... (by Bazzy)
by Phazon
Problem with basic input
 
I'm using devc++ and by default it closes when I press any key. I'm trying to add input to my program and I can put in a number, but when I hit return the prog...
[7 replies] Last: I compiled and ran the code using VS c++ compiler, it didnt have the s... (by BettyBoopTS)
file input - getline / deliminating character issues
 
while(getline(bookFile,books .title,';')) { bookFile>>books .year; bookFile.ignore(1); bookFile>>books .author; bookFile.ignore(1); bookFile>>books .price...
[1 reply] : Your input looks like this, right? Island of the Blue Dolphins; 19... (by Duthomhas)
What syntax is this?
 
Hey everyone, I want to alter a program. Yes I know this is probably above my level but I still want to try. What I want to do is "simply" add to the menu ba...
[14 replies] Last: I started writing the logic but then realized that there's a bit of a ... (by wasabi)
y we use operators in C++
 
tell me plss that y we use operator in c++ with example
[3 replies] Last: I would say someone is probably trolling, and hence you probably don't... (by gcampton)
Simple question
 
Tips on how to memorize the c++ language? I want to memorize it like fluently as talking in English.
[10 replies] Last: It's not ironic because he only wrote it. It would only be ironic if ... (by wasabi)
sort pointer???
 
Hello, My mom is taking a mid term on C++, she is taking this class online, we do have good resource, and I'm helping her along the way.. However, We are ...
[5 replies] Last: Here is the sorting function that I found form my mom class.. v... (by Youbob1212)
Command Line Arguments
 
Hello, I am writing a simple program to handle some command line arguments. I am using Fedora 12 and Eclipse (using GCC compiler). When I type ./programna...
[7 replies] Last: Just ignore it.. it's non standard so there's no point using it unless... (by gcampton)
by Phazon
Can't figure out /t
 
I'm completely new to C++ and I was reading a tutorial from this site. I tried to add /t to a string, but I can't actually get a tab. Here's the code: co...
[3 replies] Last: It happens to everyone. ;) (by firedraco)
flickers in console (clear screen)
 
Good morning/evening! I've tested Duoas code in clearing the screen but the flicker is still there. http://www.cplusplus.com/forum/articles/10515/page1.htm...
[11 replies] Last: Yeah it doesn't clear the screen but I modify it to this one: ... (by olredixsis)
Class problem
 
Hi. I am trying to create a class for my program and use it in different functions. I declare in one function a name for class and then I try to call this name...
[14 replies] Last: tummychow, yeah maybe you are right. Ok guys. Thank you very much ... (by everDark)
by Jaymie
operator :
 
Hi, could someone explain what the ':' operator does. I know it's used in inheritance and know how to do that however, i've seen it used on a class's constructo...
[8 replies] Last: And sometimes it is a sign of a serious parent/child relationship issu... (by PanGalactic)
January 2010 Pages: 1... 1314151617... 24
  Archived months: [dec2009] [feb2010]

This is an archived page. To post a new message, go to the current page.