
please wait
3rd cin getting ignored |
I'm doing an Amortization code for school and my 3rd cin keeps getting ignored. Tbh, lots of my code is probably wrong. Please help? #include <iostream> #inc... |
Sep 6, 2017 at 2:57am
[5 replies] Last: @heyheyitscurly.. Can u tell me what kind of program are you writing ?... (by closed account iyRG3TCk)
|
Difference between while(!key) and while(key) |
Can anyone tell me the difference between while(!key) and while(key)?? |
Sep 6, 2017 at 2:53am
[2 replies] Last: Thnx! helios. (by closed account iyRG3TCk)
|
by techpally
How Beginners Can Learn Computer Programming from Scratch in their Home
|
Programming is the process of taking an algorithm and encoding it into a notation, a programming language, so that it can be executed by a computer. Although ... |
Sep 6, 2017 at 2:14am
[no replies]
|
by PerSonn
INI Code BC++Builder
|
I am trying to get a program to read an ini my code isnt working my ini looks like this File.ini Read="Hello" Write="" and my code is meant to read one ... |
Sep 5, 2017 at 9:15pm
[5 replies] Last: Edit1 -> Text = StartUp->ReadInteger("MyData", "Read", ""); If you w... (by Thomas1965)
|
by Heynow
Rather gay question...
|
So quick question,what the hell...look at this part of code,how did i get 'b' to be 4309823 cause it is that big when i run program?? is my PC gay?There is noth... |
Sep 5, 2017 at 8:10pm
[2 replies] Last: aw god damn ..THANK you man! (by Heynow)
|
by amaroa97
C++ Height Calculation
|
Hello, I am new to c++ and I am trying to figure this out. Kindly help I will really appreciate it. A small rocket is being designed to calculate the effe... |
Sep 5, 2017 at 5:23pm
[6 replies] Last: Thank you, everyone! (by amaroa97)
|
by GhettoBurger
Eliminate Redundant Code
|
I apologize if the title seems a bit to vague, could't think of title that would work with the problem at hand. I'm currently creating a Railway system as pa... |
Sep 5, 2017 at 4:36pm
[4 replies] Last: It's very good that you've recognized that there's something wrong wit... (by dhayden)
|
CPLEX Help |
Hi Everyone, I'm completely new at this, so I hope somebody can help me. I'm trying to implement a mathematical model into CPLEX, but every tutorial that I se... |
Sep 5, 2017 at 4:13pm
[no replies]
|
by PBachmann
What to call a function
|
What is a good simple name for this function? I want it to be somewhat short but something that tells you what it does. // keeps value within parameters ... |
Sep 5, 2017 at 2:55pm
[2 replies] Last: The standard library uses the name clamp for this. std::clamp() (... (by JLBorges)
|
by GhettoBurger
Enter info into command prompt, saves to txt file.
|
I've been struggling with this for quite a while. I'm new to vectors and to my understanding you need to use them in order to input info into the command prompt... |
Sep 4, 2017 at 10:34pm
[4 replies] Last: Hi, GhettoBurger. I’ve given a glance to your railway system project... (by Enoizat)
|
by brianjoo
Newton’s Second Law of Motion: force = mass * acceleration
|
Write your question here. I'm new to c++, but have some experience with coding. I'm not sure why my program is not doing what i want it to do. I want the use... |
Sep 4, 2017 at 10:18pm
[3 replies] Last: oh i thought it was c++. im taking a course, and my intructor told us ... (by brianjoo)
|
by aneurysm
Searching Arrays and displaying parallel data
|
Menu driven program. Function is to allow the user to enter a fruit type and display the price. Data is loaded into the arrays from a text file and I have alrea... |
Sep 4, 2017 at 7:45pm
[4 replies] Last: You could also ask the standard library to do all the dirty work for y... (by Enoizat)
|
by ghost1111
constructor
|
i have a question about a constructor im trying to make a constructor ,but im confused when it comes to double pointer public: Player(std::strin... |
Sep 4, 2017 at 5:31pm
[2 replies] Last: [quote=Repeater]Why do you need one? Can you do it without pointers at... (by Enoizat)
|
by zingob
using char array, new and delete to get name and surname from external function
|
Hello. my attempt is to write a program that requests and displays information as shown below: What is your first name? Carl Frisk What is your last name? ... |
Sep 4, 2017 at 5:16pm
[3 replies] Last: #include <string> #include <cstring> char* get_name() { try ... (by JLBorges)
|
by Raul4pk
Moving to Linux
|
I have been learning C++ for about a year on Windows and now I would like to move to Linux. Will this make a difference for my programming ? Sorry for the dumb ... |
Sep 4, 2017 at 1:25pm
[4 replies] Last: I've been using Ubuntu Linux for about 2 years now, mainly as a bash a... (by bluefrog)
|
by gekakav
help!!!
|
Hi guys,I'm new in forum.I have a problem.When i write anyone type of function in my IDE(Monodevelop,Ubuntu 16.04) and i call her by main the program run comple... |
Sep 4, 2017 at 8:59am
[6 replies] Last: thank you guys! I'm begginer yet. (by gekakav)
|
by shivamjain1
GCD program written But some error
|
Ques : 4. WAP to find the GCD (Greatest Common Divisor) of two positive numbers using Euclid's Algorithm. The Euclidean Algorithm transforms a pair of positive ... |
Sep 4, 2017 at 8:49am
[3 replies] Last: #include <stdio.h> int main() { int a, b, num1, num2, temp, gc... (by tusharsoni05)
|
by zxkun
storing array
|
#include <iostream> #include <string> #include <iomanip> using namespace std; struct Calculation {string itemName; double price,tax,sum; }; void input(Calcu... |
Sep 3, 2017 at 9:33pm
[5 replies] Last: Hello zxkun, All variables in the struck are initialized, so when Ca... (by Handy Andy)
|
by TeebqneX
Stream line reading in incorrectly
|
I'm trying to read in information to various variables. Some of them have spaces so I have to use getline. I'm getting two issues. The information is not gettin... |
Sep 3, 2017 at 8:17pm
[4 replies] Last: Hello TeebqneX, An update to my bad mistake. when I said to use std:... (by Handy Andy)
|
by agusx
Problem with struct
|
Can anyone tell me why this code produces an error, please? #include "iostream" #include "string" int n; using namespace std; struct info_car { ... |
Sep 3, 2017 at 7:23pm
[2 replies] Last: Thanks, I am sorry, the next time i will tell more about the error. (by agusx)
|