[try Beta version]
Not logged in

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...
Mar 29, 2013 at 8:43pm
[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...
Mar 29, 2013 at 8:33pm
[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 ...
Mar 29, 2013 at 8:20pm
[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...
Mar 29, 2013 at 8:05pm
[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...
Mar 29, 2013 at 7:56pm
[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...
Mar 29, 2013 at 7:34pm
[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...
Mar 29, 2013 at 7:28pm
[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...
Mar 29, 2013 at 7:20pm
[2 replies] Last: ok thx^^ (by Yanshux)
Help with battleship program?
 
aa
Mar 29, 2013 at 7:04pm
[2 replies] Last: How to generate a random number -> http://www.cplusplus.com/forum/begi... (by IceThatJaw)
Best ways to learn C++?
 
Hey guys. So I have almost no experience with programming. Really my only experience is a few classe...
Mar 29, 2013 at 6:49pm
[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...
Mar 29, 2013 at 6:39pm
[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...
Mar 29, 2013 at 6:13pm
[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...
Mar 29, 2013 at 5:36pm
[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...
Mar 29, 2013 at 5:23pm
[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....
Mar 29, 2013 at 5:16pm
[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...
Mar 29, 2013 at 5:08pm
[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...
Mar 29, 2013 at 4:59pm
[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...
Mar 29, 2013 at 4:44pm
[no replies]
Palindrome (1,2)
 
I was making this palindrome checking program but then this strange error came up , please help me o...
Mar 29, 2013 at 4:32pm
[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...
Mar 29, 2013 at 4:31pm
[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.
Registered users can post in this forum.