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 j...
[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 ap...
[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 displa...
[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 h...
[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 p...
[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 an...
[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 month...
[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> #i...
[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 th...
[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 lear...
[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 hiera...
[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 ar...
[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 involvi...
[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 pr...
[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 GU...
[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? #in...
[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: ...
[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 (Debia...
[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...
[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 ...
[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.