Beginners - March 2014 (Page 69)

console open and shutdown quicly
 
this code right? console open and shutdown quicly #include<iostream> using namespace std; int main() { cout << "Abc.exe auttaa opettelemaan ...
[3 replies] Last: thanks (by apina058)
Help With Homework Please
 
I need help, I have my code that is suppose to take the average of the first element in each arrays in a pointer. This is my assignment. Given the following...
[3 replies] Last: Thanks, Apparently there was some weird invisible characters that I wa... (by romeoslaya)
Seperating two output lines by a certain number
 
This is my code, I have everything done and all I need to do is figure out how to get my outputs of HTHTH to 10 per line. I cant figure it out and its driving m...
[2 replies] Last: Thank you so much, You reminded me of a lesson we did weeks ago!! kudo... (by sosupin)
Quick Elaboration: What is "hard coding" and "soft coding"?
 
Simple question. Wikipedia provides the following definition for hard coding: Hard coding (also, hard-coding or hardcoding) refers to the software developme...
[5 replies] Last: Thanks again JLB. I was gonna reply an hour ago, but life stuff happe... (by NullInfinity)
by adv100
Call by function structures
 
I am trying to create a linked list dequeed. I have created my add a word which adds a word. Because i change the head and the tail of list i was trying to use ...
[2 replies] Last: What does that mean? what is this? it is a doubly linked list writte... (by adv100)
Ostream Operator Overloading
 
I am working on trying to learn how to overload the << operator but my code keeps giving me errors. There are two errors whenever I compile in eclipse. One is i...
[1 reply] : Well your private member num is undefined, you never use it. So what i... (by giblit)
by QataJo
Quick q
 
I have a quick question about the program. It is saying that my variables under float are constantly not being initialized. Please let me know if You can solve...
[1 reply] : That is because you try to use them before you initialize them. For ex... (by Zhuge)
by cnsk90
WHAT'S WRONG WITH THIS SYMBOL?? "θ"
 
hi guysss!! im trying to work with this annoying symbol and doesnt show them on the console when i run it!! and i might have a tinyyy problem with my f1 and ...
[2 replies] Last: Variable names must start with an underscore or letter then the rest o... (by giblit)
Add decimals to average
 
Hello everyone, first of all i want to apologize for my poor english as it's not my first language i want the average to show decimals but i don't know how i kn...
[3 replies] Last: If your sum and n variables are both int s, then the result of di... (by long double main)
(Usual) undefined reference to...
 
Where am i doing wrong? What can't i do here? /******************************************************************************/ /* main.cpp */ #include <iostrea...
[6 replies] Last: Thanks for being patient! (by closed account jvqpDjzh)
trouble with arrangment
 
the numbers that i have for my output dont line up. For example ill run the code and it will give me 11245...158 14652...89 19832...373 20014...243 but i ...
[2 replies] Last: 10234 67 10234 100 10234 53 10234 91 11245 89 11245... (by owenkmc)
by chofs
breaking a loop
 
hey guys i have a slight problem..i knw its not gud programming practice to use a break to exit a loop but i would lyk to break my loop when hdistance reaches a...
[4 replies] Last: Really? I didn't get any errors when I ran it through. (by AceDawg45)
compiler is invalid
 
Hello. I´m using code::blocks 13.12 for the first time. When I run the above code thr progras displays "Demo - Debug": The compiler's setup (GNU GCC Compiler f...
[6 replies] Last: I did what say. Now is working. Thank you very much indeed. (by gipsycr)
by dean93
Help with Function
 
I have to create a program with functions to find the area of a pentagon. I run the program but it gives me the wrong answer. Can anyone see what i did wrong. ...
[1 reply] : You forgot to ask a question. (by LB)
Hey
 
#include <fcntl.h> #include <io.h> #include <iostream> #include <fstream> using namespace std; //----------------------------------------------------------...
[1 reply] : It's not writing the result into the .txt file because it doesn't even... (by LB)
by Hiten
Queue implementation - program ends with an error
 
So my Queue implementation does basically what it's suppose to do, but ends with _BLOCK_TYPE_IS_VALID(pHead->nBlockUse) error. Can someone help me out unders...
[6 replies] Last: Yeap... unfortunately that's what i'm doing... ctrl+f5. So debugger do... (by Hiten)
Running Program again
 
I am trying to write a loop that encrypts and decrypts a string and will cycle again when you tell it to. The problem is that when there is a space in the input...
[3 replies] Last: On lines 59, 61, and 66 you seem to be treading r like a character, bu... (by LB)
Need help with programming assignment
 
.
[10 replies] Last: char and int can be impicitly converted to each other. Basicly it mean... (by MiiNiPaa)
Finding Mileage
 
Alright so I have the code pretty much done except for some final value outputs. Right now the code is supposed to add up total mileage driven for each interval...
[6 replies] Last: I'm sorry, you were right. I must have been trying to run through your... (by RobGillespie)
Same invalid conversion error
 
I'm a student and pretty new to C++. I am trying to print a seating chart for a plane but I need to start off with an empty plane. '*' designates an empty seat....
[2 replies] Last: Ok...I get it. That worked. Thank you. (by codyk170)
March 2014 Pages: 1... 6768697071... 79
  Archived months: [feb2014] [apr2014]

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