Beginners - May 2015 (Page 24)

by Aye
Help asap please!
 
Urgent I have an assignment, i think the error is in passing the counter, the question is that i sh...
[5 replies] Last: Thank you so much all appreciate it.. And i solved it (by Aye)
by hmlwin
Frustrated! Issues with calling on functions, that need to use arrays?
 
Ok, so here are the 2 functions i needed to write for my code. However i'm not sure what to return, ...
[5 replies] Last: Yeah, I just realised that error. You would have to either allocate an... (by Tom56785)
Simple code to run music in a program
 
Hi there! :D Is there any way that doesn't require much code to run sound files on a C++ program?...
[no replies]
Need your help Pls
 
I downloaded code::blocks (open source IDE)onto my newly acquired windows 7 OS (64 bit). when I t...
[3 replies] Last: mentioning that in your post might have helped :) Have a read of that... (by mutexe)
getting error when erasing element from vector
 
It says that vector erase iterator outside range Battle.cpp #include "Battle.h" #include "...
[8 replies] Last: Fixed!!!!! I didnt even have to erase anything, because I already had ... (by AmazingBKaiser)
need help debugging these
 
I'm trying to debug these code, and the first one gives me a segmentation fault. I feel like there ...
[9 replies] Last: "nowhere, actually" Wrong! The user-given value is used as index to d... (by keskiverto)
How to make a make file?
 
Hi, I don't understand these makefile things but now I finally have a code that requires one since t...
[1 reply] : Hi, try this: all: obj g++ -Wall -o exec *.o obj: g++ -Wall -c *... (by minomic)
by csharp
Reversing a string input
 
Hello, I am trying to have an input statement inside a loop to input a string and when it sees a...
[7 replies] Last: Printing in reverse is an entirely separate task. Think, why you do u... (by keskiverto)
C# question
 
Good morning everyone. I know this forum is for C++ but, I have a quick C# question for you. If, y...
[1 reply] : Can't you just call Exit() on the main application object? and yes, t... (by mutexe)
Find MIN, MAX, and Average PLEASE HELP!
 
For our homework assignment we have to write a program that asks the user for a list of 20 integer n...
[3 replies] Last: First set sum to 0. Then sum+=data; I would also suggest you change... (by Arslan7041)
Need help to modify this code
 
when user does not enter any value in the stack, and ties to get the top most elements, then a garba...
[1 reply] : Line 80 you declare j in the For loop, then declare it again on line ... (by Codermik)
Trouble with undefined references
 
Ok I'm getting these errors: /tmp/ccNvtehj.o: In function `tool::tool()': tool.cpp:(.text+0xf...
[1 reply] : "undefined reference" means the compiler can't find the definition of ... (by Peter87)
Inquiry
 
Hey everyone, can anyone help me in understanding this question Write a C++ program that takes an...
[8 replies] Last: thanks helpbooradley60 & AbstractionAnon for your help, i really appre... (by asdfgh4600)
Void Function
 
Hi guys. So, I'm really new at this programming thing. I'm taking a class right now and in one of th...
[6 replies] Last: You guys are life savers! It worked, thanks! (by victorml)
C-string unable to display
 
Hello, I was working on a question and I seemed to be unable to get this part working properly. ...
[2 replies] Last: Do you have any idea how to I go about solving this problem? If I'd g... (by Drakonaut)
Why is colon used for this function?
 
I was looking at code for converting string into lower case. I bumped into this piece of code online...
[6 replies] Last: Oh Wow, awesome explanation. Thanks @JLBorges (by funprogrammer)
by tloki
Project array & void
 
I need to do: 1) {Add family membership for $60} 2) Add the code to write new membership accounts ...
[no replies]
Output the binary tree
 
The tree: 60 30 80 20 40 Desired Output: __________60 ________/____\ ______30______80 _____/___...
[1 reply] : I did this and it does not work void print(int num) { int temp; tem... (by Vandalism)
Accepting integer and character input
 
Hello, I'm wanting to write a program that reads in two integers at a time and prints them out. Sim...
[8 replies] Last: Awesome, thanks for your help and insight. (by farmerdwight)
Three function prototypes
 
I am not sure I understand the question. I am being asked to write my initials using *, but each let...
[1 reply] : What is the question and do you have any code so far? (by closed account 2LzbRXSz)
May 2015 Pages: 1... 2223242526... 40
  Archived months: [apr2015] [jun2015]

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