Beginners (Page 83)

How to do this if not this
 
//Check if one number is 0 if(numerator1>0){ if(denominator1>0){ if(numerator2>0){ ...
[2 replies] Last: If (numerator1 == 0) && numerator2 == 0 && denominator2 == 0) cout <<... (by agnophilo)
by shrina
file reading txt
 
Can anyone please explain the following code line by line in file reading string line...
[4 replies] Last: So how can we store the round 1, round 2 those details?? (by shrina)
by xnorax
polymorphism c++
 
class Butterflyfish { protected: string Btype; public: virtual string type() { ...
[7 replies] Last: Good. (by keskiverto)
Function question
 
Is void a return type or what type of function is it? Can someone explain the differences between...
[2 replies] Last: The type of the function is the type of data it returns. Declaring it... (by agnophilo)
Decode JPEG image
 
Dear gurus, I try to decode jpg images as according to following steps: 1. Read the image file usi...
[2 replies] Last: I need to do the jpeg encoding/decoding by myself. Later I will try to... (by activecat)
Help!
 
I need quite a bit of help... I know one problem that has came up with my program as it is now is us...
[4 replies] Last: the program is suppose to create an initial shape of ***'s in anrray d... (by bill265)
Storing Strings in arrays
 
Hi! I have a tab delimited file that looks like this NAME AGE HEIGHT WEIGHT ...
[3 replies] Last: "Some sort of array" depends on how you are going to access elements, ... (by vlad from moscow)
by Zu007
how to create exe file?
 
How to create Exe file which run other exe files.e.g there are exe two files file1.exe file2.exe and...
[3 replies] Last: #include <cstdlib> int main() { std::system("file1.exe"); st... (by Catfish3)
books for java beginer
 
I wanted to know about some book which can master me in JAVA.I know nothing about java but have a ni...
[5 replies] Last: www.google.com (by mutexe)
Beginner troubles
 
I just bought a book on C++, as i am very new to this, only my second day, this might seem incredibl...
[4 replies] Last: fatal error: iostream: No such file or directory Your compiler does ... (by keskiverto)
by shrina
Reading from a txt file
 
hey people can someone please tell me how to omit reading the headings in a txt file?
[3 replies] Last: Assuming that the name does not contain white spaces, something like t... (by JLBorges)
Convert line in text file to another format
 
Hi, all, I am using CodeBlocks 12.11 with IDE on a Windows system and writing a console program. ...
[2 replies] Last: Hi, JL, Thank you for your reply. The input for lines 3 and 4 comes ... (by mhlester)
vector + array
 
Hello, a better title would be "store partition number in a 2D array" I have two small portion...
[2 replies] Last: Hello again, I have managed to solve the problem, everything is fin... (by mikimaise)
by suraya
random number generation
 
hey guys, my question is quick and simple. how do i generate random numbers but between 1 and 52? ...
[4 replies] Last: Try this #include <iostream> using std::cout; using std::endl; #in... (by eyenrique)
by elmurp
How do I make a function that produces a linked list?
 
How would I go about making a linked list by using a void function? I'm receiving my input from a te...
[2 replies] Last: > How would I go about making a linked list by using a void function? ... (by JLBorges)
by Aceix
Simple SFML problem here
 
Hi all, I know that this problem is a bit simple but I still havn't fixed it. Now what I'm trying to...
[3 replies] Last: Thanks, Working on it. Aceix. (by Aceix)
by gladi
insertAt front in a duobly linked list
 
Hi Everyone, I tried to insert a node at front in doubly linked list and I think I did the first pa...
[1 reply] : Why do you have to go till end for adding in front of the linked list.... (by writetonsharma)
by KevinP
Using a string array and int array together.
 
I have a list 51 locations and there populations and I have the names of the states going into one a...
[1 reply] : You need to save the index of the highest and lowest populations. #i... (by Yanson)
Error message
 
This error message pops up, im confoused fatal error: iostream: No such file or directory compilat...
[2 replies] Last: have u checked your source file extension? make sure it is .cpp and no... (by GaGoKoYa)
by SlatA
Wav file to stereo file. HELP!
 
I was wondering if anyone could help me with a wav file. I need to change it into a stereo file. Ple...
[5 replies] Last: Does yours resemble this at all? I'm pretty confused. #include <ios... (by melissa9675)
Pages: 1... 8182838485... 130
  Archived months: [mar2013]

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