Beginners - December 2016 (Page 28)

by bp04
Normal program temination
 
#include<stdio.h> #include<string.h> float arr ={0.3,1.7,3.6,3.89,1.9,3.5,6.1,0.78}; int t=4; void merge (int x ,float z); char *str; int main() { ...
[1 reply] : Your program invokes undefined behavior as it tries to dereference the... (by mbozzi)
by oteej
Help figuring out errors in code
 
Write your question here. I have been stuck trying to figure out the following errors for a couple hours I'm very new to this and can't really figure out where...
[4 replies] Last: Oteej, What do you mean by "the space between the high low high bars".... (by lastchance)
undefined reference to `printMemory(int*, int (*) [7])'|
 
I'm having problems compiling my program. I've encountered this error: undefined reference to `printMemory(int*, int (*) )'| For full disclosure, this is...
[3 replies] Last: No I only have two errors. These are linking errors. You have not ... (by cire)
by tNK
recursive factorial
 
Hello everyone so I'm trying to understand this code. I'm throwing 5 into the paramter aka int x, and the function starts 5 * 4 = 20 20 * 3 = 60 60 * 2 = 120 ...
[2 replies] Last: > I'm throwing 5 into the paramter aka int x, and the function starts ... (by JLBorges)
Calculator While Loop - I need help...
 
I'm trying to create a loop in which when the float var 'a' does not equal an integer, it will repeat. This is a small section of a calculator and I'm just tryi...
[1 reply] : #include <iostream> #include <cmath>//for ceilf; using namespace st... (by gunnerfunner)
Gettting started with GUIs
 
This is my first post, so don't hesitate to point out dos and don'ts of the forum to me. Hi, Its been a couple of months since I started C++ (I had prior ...
[3 replies] Last: Visual Studio has some C# and visual basic project templates, where yo... (by xismn)
by ohad
somebody can help me ?
 
I don't know why cant I write functions in java, its says:Illegal modifier for parameter f; only final is permitted package matala2; public class fun { ...
[3 replies] Last: You can google. (by Takimako)
December 2016 Pages: 1... 262728
  Archived months: [nov2016] [jan2017]

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