Beginners (Page 66)

Moving the reader one space over
 
Writing a program for class to read from a file and output, and needing a little help. Data file l...
[2 replies] Last: I've gotten it figured out now, thanks a bunch. (by Eli1001)
create a .def file
 
Hey everybody, I have just installed the Exress version of Microsoft Visual Studio and I am ubabl...
[4 replies] Last: I did it finally thanks! (by andrinirina)
Floating point precision.
 
Hello, Just a quick question this time! I've experienced several times that comparing non-integers ...
[no replies]
by Dmahn
file user input and getting the last line
 
Im supposed to write a program that asks the user to input a a song title and stores it into a file...
[4 replies] Last: pseudo code variable song infinite loop start get first line and ... (by Danishx83)
can I declare an array without declaring it's size in static code?
 
#include "stdafx.h" #include <iostream> using namespace std; void printuda(int myarray , int...
[6 replies] Last: ...but that would be a bad idea for a variety of reasons. That's how y... (by Athar)
by rp1011
Learning C++ from books written in 1998
 
I know this is probably going to be a pretty random question but I want to learn C++ but the only bo...
[5 replies] Last: yeah, I see what you mean, the object oriented part of C++ is what I r... (by rp1011)
not able to work with files
 
#include<iostream> #include<fstream> using namespace std; int main() { int a,b,c; ofstream ou...
[1 reply] : You need to place the data in the file. This is achieved with the foll... (by Framework)
fast random number generator
 
After a google search, it seems like this question has been asked to death, yet no clear answer was ...
[2 replies] Last: The seed value doesn't affect the time it takes to generate random num... (by Peter87)
while and do while wont run on CodeBlocks
 
i was trying to get this program to work but im not sure why , it might be an error on the libray or...
[1 reply] : Try javascript::PostPreview() . (by Peter87)
total counter
 
I'm working with a simple do, if, else, while loop. At the end I'm trying to include a total amount ...
[no replies]
saving web page source code
 
Hi, I need your help in saving the source code of a web page as a text file. What functions should I...
[no replies]
LNK2019
 
My error: 1>Grades9-13.obj : error LNK2019: unresolved external symbol "void __cdecl fnReadNamesA...
[1 reply] : The prototype void fnReadNamesAndScores(std::ifstream&, std::string*... (by coder777)
floating point exception
 
Hi guys, Does anybody know when do u get the FLOATING POINT EXCEPTION? I tried searching it goog...
[3 replies] Last: yes indeed, i had divided by zero in some place xD thx for comments! (by unstoppy)
by Krofna
std::map errors
 
Since whole error cant really fit into one post (20000+ characters), I used pastebin: http://pastebi...
[2 replies] Last: Thanks! (by Krofna)
Make file not working for boost
 
Hi , i am using the following structure for make file OBJECTS := time.o PROGRAM := time CPPFLAG...
[no replies]
Reading spaces
 
I have this loop but i want it to rest everytime it gets to a space the output is at the end #inc...
[no replies]
Cos function
 
float angle; float aimDistance = 100; AimPositionX = cosf(angle) * aimDistance My angle var...
[3 replies] Last: It certainly should not be negative. Do this: std::cout << "cos(theta... (by hamsterman)
Inheritance question
 
I was wondering what the difference is between simply using "include" and inheritance. For example, ...
[1 reply] : Public inheritance models the "IS-A" relationship of object-oriented d... (by Cubbi)
Losing data from a dynamic 2D array that is being passed in a loop
 
Hi there!! I'm writing this code for QR decomposition (code bellow). My problem is that I calcula...
[no replies]
by Msung
error: cannot convert 'CPacket' to 'CPacket*'
 
Hi, I've just joined the forum because I've found the tutorials on this website really useful and I'...
[5 replies] Last: Yes! That's made it work! Thank you so much for the help! I can't be... (by Msung)
Pages: 1... 6465666768... 109
  Archived months: [mar2012]

Cannot post in this page. To post a new message, go to the first page.