General C++ Programming - March 2017 (Page 19)

Why is my code skipping the 2nd cin?
 
#include <iostream> using namespace std; int main() { char month; int minutes, package; dou...
[1 reply] : variable month is of type char and I suspect you are typing in more th... (by gunnerfunner)
arrays and strings
 
im writing a program that like hangman is it possible to do it with arrays using strings as paramete...
[1 reply] : well of course it is (by SamuelAdams)
by Echo89
Need help with this school assignment
 
Hi, I need help with this school assignment and i don't know where to start. please help Exam...
[1 reply] : What did they teach you is the first step to writing any program ? (by SamuelAdams)
by Echo89
what is the difference between void initialize(Loans[]) and void initialized ()?
 
like the title, i will like to know what is the difference between void initialize(Loans ) and void ...
[1 reply] : Well both are functions, that are void, meaning they don't return anyt... (by SamuelAdams)
March 2017 Pages: 1... 171819
  Archived months: [feb2017] [apr2017]

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