Beginners - July 2008 (Page 4)

error: ambiguous call to overloaded function
 
Hi, I am trying to use pow function in my program and get the complier error saying: "ambiguous cal...
[2 replies] Last: First use [ code] around your code. Second, your parameters need... (by mikeb570)
BASIC = C++ ? What are its similitudes and what are its differences?
 
Well I read some about BASIC and what I find out is like the pure or the most easiest code to start ...
[3 replies] Last: Thanks Guys :D I will ask when I felt lost in this. :) Ok I'm going... (by PSPMAN90)
Image
 
I have an Image of the BSoD (Blue Screen of Death) I want to make a prank so when my friend opens th...
[no replies]
Game Programming necessities
 
Hi. Very new to this. I've realized I want to create my own game and have been looking around. www...
[3 replies] Last: Thank you both. You both gave me tips on the kind of stuff I'm beginn... (by ShadowGodz)
How to make a game in C++
 
hi, i was wondering if anyone knew of a good guide to making games in c++ i want to start with an ea...
[6 replies] Last: If you are capable in C/C++, you should write some games using the sta... (by personjerry)
simple textual minesweeper game
 
// MINESWEEPER void main() { int b; do { cout...
[4 replies] Last: I thought you couldn't have an array of a variable size? Like int b... (by personjerry)
Just need some assistance.
 
Heres the code for my Servey Programme. It records the answers that you say in a .txt file. #inc...
[no replies]
Problems with TCP/IP
 
Hello, this is my second post so please bare with me....... I have made a server and a client that ...
[no replies]
Where do I Start?!
 
Hello, I am VERY NEW to the programming field. I want to do game developement and so forth as a care...
[10 replies] Last: Hi this is my first day visiting this website and forums. I'm a begin... (by ShadowGodz)
Problem with binary
 
I'm having a problem with retrieving records from my file just started programming over a month a go...
[no replies]
Couple quickies....
 
Why would someone use cerr instead of cout? I saw it was error streams but wouldnt cout work fine? ...
[2 replies] Last: And also std::clog, used for logging. (by helios)
by thek
Read from xls file (or mdb file)
 
Hi, New to the forum so be gentle ;-) I’m trying to create a program that reads an excel she...
[7 replies] Last: Hi guys, Thanks for all your replies. I decided to make a binary... (by thek)
by Nandor
Lines in files
 
HI, I have a question:I have a function which creates for me file with a line of 100000 characters....
[1 reply] : Ya. That's a limitation of notepad. Try opening with wordpad, only a s... (by elpis)
by gmazie
Opening files in a loop
 
Hello all, That's my first post in here so I'm not sure if I'm gonna be very clear. I hope I will. ...
[4 replies] Last: char fileName[ 20 ] ; (by gmazie)
???
 
#include <iostream> using namespace std; void initialize(int &firstInt, int &secondInt, char ...
[17 replies] Last: helios: you need to put std::cout << function(); instead of std::... (by QWERTYman)
If Then Trouble - expected a ';' before '_printf_'
 
Hi! I'm new (started trying to understand C this morning), and have been trying to modify Perl (the ...
[17 replies] Last: However, my real goal is to have perl delete a file when it doesn't co... (by kylespitz)
by Nandor
array limits
 
Hi, can somene tell what is the max number of element of an array?At 1mil I get an overflov error,b...
[8 replies] Last: #include <iostream> using namespace std; int main() { long l... (by Zaita)
by zozoa
Bytes to integer
 
Hello all. I use to program in VB,but decided recently to try also C++. I read the learning tutori...
[5 replies] Last: @mayflower: That doesn't cover both endian types. I would suggest usin... (by Zaita)
Memory Usage
 
Hello, I have a program that I am writing and would like to know the memory requirements that it ...
[5 replies] Last: @helios: I agree that Process Explorer/Task manager should be more tha... (by Zaita)
Question on Price Calculation Program
 
I've just learned about classes and objects and I'm having trouble trying to calculate an order for ...
[2 replies] Last: Hi your program does not perform as requested. The function setPri... (by int main)
July 2008 Pages: 123456... 15
  Archived months: [jun2008] [aug2008]

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