Beginners - November 2013 (Page 36)

hii experts ..
 
Can anyone tell me what are the other names used for aggregation? and what are three layers of aggre...
[no replies]
LLDB Error
 
I have encountered another problem that I cannot explain in my code. I use Xcode, and I am given an ...
[1 reply] : LLDB is a debugger. Could you give us this unusual message so we can l... (by J4ke)
sqrt Function Will Not Compile
 
I am writing a program to compute the standard deviation of four numbers in the function description...
[4 replies] Last: You could be right. /me googles Yep. It looks like the GCC will do t... (by Duthomhas)
Beginner Array Question
 
Topic is array. User enters in 100 numbers, but If they type in zero I want the display to be Try ag...
[7 replies] Last: Glad we could help. (by BHX)
Arrive Steering Behavior Discussion
 
I am looking for any helpful information on implementing the arrive steering behavior. Following alo...
[no replies]
by Rudy13
C programming Repetition loop
 
I have most of the code done i just need to be able to make a file read columns instead of lines, an...
[2 replies] Last: I'm not sure quite what the question means. The input file is what it ... (by Chervil)
Changing from pointer to array notation
 
This is a HW question. I have tried and tried... please tell me what is wrong in the second code. Th...
[3 replies] Last: Thank You! Yes, the code is supposed to count the characters. for th... (by LucasCross)
How to check for duplicates in an array
 
Hey guys I am currently taking a class for c++ and one of problems I for an assignment is that I hav...
[1 reply] : See http://www.cplusplus.com/forum/beginner/116745/#msg637127 The dif... (by JLBorges)
Find word in a sentence, help?
 
Hey everyone, this is my first post here, and I'm new to programming. This is what I'm trying to do....
[6 replies] Last: Okay, so I didn't solve this problem correctly haha. THis is what we ... (by Superfreak)
arithmetic problem, wont evaluate
 
So Im continuing a past assignment by making the user answer multiple questions depending on their g...
[3 replies] Last: Global constants are OK, avoid global variables like you have. Watch ... (by mobotus)
called function not returning to main after execution
 
This is part of the complete program. We are writing classes and derivative classes. I have another ...
[3 replies] Last: I have had the final else statement with and without the if with no ch... (by bilms01)
Counting characters in a c string
 
In this program it is supposed to have a user input a string and then the program will, depending on...
[14 replies] Last: awesome, that fixed it, funny how simple solutions can be. thanks. (by pepstein)
Checking String for File Extension(s)?
 
I am having trouble getting my program to check a string for more than one file extension. The f...
[2 replies] Last: That makes perfect sense! Thank you for your help Chervil. (by Tipharez)
string(int, *begin++) ?
 
Would anyone know what this is? I've never seen a string with two arguments like this before. *be...
[2 replies] Last: Thanks for the explanation and the link. That explains it then. (by dominover)
Pointers, lists, and constructors.
 
Struggling with pointers, lists, and constructors. The program takes an integer as argv and creates...
[1 reply] : what is contactstruct.h? need the file in order to see the compiler er... (by Bob Joe)
how to count number of strings in an array
 
How do I get the program to recognize that 10 students have signed up for the class and display "Sor...
[2 replies] Last: Thanks, this really helps. (by super n00b)
Constructor for Array Based List
 
Hi all, I am writing a program where the user inputs the filename to a .txt along with an optiona...
[3 replies] Last: post your entire program, I can help with the memory allocation and dy... (by Bob Joe)
Explain Singleton's Implementation
 
Could someone help me out by explaining what this code for a Singleton class means? Specifically, I ...
[2 replies] Last: I think I may have found the answer to why the static members are defi... (by jheard901)
C++ and network programming
 
Okay, to make this post simple I will ask a very straightforward question to learn if c++ is a good ...
[3 replies] Last: Getting started: Tcl http://wiki.tcl.tk/ http://www.tcl.tk/man/tcl8.5... (by Duthomhas)
what i'm doing wrong in the array?
 
i'm working in this school project for more than two weeks but i don't see any light yet. I read sev...
[7 replies] Last: made sense,Thanks! (by alex6es)
November 2013 Pages: 1... 3435363738... 80
  Archived months: [oct2013] [dec2013]

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