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 th...
[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. Norma...
[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 ...
[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 befo...
[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>...
[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 p...
[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 ut...
[1 reply] : You have lots of reading to do on what this code will need..you'll pro... (by TaikoDragon)
iomanip problem?
 
I'm newbie here...I want to make my out to be like this Television.............................RM...
[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 progr...
[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>...
[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 w...
[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 Engli...
[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 resour...
[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 ...
[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 strin...
[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 ther...
[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 on...
[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 t...
[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.