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 ...
[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 ans...
[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 pharma...
[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 th...
[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 whi...
[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 getti...
[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 ...
[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 homew...
[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 sepa...
[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...
[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 ge...
[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/𝑛! Writ...
[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 wh...
[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 w...
[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 ...
[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 ca...
[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 no...
[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 ...
[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 ...
[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.