Beginners - July 2013 (Page 19)

by Exempt
OOP design question
 
Sorry the title is pretty vague but I didn't know a short way to word my question. I'm trying to really grasp the concepts behind OOP programing and the correct...
[10 replies] Last: Exempt if you are serious about doing good design, go to this source... (by TinyTeeTree)
SECOND ITEM READ TWICE
 
MY INPUT: 1200233 Jan 2013 3 UCCD1004 PROGRAMMING_CONCEPTS_AND_DESIGN 4 70 UCCD1024 DATA_STRUCTURES 4 80 UCCD2502 INTRODUCTION_TO_PROPOSAL_WRITING 3 78 120...
[2 replies] Last: Ok thank alot!!! (by kcthiew)
recursion problems continue...
 
Everyone has been so helpful... I hope someone can help me figure out what happened here... I am trying to reverse the digits that the user inputs.. and it l...
[18 replies] Last: Seperate code (by Smac89)
Help with Linked List Delete
 
I can't figure out why when I want to delete the first node of my linked list, it doesn't seem to work. I think it might have something to do with the stressin...
[10 replies] Last: If anyone can explain why that worked, I'd love to hear it haha (by Klopfenstein)
Runtime Error with Character Arrays
 
This code worked exactly as I designed it to work until I added lines 36-39. Upon adding those lines to the code the name outputted from the function is only 4 ...
[8 replies] Last: Ok thanks that helps a lot. I'm trying to teach myself C++ and have be... (by LandoCal)
operator overloading
 
Hi, I have run into a bit of a stand still with some of the build errors i'm receiving for a C++ assignment The description of the assignment is as follows ...
[7 replies] Last: In the same way you had multiple definitions for the functions, you ha... (by cire)
by axdel
2D array read from file help
 
I am supposed to build a 3 by 30 2D array from this data, the first column is months 6-8, the second is days 1-30 repeating for each month, the 3rd is weather d...
[1 reply] : You need to declare a char array 3x30, and adjustment (6 in your case)... (by ats15)
by KQball
Class Variable Declaration
 
Hi ALL, I am in my first C++ this semester and am having some issues with a MyVector class I created earlier on in the class. I made variables global for th...
[6 replies] Last: Thanks for all the help and sorry for the confusion! (by KQball)
by axdel
Weather array infile program
 
I have a file that has weather data in 3 columns and 90 rows: 6 1 C 6 2 S 6 3 R 6 4 R 6 5 C 6 6 S 6 7 S 6 8 S 6 9 S 6 10 S 6 11 C 6 12 S 6 13 C 6 ...
[2 replies] Last: My instructor said I need to build a 3 by 30 array holding weatherStat... (by axdel)
Operator Overloading
 
Hi, I am taking a C++ class online for summer and I am having trouble with an assignment. I would like to get some help or at least can somebody show me w...
[8 replies] Last: I am trying to figure out how to fix. So I am trying to add the drive... (by FlyingTr)
sound guy looking to do basic game programming
 
I'm a musician and audio producer with some very basic programming experience (mostly with JavaScript, a little Ruby as well), and I've recently started learnin...
[2 replies] Last: This is not a job posting, I'm just asking for some info/recommendatio... (by mightypants)
Cannot build
 
The void read section is where I have issues at. Please tell me what's wrong. And if there is anywhere else I need to look at. Thank you in advance. A comp...
[1 reply] : You say "issues". I would expect your compiler to be able to be much ... (by keskiverto)
by krutuk
Reverse bytes in the integer
 
Hi everybody. I wrote down some program to reverse bytes in integer through the char pointer, but it gives me trash. I can't handle it by myself. Please help. ...
[2 replies] Last: Thanks man, I will handle it. (by krutuk)
help for a beginner
 
need help im a beginner in c++ this is part of the code in our midterm exam why does it close after i input the name of the professor feedback is appreciated ...
[7 replies] Last: use getline (cin, a) as cin>>a will only store a character. (by jrfrago)
Compiling problen VS2012
 
Hi guys, This is a cpp file which used to execute the function in the class' header file. When I try to compile this code I get this problems: 1)error C21...
[7 replies] Last: @Irari, I have some input kind of unrelated, but I was researching an... (by InclinedToFall)
Explain Concatenation?
 
Can anyone explain concatenation? I've looked all over the web and all I'm getting is too contextual to people's code problems. What is a simple explanation?
[2 replies] Last: @MatthewRock, Fair enough. (by InclinedToFall)
Question: Terminated?
 
The book I am going through asked these questions: What terminates input into a string? and What terminates an input into an integer? I'm not sure ...
[4 replies] Last: @Chervil, Thanks! I'll chew on that for a bit. (by InclinedToFall)
why char is considered as Bad Pointer?
 
Hello everyone. I wrote this simple code below just for an experiment.The pointer are fine if im using int or float data type. But for char the yptr is showed a...
[4 replies] Last: char *yptr by itself is an invalid pointer because it isn't initialize... (by Thumper)
Pointers
 
say I have the following const int a1=0, b1=1, c1=2, d1=3, e1=4, f1=5, g1=6, h1=7; string square; how would I get get the values of a1, b1, c1, etc. when the ...
[8 replies] Last: So it seems there are several ways to do. Let me see which would be fa... (by jrfrago)
module.so decompilation
 
Hello people, I am begginer on C++ or C and I have a question(problem) I found on Russia Torrent one softwitch( based on Asterisk) for routing voip calls...
[no replies]
July 2013 Pages: 1... 1718192021... 53
  Archived months: [jun2013] [aug2013]

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