Beginners - December 2015 (Page 11)

objective c ide
 
Anyone knows a good IDE to run on windows for objective c ?
[no replies]
by maykh
Need help with my project
 
my project is to create an admissions system with a menu that is: 1. Add an applicant. 2. View all applicants. 3. Count all applicants. 4. Count number of appl...
[4 replies] Last: @AbstractionAnon we haven't taken structs in class, but I just read m... (by maykh)
Need help understanding C-string question
 
Hi, I had the following question on my mid-term in my intro to programming class and guessed the answer and got lucky but I still don't completely understand ho...
[5 replies] Last: why is there s.c_str() and not just "s" as in strcpy(a,c)? s is a str... (by AbstractionAnon)
by kabble
Need help ,little bit support
 
You are expected to implement a simple program to find nearest unit (hospital, university, or pharmacy) with following scenario: The program stores information...
[1 reply] : For the first one, the user will enter one of 'H', 'U', or 'P'. Based... (by koothkeeper)
problem with functions for vectors
 
hi guys i've written this small piece code ehen i use the find or std::distance function it shows this error "error: no matching function for call to 'find(std...
[3 replies] Last: What exactly are you trying to do in that if statement? Did you look... (by jlb)
by axiaxi
character counting program error
 
I write character counting program(lowercase letter, uppercase latter, numbers, punctuations and white space) but program doesnt count first character. I cant f...
[1 reply] : Line 19: Reading in another character before you've used the first one... (by tallyman)
D&D Combat Program Errors
 
So I'm trying to design this program for a class project however I've hit a snag in regards to getting it to run. Specifically in the Dragon function on line 99...
[4 replies] Last: Lines 89-92: You have an infinite loop. If selection is out of range... (by AbstractionAnon)
problem finding valid decimal number
 
Hi, I am new to C++, i have just started mt course. I got some problems to solve but don't know how to do it. I need someone who can solve it and explain it to ...
[7 replies] Last: i tried bt it didnt work, shows error!! Could you show us the code ... (by chicofeo)
Help, I totally don't understand why my code is not working
 
Honestly, I'm new to C++ and don't really understand the structure yet. My professor give me a homework to do which is what I am trying to do right now. The pro...
[2 replies] Last: Ouh, I see.. actually I'm upgrading the code from my previous assignm... (by WanHazyan)
reverse the digits of elements of array
 
Q. Write a program which reads 5 integer elements, stores them, reverse them all and store in a separate array. Print both arrays at the end. my code: #includ...
[3 replies] Last: Not only are lines 7 & 8 non-standard C++, but they are also not part ... (by dhayden)
by mancer
Finding the salary
 
This is my code. I'm finding the total salary. The problem is, it doesn't give the correct output. I'm wondering if I missed out something thank you :) #incl...
[4 replies] Last: @mancer: Do you understand what the comma operator in C++ actually do... (by MikeyBoy)
substring is out of range error
 
I am writing up a function that reverses the order of the string "rdd" to "ddr", when I run it I get an error that substring is out of range. Any help is appre...
[2 replies] Last: Imagine calling this function with an empty string: size() will return... (by tipaye)
recursion
 
Write a recursive function that prints the following series: 1/1!+1/2!+1/3!+1/4!+⋯+1/𝑛! Write only the function. You cannot use loops. Use the empty box...
[3 replies] Last: #include <iostream> void print_terms_from( int n, int max_n ) { ... (by JLBorges)
Two errors that I can't figure out (WHY!)
 
Okay guys I'm getting 2 weird errors. If you look at the commented part within my code you'll see what I mean. It has to deal with curly bracket errors? I wrote...
[3 replies] Last: Like Zombie dude said, the problem at the end stems from the local fun... (by tipaye)
by Lyaman
Books
 
What is the difference between C All-in-One Desk Reference For Dummies and Beginning Programming with C For Dummies.Which book is better?
[no replies]
Code Review
 
Hows it going everyone!? So I'm fairly new to C++ and loving it so far. I was wondering if there is a web site that people rate each others code and give eac...
[3 replies] Last: // make string to lower... std::string make_lower( std::string the_st... (by JLBorges)
by gspere
Tic Tac Toe Using 2D arrays
 
Hey guys, we're supposed to create a tic tac toe program using a 2D array. I have this so far but can't seem to switch players (the game will ask player X to en...
[3 replies] Last: Hello, In your Function void updateBoard you can use a few if statem... (by McNo)
change lowercase string to uppercase
 
I am writing a function that changes the case of a lowercase string into uppercase. However, it's not doing so. Any help on what I am doing wrong will be apprec...
[2 replies] Last: #include <algorithm> string changeCase(const string & s) { string ... (by naraku9333)
Good beginner source project
 
Hello, I have been programming in Python, PHP and C# for a little over 5 years. But recently I have decided I really wanted to learn C++. It's actually quickly ...
[2 replies] Last: Awesome, Thats perfect! Thank You! (by JenniferLostTheWar)
Need some guidence please....
 
Hey guys I'm an absolute n00b so please be gentle. I'm having trouble with my project was hoping to see if I can get a push in the right direction. I have to...
[2 replies] Last: Here is the second part of the instructions that has got me confused, ... (by drtran83)
December 2015 Pages: 1... 910111213... 43
  Archived months: [nov2015] [jan2016]

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