
please wait
by apina058
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 ... |
Mar 5, 2014 at 7:43am
[3 replies] Last: thanks (by apina058)
|
by romeoslaya
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... |
Mar 5, 2014 at 6:24am
[3 replies] Last: Thanks, Apparently there was some weird invisible characters that I wa... (by romeoslaya)
|
by sosupin
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... |
Mar 5, 2014 at 6:13am
[2 replies] Last: Thank you so much, You reminded me of a lesson we did weeks ago!! kudo... (by sosupin)
|
by NullInfinity
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... |
Mar 5, 2014 at 6:10am
[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 ... |
Mar 5, 2014 at 4:43am
[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... |
Mar 5, 2014 at 4:19am
[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... |
Mar 5, 2014 at 2:42am
[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 ... |
Mar 5, 2014 at 2:02am
[2 replies] Last: Variable names must start with an underscore or letter then the rest o... (by giblit)
|
by chbgt909
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... |
Mar 5, 2014 at 1:31am
[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... |
Mar 5, 2014 at 12:29am
[6 replies] Last: Thanks for being patient! (by closed account jvqpDjzh)
|
by owenkmc
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 ... |
Mar 5, 2014 at 12:17am
[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... |
Mar 5, 2014 at 12:13am
[4 replies] Last: Really? I didn't get any errors when I ran it through. (by AceDawg45)
|
by gipsycr
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... |
Mar 4, 2014 at 11:54pm
[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. ... |
Mar 4, 2014 at 11:54pm
[1 reply] : You forgot to ask a question. (by LB)
|
Hey |
#include <fcntl.h> #include <io.h> #include <iostream> #include <fstream> using namespace std; //----------------------------------------------------------... |
Mar 4, 2014 at 11:54pm
[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... |
Mar 4, 2014 at 11:52pm
[6 replies] Last: Yeap... unfortunately that's what i'm doing... ctrl+f5. So debugger do... (by Hiten)
|
by Evan8632
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... |
Mar 4, 2014 at 11:44pm
[3 replies] Last: On lines 59, 61, and 66 you seem to be treading r like a character, bu... (by LB)
|
by BrainFart
Need help with programming assignment
|
. |
Mar 4, 2014 at 11:11pm
[10 replies] Last: char and int can be impicitly converted to each other. Basicly it mean... (by MiiNiPaa)
|
by RobGillespie
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... |
Mar 4, 2014 at 10:56pm
[6 replies] Last: I'm sorry, you were right. I must have been trying to run through your... (by RobGillespie)
|
by codyk170
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.... |
Mar 4, 2014 at 10:43pm
[2 replies] Last: Ok...I get it. That worked. Thank you. (by codyk170)
|