Reading data with scientific notation from txtx file |
|
[8 replies] Last: What do you know. You do learn something new each day. (by GRex2595)
|
by Cantelopeman
New kid on the block (1,2)
|
|
[26 replies] Last: Well like i said there was a little confusion between system directory... (by TheBeardedQuack)
|
by margeaux
I hava a problem with my exceptional handling
|
|
[8 replies] Last: you can not be serious :) this can not be such a easy :)) thanks hahha... (by margeaux)
|
by jdwdrums
Searching an array of structures
|
|
[2 replies] Last: Hope this helps.. The definition of items: //Structure decleration s... (by jdwdrums)
|
by lediable
Making opengl work
|
|
[6 replies] Last: A functional GLUT set up I have is this, no messing around with projec... (by Lowest0ne)
|
by nolanh08
FIle writing issue
|
|
[2 replies] Last: You need the name of the file in quote DATABASE.open("File.txt"); If... (by TheBeardedQuack)
|
by CJC0117
input/output with special characters
|
|
[5 replies] Last: I found a sufficient solution to the problem. Open the csv file in not... (by CJC0117)
|
by hgu
Need some explanation about a class has a class member
|
|
[1 reply] : 1. When constructing RQ1 using "RQ1 *rqPtr = new RQ1", in the constru... (by cire)
|
by huongwk
help on void modifyfile()
|
|
[3 replies] Last: You are still not explaining it right. By looking at your readfile() ... (by eklavya sharma 2)
|
by hgu
need some explanation of the following scope problem
|
|
[5 replies] Last: When you define a type and use the = { }; syntax, the {} denote th... (by cire)
|
by ah08
cin.get() works but NOT cin.getline(). What am I doing wrong or missing?
|
|
[no replies]
|
by dew
help problem incasting pointer in c language
|
|
[1 reply] : Seconds = ( TotalSeconds / 60 ) % 60 (by TightCoder)
|
by snesnerd
encryption question
|
|
[8 replies] Last: Temp is an integer whereas word is a character, you need to get the ... (by Disch)
|
by HaHaHalla
Problem with creating object for class using input from cin
|
|
[3 replies] Last: The >> operator is overloaded for char*, so that using it to input t... (by Moschops)
|
by aizaki07
The variable 'factorial' is being used without being initialized.
|
|
[2 replies] Last: factorial *= --n; This means: factorial = factorial * (--n); So... (by Moschops)
|
Where do these numbers come from? |
|
[1 reply] : In this case, array is shorthand for "the integer value stored in mem... (by Moschops)
|
by instinct13
help with greatest and least question using loops
|
|
[1 reply] : Your code just sets large and small to be the same as totalInches, eve... (by Moschops)
|
by derrickr
object serialization, segmentation fault
|
|
[3 replies] Last: Thanks guys! After reading your replies and further searching ( http:... (by derrickr)
|
by Tej Samra
How did this give me the sum of the numbers?
|
|
[3 replies] Last: Number starts at 21 so the first time through the loop you have: sum... (by firedraco)
|
by Sintax
Installing C++ Libraries
|
|
[2 replies] Last: Thank you, sir! I managed to get both GMP and SDL installed! I feel ... (by Sintax)
|