Beginners - October 2013 (Page 73)

Program to pritn decimal equivalent to binary using modulus and division operators??
 
Hello, I'm having trouble knowing where to start on writing a program that takes a binary number an...
[1 reply] : I would start by looking at other programmers attempts to do this. ht... (by Yanson)
Linked Lists - Help please!
 
I can add any amount of values to the initial list and it sorts/prints with no issues. Once I call ...
[5 replies] Last: Doubly linked list that was due this weekend - LIST.H #ifndef LI... (by zCasanova)
by Larz
Implementing a Sort that returns the index positions
 
Hey guys, I've made a function that returns the index positions of the highest to lowest values w...
[4 replies] Last: If I were to write it, it would look something like this: #include <... (by JLBorges)
Produce like fruit or vegetable
 
Using dev c++ I am building a class the generates 3 bundles of fruit or vegetables. I am stuck on th...
[2 replies] Last: Success, this will certainly help. Now I can continue to clean up this... (by Mashd Taters)
Printing from a File Problem
 
Hey everyone, I've been having a problem with this all day, and after bashing my face against the wa...
[7 replies] Last: Thanks a ton for your response. I got it to work. Really appreciate th... (by catalanor0220)
add a comma to long numbers?
 
how can I add a comma every 3 decimal places to a long number of int type?
[2 replies] Last: The brute force method: #include <iostream> // works for integer ty... (by JLBorges)
by Ltp
My code is betraying with me!
 
I made this code & took almost 10 hours. But there is a problem in the output. #include <iostream...
[6 replies] Last: LTP, you can always give vairables meaningful names, or names that bet... (by IWishIKnew)
User input and output help
 
Write your question here. Hello Everyone, My professor just gave us an assignment to create a ...
[3 replies] Last: Thank you. It now works. (by kennyp5792)
typedef and container iterators
 
I got this statement from some code in a book but I was looking for some clarification: typed...
[2 replies] Last: also this is possible in C++11: using IT = list<string>::iterator; //S... (by MiiNiPaa)
map/set iterator not derefencable
 
here is my code void print_words (const map <string, int>& printMap) { FOO p (printMap.size...
[7 replies] Last: Thanks everyone, this helped a lot and I got it to work. (by programgirl)
LNK1120 error
 
Hi guys here is really simple problem but once i try to compile it , it gives me this error which i...
[3 replies] Last: thank you so much guyz,it works now (by nader1993)
by fobian
Best way to go about learning.
 
Hello everyone, I am somewhat new to C++ I have attempted this about 100 other times but I always...
[1 reply] : Thats great info thanks for sharing :) Spybubble http://spybubblez.... (by morsoruce)
Check string with possible inputs?
 
I need to check an input with 2 possible values, then have that lead to another function based on wh...
[1 reply] : Let's say you have entered "Cat" Your condition: !( huh =="Cat" ) || !... (by MiiNiPaa)
Solving a system of equations
 
Hey guys, i have a bit of problem here. I need to write a program where i have an equation (general...
[1 reply] : you already have the equation should be really easy to program but any... (by giblit)
by Cas39
User Input Issue
 
Hi, I was wondering if someone could take a look at my code and advise me how I get these functions...
[5 replies] Last: I'd like to post a basic valid input function. It's useful, because it... (by MiiNiPaa)
by stacyd
input number output the corresponding month
 
My program is suppose to prompt user to enter a number 1-12 and output the corresponding month. Ok ...
[4 replies] Last: Well, this means that you have not input the value of month as "cin>>m... (by PalashMudit)
by Ltp
Linked List
 
How can I input 10 values(or user given number of values) & output those values using Linked List?
[1 reply] : I have this code: #include <iostream> #include <string> using namespa... (by Ltp)
Need help with magnitude
 
I need help writing a function for magnitude. I commented it out to see if the polar coordinates wou...
[no replies]
how can i export results of my calculation fom my c++ programme
 
Hey everybody, I need some help here. I have to create a project to plot Cartesian graphs. Until no...
[5 replies] Last: Thanks (by PalashMudit)
change const to variable string?
 
I have this from a reference code, and I figured it'd be useful and interesting if I could change th...
[3 replies] Last: Quote: "couldn't get it to work as a string, since it is checking for... (by Chervil)
October 2013 Pages: 1... 7172737475... 86
  Archived months: [sep2013] [nov2013]

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