Beginners - December 2009 (Page 9)

by meer
character array - Segmentation fault
 
Hello, thanks for taking the time to look at this. I'm trying to assign new values to elements of...
[2 replies] Last: Hey Helios, Thanks for the reply and great explanation/tutorial. (by meer)
Game Data Classes
 
Hello All! I am trying to make one or two classes that input the opponent name and the home s...
[2 replies] Last: This is the method I had written for this problem. OpponentName and H... (by lkegley)
by Wander
Problem with Beep(,)
 
I'm trying to make a program that allows the user to create a short tune. To do so I need to allow t...
[4 replies] Last: AWESOME THANKS GUY!!! ALL OF YOU!!!! IT WORKS! :D (by Wander)
Basic Encryption...output file name gets truncated
 
Hello all at Cplusplus. I am looking for possible solutions to a code problem in my file encrypti...
[1 reply] : why don't you just save the filename in a string? that way you don't h... (by gcampton)
Return array of strings
 
My goal is to make a dll file with a single function that will return the IE url history from the lo...
[4 replies] Last: OK, I will try to move on from there. Haven't worked with arrays befor... (by skybomb0)
assertion failure when deleting pointer
 
I'm getting an assertion failure error when I attempt to delete a pointer at the end of my code. If ...
[3 replies] Last: thanks Disch - that is much easier and you explained it perfectly. (by hansfordmc)
design pattern for global object access
 
Hi, I'm creating an application in an object oriented way. What I would like, is to have a global...
[4 replies] Last: The singleton design pattern does tend to get frowned upon by OO puris... (by jRaskell)
call by reference
 
Hi . I want pass my array to function with reference , but I cannot pass array to a function . Wh...
[5 replies] Last: arrays aren't passed by value anyway. They're passed by pointer. You... (by Disch)
by JoeyS
Am I using array pointers in functions correctly here?
 
Hi, I'm relatively new to C++ and trying to write a program to aid in a physics project. I'm a litt...
[2 replies] Last: Thanks. My usual compiler does not give any errors and the program wo... (by JoeyS)
how to use sound
 
I want to use sound in my program. what I have to do.Using dev C++. Please help...
[no replies]
MY FIRST TEMPLATE
 
Im newby in C++, can you evaluate my first template code. Thanks. //========================...
[1 reply] : It's a good start, but a few comments: 1. No need for the virtual des... (by kbw)
problem about member function overloading
 
In my project, I want implement a child class which inherits from parent class and overload a member...
[1 reply] : The int version is hiding the string version. You can "unhide" it w... (by Disch)
Vectors!!!
 
i have to write a program that(prompt the user to enter them one at a time) an unspecified number of...
[4 replies] Last: tyvm you guys rock!! (by drcarmen)
output data files!
 
Hey guys, i'm fairly new to this so i'd appreciate any help. i have to read in the information from...
[5 replies] Last: i ended up writing this and it works fine. #include <iostream> #incl... (by drcarmen)
Problems with an array project im working on.
 
This is what i have so far. I'm not completely sure if this correctly assigns the random numbers to ...
[7 replies] Last: hey jdawg, ok, i changed the program a bit , one thing that was chan... (by BettyBoopTS)
Microphone seeding RNG
 
Hello all, I'm not a beginner by most standards, but I'm wondering about something a little outsi...
[2 replies] Last: Well, I'm trying to code this as a software Proof-of-Concept for an em... (by Garandy)
A couple of Arrays...
 
So...having an issue with the below program. int main () { string fooditem ; int calorie...
[2 replies] Last: Thanks...I imagine booleans may be a better way to do this. I will see... (by thebenjamins)
Beginner that is fighting with code
 
I can compile this code, but when i try to execute it i encounter an error, any ideas to fix it? ...
[5 replies] Last: countValues isn't counting the values, it's doing something else-check... (by demosthenes2k8)
reverse words
 
hi guys please iv done my best involving few people already. program has to pick up words from 1file...
[5 replies] Last: guys i really do appreciate ur effort..just came back from work and le... (by simon79)
Mistake
 
Please remove this post...
[1 reply] : Uh yeah, and what are you supposed to do? Anyway we can't just give y... (by tummychow)
December 2009 Pages: 1... 7891011... 23
  Archived months: [nov2009] [jan2010]

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