Beginners - July 2011 (Page 54)

by bbcc
A question about functions' arguments
 
Hello Every Body, I have a question regarding a code that I am reading, Here are the definitions of some functions: void SetTargetLength (double val) ...
[2 replies] Last: In other words, what toexii is saying is the variable "val" is not ess... (by stackOverflow)
Binary File Handling
 
Can someone help me in understanding Binary filestream? The tutorial in this site has barely anything about using it.
[1 reply] : I know nothing of this, but google returns http://courses.cs.vt.edu/~c... (by toexii)
by jayden
Problem with reading value in dynamic allocated array
 
Hi all, I have written a source code that is as below; # include <iostream> # include "conio.h" # include <stdio.h> using namespace std; int main () ...
[3 replies] Last: Thanks for the suggestion! Will look into it. (by jayden)
Program gives error on Ubuntu but runs fine on Windows
 
Hey guys, when i run the following code on ubuntu(code::blocks) it gives me a number of errors but when i run it on windows(code::blocks) it works fine. #in...
[17 replies] Last: [quote=Ihtisham]can you explain why there was a clash in ubuntu not in... (by closed account z05DSL3A)
Overloading and return type
 
Why function's return type is NOT considered when overloading functions?
[1 reply] : void f(); int f() is not valid because there is no way to distinguis... (by hamsterman)
Team Program
 
Hi! Im currently working on a school project which I am having slight trouble with if anyone can help?? It is a program where you can enter player details, like...
[7 replies] Last: Ok! Thanks for reply's and sorry about the tags but i'm new to this an... (by monkeyboy)
What is cin.sync()?
 
I was wondering if anyone could give me a definition/explanation on what cin.sync() is.
[4 replies] Last: cin.sync() basically ignores anything that could be left in the stream... (by LB)
[Help Please] How to send to a data base?
 
Hi guys, I started c++ a couple weeks ago and I am wondering how to make a program send its' saved files to a database? A quick example would be greatl...
[no replies]
July 2011 Pages: 1... 525354
  Archived months: [jun2011] [aug2011]

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