Beginners - August 2014 (Page 31)

by thefly
I have no idea how to compare strings ignoring case!
 
I'm preparing myself for my Intro to C++ class that I will be taking in the fall, so right now I'm just self taught using a book I bought recently. I'm trying...
[6 replies] Last: Line Line32, 35: upperCaseIt(s2); upperCaseIt returns the ... (by AbstractionAnon)
by mindoo
what to do next
 
Hi everyone, I started coding in c++ a month ago and I know the basics of coding a win32 console application. (loops, variables, functions, conditions...) and ...
[2 replies] Last: Yes a 2d game is what I want to do thanks for the answer I'll go check... (by mindoo)
Bad Output
 
Hi, I've been working on this program since last week. Can someone help? It's suppose to display benefit information for employee 1 and 2, but is only disp...
[4 replies] Last: I typed in employee2->Benefit = Benefit ("Washington Mutual", 500000, ... (by pals123)
static variables instead of ordinary variables?
 
Is it more expensive to use too many static variables instead of ordinary variables? If yes, then how? explain it a bit plz
[1 reply] : Whether or not you should use static variables is less about memory co... (by Disch)
How do I write properly this function?
 
Hello everyone, first of all I want to thank you for trying to help me. I was working on a simple project, trying to program something similar to the game Pon...
[6 replies] Last: @giblit: Thank you for a correction. I didn't pay too much attention... (by vlkon)
A c++ project combine struct, vector, userdefine function, static and file I/O together
 
Hello, I am a C++ beginner just started to learn, I got a question from my book and I do not have any idea how to start. Can anyone please help me? Thank you in...
[2 replies] Last: troll warlord, Thank you for replying and helping me. I am trying to ... (by terenceliang)
Coding with Graphics
 
Hello all. I have been studying C++ programming (native via the command prompt) for about 6 months. At this point I need some direction toward something bigg...
[5 replies] Last: Are you wanting to create an application with a GUI? If so, pick up a ... (by ResidentBiscuit)
by danzal
ERROR BRACE
 
i have a missing left brace but i cannot find .. #include <conio.h> #include <iostream> #include <fstream> #include <string> using namespace std; ...
[5 replies] Last: Everyone has their own preferred way of doing things, I use a couple o... (by Chervil)
I don't Understand SFML?
 
I just started learning it, so obviously it's going to take me a little bit before I know it like the back of my hand, but I'm having trouble learning it. I'...
[2 replies] Last: Ahh, thank you for the link. I didn't even think about using different... (by closed account j1CpDjzh)
Competitive Programming
 
I decided I should start to take part in programming competitions. In order to do that I should learn competitive(algorithmic) programming. This includes: - Dy...
[1 reply] : learn this site's tutorial first (by xenovia12)
I get error "no instance of constructor".
 
I get error with constructor. I don't know what is wrong. Date is the base class for all the hierarchy This is constructor for Seniour worker Seniou...
[2 replies] Last: Thanks 'troll warlod' it worked. (by shadowCODE)
by NewInC
Arrays/Xcode
 
Hello all. I am trying to figure out this payroll program I am learning. The assignment is to use arrays in the first part (in order to learn them) and then fun...
[17 replies] Last: ps i adjusted the input file so that it reads properly - last name, fi... (by NewInC)
destructors
 
Hey there, i need help to understand a statement i came across about class & structs involving dynamic memory. The statement read "Destructor...
[10 replies] Last: Thank you for settling my doubts , I think now am in t... (by closed account SECMoG1T)
by Zach S
C++ numerical program with loops
 
Hello. I am just learning C++ and I am having troubles solving this problem statement: Your program should start by reading in the values of the initial p...
[3 replies] Last: The if-clause executes as long as the condition is true. On first i... (by keskiverto)
GUI programming in windows: Programming Windows - Edition 5 or 6?
 
I am an experienced programmer of console applications in C++ but I don't have any experience in GUI programing. Now I want to leave that epic black cmd backgr...
[3 replies] Last: If you want to learn Windows API programming it would be Edition 5. I... (by closed account z05DSL3A)
by mehak
register variables
 
here the scanf function gives an error saying that address of a and b required.y is it so? #include<stdio.h> int main(){ register a,b,x; scanf(...
[5 replies] Last: Here is an older quote (2008) concerning registers after a beginner as... (by BHX)
char to int
 
Hello! I am using a book to study from and I was wondering how exactly this line of code works: result = (number + number + number + number + number...
[2 replies] Last: There are several errors in that code. This line: result = (number +... (by Chervil)
g++ not using curses library even with -lcurses
 
I am trying to compile some code that uses curses to clear the screen, on my personal machine (Debian sid) it works, but in Cygwin and a Ubuntu 14.04 VM it does...
[7 replies] Last: @Duoas, You'll get a 'file not found' error if you link to something t... (by Lowest0ne)
phonebook search function
 
hi! I have an assignment that requires constructing a phonebook directory. I have a problem with the search option. I'm not quite sure what the problem is with ...
[1 reply] : clean up your code its a little hard to read. (by Cody0023)
by maiden
Need Suggestions/Comments
 
As a beginner in programming, I appreciate any comments/suggestions that could improve this program or make is more simpler and clean. This program output a ...
[3 replies] Last: On a quick look, it looks like you are using goto in the same way that... (by admkrk)
August 2014 Pages: 1... 2930313233... 40
  Archived months: [jul2014] [sep2014]

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