Beginners - March 2013 (Page 6)

by Jace
Removing dependencies
 
I've tried to send my friends programs, but when they open them they report an error. When I checked...
[1 reply] : should be msvcp110.dll or something like that, all programs compiled w... (by rcast)
by Jace
Function problem
 
I don't know where to input a certain file name into the function so that the function searches for...
[no replies]
Could I have used any pointers to better this program?
 
If anyone cares to look over it, this is the program: (Well only the header and the class functions ...
[4 replies] Last: Fair enough, thanks for the confirmation (by Tiger58)
memory allocation and segmentation fault
 
Hi! I'm new to c++ (and forums), so I have some trouble with the memory management. I have a class M...
[6 replies] Last: Destrcutors are made to get rid of parts but only when those parts are... (by IceThatJaw)
Mortgage calculator. Last steps. Please help due soon
 
I need my code to display Month but it seems my code is skipping month's and not displaying 1, 2 3...
[no replies]
by ZeinH
C++ Problem for All Projects!
 
I Cant Debug Any of my Projects At All It Never adds an .exe file Heres The Output: 1>------ Buil...
[3 replies] Last: http://stackoverflow.com/questions/10888391/link-fatal-error-lnk1123-f... (by MiiNiPaa)
What does this mean????
 
In my c++ book it says the following: When you are defining a multidimensional array as a paramet...
[no replies]
How To Open Files By Commands in C++
 
Like i wanna open File Through C++ Comannds in C:\Users\User\Downloads and stuff like that Please He...
[2 replies] Last: ok thx^^ (by Yanshux)
Best ways to learn C++?
 
Hey guys. So I have almost no experience with programming. Really my only experience is a few classe...
[2 replies] Last: 1. Read and code. 2. C# and Java are hot right now as far as language... (by IceThatJaw)
Return a value
 
The error when i try to build my code says, 'createBanner' must return a value. But when i try to p...
[3 replies] Last: It complains because you didn't return anything when the function sign... (by IceThatJaw)
Why is it giving me error? (Pointer array)
 
I am confused as to why it gives error when I try to use a pointer array like this: //Don't mi...
[2 replies] Last: Nice thank you (by Tiger58)
What am I doing wrong?
 
Hello, I appreciate any help anyone is willing to provide. I am trying to solve the following pro...
[8 replies] Last: Also dont use system pause. Use cin.get. (by Anmol444)
Returning by reference
 
Is there a way to return by reference in a function, for example #include<iostream> #include<st...
[4 replies] Last: There's something you should be aware of when returning L-value refere... (by closed account zb0S216C)
Graphics using Code::Blocks
 
I am a beginner and I would like to know how to use graphics in C++ using the Code::Blocks compiler....
[2 replies] Last: You need to get a graphic library. Standard C++ doesn't have any. (by maeriden)
What does this mean?
 
In my book it says An array records no information about its size, so you cannot use the range-b...
[5 replies] Last: @Framework Thank you you cleared it up. (by Anmol444)
When to use pointers in this kind of situation?
 
Our teacher said that from now on we should only be using pointers, but how far does that actually g...
[1 reply] : You should only use pointers when you need to. Normal variables are pe... (by Anmol444)
by mirec
mfc
 
do you think that mfc lybrary is better then stl or qt?? or it doesn t matter that much. all i heard...
[no replies]
Palindrome (1,2)
 
I was making this palindrome checking program but then this strange error came up , please help me o...
[37 replies] Last: #include<iostream> #include<stdio.h> //for using the gets() f... (by The illusionist mirage)
Asking for information twice
 
I am suppose to be writing a code that calculates the future population based on user input. Below i...
[5 replies] Last: I am horrible at reading error messages. All I can tell is that it's ... (by fg109)
March 2013 Pages: 1... 45678... 87
  Archived months: [feb2013] [apr2013]

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