[try Beta version]
Not logged in

Beginners - April 2013 (Page 41)

Binary Numbers Not showed in correct order
 
I wrote a program that outputs the binary number of a decimal number passed to it, however the bina...
Apr 16, 2013 at 9:11pm
[2 replies] Last: I think it will be better to write a recursive function. For example ... (by vlad from moscow)
Error: Undefined Reference to 'List::add(int)
 
I've been experiencing the error, "Error: Undefined Reference to 'List::add(int)" along with the sam...
Apr 16, 2013 at 9:05pm
[3 replies] Last: Thanks everyone, i realized theyre not included in my project file! (by billycro)
by sumsar
comparing a string letter with another letter?
 
Im making a small game call field runner but i have a proble with the if statment on line 43. ...
Apr 16, 2013 at 8:42pm
[4 replies] Last: You want the outer loop to break in order to return back to your main ... (by Olysold)
by Turnip
error c2228 left of '._ptr' must have class/struct/union
 
I am getting this error and I cant figure out why. I am very new to boost filesystem library erro...
Apr 16, 2013 at 8:24pm
[1 reply] : Was using d->path().extension() instead of assing d->path() to a varia... (by Turnip)
Wrong answer. wrong answer. wrong answer. wrong answer........
 
in this program i try to make it similar as TEST if i write the right answer it will say RIGHT if m...
Apr 16, 2013 at 8:15pm
[7 replies] Last: Oh, thought I could be. Sorry for any misdirection I my have encourage... (by SuperCookie47)
Help! Please!
 
I need help with this code i am getting a 'while' error and '{' missing function header. How can i f...
Apr 16, 2013 at 7:22pm
[1 reply] : There is incorret function definition Instead of void computeAverag... (by vlad from moscow)
Date test?? help about this C++ program
 
Hi...... Please help me about this program....... I am not understanding this one.... A) Write ...
Apr 16, 2013 at 7:17pm
[3 replies] Last: I have Write code...........Thank you L B for your reply (by MR Programer)
by sumsar
compare to a word
 
i need to compare a char or a string to a word but i get a compiler error. what am i doing wrong? ...
Apr 16, 2013 at 6:24pm
[1 reply] : #include <iostream> #include <string> #include <fstream> using namesp... (by SamuelAdams)
A simple compiler error : ISO c++ forbids declaration
 
Hi, I just started learning C++ so this question might be too simple for you. I wrote a simple p...
Apr 16, 2013 at 6:19pm
[2 replies] Last: It's so interesting that I have to declare return type in both the pro... (by clerner)
Where to begin with graphical output?
 
I may sound like I don't know what I'm talking about here, because I don't quite. I have some b...
Apr 16, 2013 at 5:54pm
[2 replies] Last: Thanks, all of this helps a lot, or a least gives me a good place to s... (by Kelsomatic)
Balancing an AVL tree
 
Hey, I'm just having a bit of trouble inserting into an AVL tree and then balancing it. here's t...
Apr 16, 2013 at 5:45pm
[2 replies] Last: No replies? Well, some topics are harder than others. In my opinion... (by Catfish3)
Probable pointer error somewhere
 
Hi! My program runs for some time, then comes to a line it has executed several times earlier and...
Apr 16, 2013 at 4:55pm
[18 replies] Last: The problem should be fixed now, it just crashes when it runs out of m... (by Jonas Wingren)
single-scripted array
 
I am in the final weeks of the semester taking a basic c++ class. I have already registered for cla...
Apr 16, 2013 at 4:48pm
[7 replies] Last: OK, I feel sorry for you. Thanks at least one... (by coder777)
Can anyone make sense of these instructions?
 
1. Define a struct type SDistance that contains two integer member, feet and inches. 2. Define a...
Apr 16, 2013 at 4:44pm
[15 replies] Last: Oh so its going to add all the inches and feet you entered and for eve... (by SlenderMan)
Format Output to a maximum character width
 
I have to write some code where I must format the output of a bunch of sentences in no more than 40 ...
Apr 16, 2013 at 4:41pm
[2 replies] Last: Thanks for the reply and the help. (by spesh39)
PlaySound only working in DllMain (1,2)
 
Hello, im just working on my first dll and have problems with PlaySound. For some reason, it on...
Apr 16, 2013 at 3:34pm
[22 replies] Last: Installed VS 2010 on my laptop and somehow i got all the files there. ... (by ccman32)
by kgor93
Need help with insertion sort for a C++ linked list. Should be a simple fix
 
Basically, I have to sort the linked list using insertion sort. I'm not very good at understanding t...
Apr 16, 2013 at 3:30pm
[no replies]
Good C++ Compilers and Essential Software
 
I need a bit of advice: I use the turbo C++ compiler as it is the one being used in my college. ...
Apr 16, 2013 at 3:29pm
[3 replies] Last: Thanks for the advice. I appreciate it. :) (by iluvthee07)
I am not familiar with c++ enough
 
I am tasked to do this: Problem: Write a recursive function named `summer` that sums up the non...
Apr 16, 2013 at 3:25pm
[6 replies] Last: i know about using namespace std just didnt know about the clog (by incognitocpp)
Array of structs: no matching function for call
 
Hi, I have been trying to figure out what is wrong with this code. All I want is an array of struct...
Apr 16, 2013 at 2:52pm
[10 replies] Last: @L B Yes, but that is because with pointers and incomplete type it a... (by vlad from moscow)
April 2013 Pages: 1... 3940414243... 83
  Archived months: [mar2013] [may2013]

This is an archived page. To post a new message, go to the current page.
Registered users can post in this forum.