
please wait
by sakonpure6
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 binary number is out putted backwards. So the binary of 25 is 11... |
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)
|
by billycro
Error: Undefined Reference to 'List::add(int)
|
I've been experiencing the error, "Error: Undefined Reference to 'List::add(int)" along with the same error involving other functions and different classes. Wha... |
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. #include<iostream> #include<string> using namespace std;... |
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 error c2228 left of '._ptr' must have class/struct/union EDIT... |
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 my answer is wrong tell me that's wrong. The program's writte... |
Apr 16, 2013 at 8:15pm
[7 replies] Last: Oh, thought I could be. Sorry for any misdirection I my have encourage... (by SuperCookie47)
|
by Jose94ji
Help! Please!
|
I need help with this code i am getting a 'while' error and '{' missing function header. How can i fix this? #include <iostream> #include <fstream> #inc... |
Apr 16, 2013 at 7:22pm
[1 reply] : There is incorret function definition Instead of void computeAverag... (by vlad from moscow)
|
by MR Programer
Date test?? help about this C++ program
|
Hi...... Please help me about this program....... I am not understanding this one.... A) Write a c++ program that tests whether one date comes before anoth... |
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? char move ; cin >> move; if (move = "up"){ cou... |
Apr 16, 2013 at 6:24pm
[1 reply] : #include <iostream> #include <string> #include <fstream> using namesp... (by SamuelAdams)
|
by clerner
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 program to practice function and value passing but got strang... |
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)
|
by Kelsomatic
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 basic knowledge of C++ but I'm sort of getting tired of makin... |
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)
|
by BlackL1ght
Balancing an AVL tree
|
Hey, I'm just having a bit of trouble inserting into an AVL tree and then balancing it. here's the code for insert and balance. http://pastebin.com/eu4C8bf... |
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 crashes. the problem: void Block::setTerrain(string ty... |
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)
|
by coganstewart
single-scripted array
|
I am in the final weeks of the semester taking a basic c++ class. I have already registered for classes next semester and I will not continue to pursue this de... |
Apr 16, 2013 at 4:48pm
[7 replies] Last: OK, I feel sorry for you. Thanks at least one... (by coder777)
|
by SlenderMan
Can anyone make sense of these instructions?
|
1. Define a struct type SDistance that contains two integer member, feet and inches. 2. Define a function that receives an array of SDistance and how many d... |
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)
|
by spesh39
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 characters per line. I can't use hyphens to truncate words.... |
Apr 16, 2013 at 4:41pm
[2 replies] Last: Thanks for the reply and the help. (by spesh39)
|
by ccman32
PlaySound only working in DllMain (1,2)
|
Hello, im just working on my first dll and have problems with PlaySound. For some reason, it only works in the DllMain. Im playing the sounds from the res... |
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 the syntax behind the sort methods and feel completely lost w... |
Apr 16, 2013 at 3:30pm
[no replies]
|
by iluvthee07
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. I want to know if there are any better compilers out there... |
Apr 16, 2013 at 3:29pm
[3 replies] Last: Thanks for the advice. I appreciate it. :) (by iluvthee07)
|
by incognitocpp
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-negative numbers up to and including `n`, for a parameter `... |
Apr 16, 2013 at 3:25pm
[6 replies] Last: i know about using namespace std just didnt know about the clog (by incognitocpp)
|
by lousigirl
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 structures. But the compiler tells me functions.cpp:54: error: n... |
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)
|