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; v...
[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 ...
[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 `pr...
[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, a...
[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 repea...
[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, I...
[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 fin...
[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.