Beginners (Page 112)

Reading from text file
 
I want to write a Program that opens a txt file called "text.txt" In the File there will be a word o...
[1 reply] : It would help, if you would show your code. (by keskiverto)
any help would be greatly appreciated
 
I need to write a program that merges the numbers in two files and writes the results to a third fil...
[11 replies] Last: Here is a test program of the function #include "stdafx.h" #include ... (by vlad from moscow)
by zukias
How to save VC++ settings?
 
I've just finished configuring SDL in VC++ and it took a while, I'm wondering if there's a way to 's...
[2 replies] Last: If you have Visual Studio 2012, file>export template. For 2010 you can... (by naraku9333)
How to use graphics on c++
 
Hi everybody! I'm looking for a book to learn how to use graphics on c++ or could someone tell me w...
[1 reply] : idk if there are any books but you could look up a tutorial on opengl ... (by DTSCode)
by gpfs7
hash table or a heap?
 
i have this assignment but am not sure how to start, would you use a hash table or a heap? Proble...
[no replies]
Saving binary file into an array, data is being corrupted
 
I am working on this assignment, where for this part I am simply reading the file and saving it into...
[4 replies] Last: L B, oddly enough, that is a required code given by the teacher for th... (by Veszafein)
help with function,,{just started using them}
 
this is my code #include<iostream> using namespace std; int main() { int a; a=larger(7,...
[8 replies] Last: *glances to L B* Huh? I guess we could label it as a style preferen... (by Zereo)
Help! Nested Loop
 
I need help creating a nested loop (it can be a while loop or a for loop) that results in this patur...
[18 replies] Last: True... @Zaita :p (by Sam99)
Moving arrays's value
 
Is here any way to move the value of arrays? Like this, a = 1 a = 2 a = 3 a = 4 and I want...
[3 replies] Last: Actually that for statement is incorrect. First you will be accessing ... (by jlb)
Simple Loop Issue
 
Ok, this is my first post, be easy. I'm quite new to c++ programming. I am trying to make a simple f...
[2 replies] Last: Welcome! // inside while should be accessor func obj.getFeet( ) whi... (by HoneyBoy)
header
 
#include <iostream> #i
[3 replies] Last: so I'm not sure if it's supported in xcode. Yes using the #ifndef i... (by jlb)
Implementing relational operators to order objects
 
All, I got stuck with a homework assignment. I have a Circle class and 2 Circle objects (one of t...
[2 replies] Last: Thanks! Here is my final code: // Circle.h #ifndef CIRCLE_H #define... (by anderfernandes)
Function Help
 
Hi Everyone, I've been working on my assignment for a few hours now but I'm a little lost on step 3...
[3 replies] Last: Capture the logic needed for 3 in its own function. That way you can r... (by booradley60)
by pinko
Dealing with date
 
Hi dudes! i am working on a library system. If issue date is current date, the due date will be ...
[2 replies] Last: http://www.boost.org/doc/libs/1_53_0/doc/html/date_time.html (by eklavya sharma 2)
by sumsar
compare values in a array
 
I making a program where 10 person input a number and then it output who has the highest number and ...
[6 replies] Last: okay i found a way thanks for the help :D (by sumsar)
by NRoth
C++ Tic Tac Toe help?
 
Hi! I am in a High School C++ programming class right now, and I'm stuck. We made a Tic Tac Toe game...
[1 reply] : http://www.cplusplus.com/articles/jEywvCM9/ Read this before anything. (by Fredbill30)
by Reigos
Splitting Strings.
 
Hey im trying to read a .obj file in openGL and I have no idea how to take the / out of the the face...
[4 replies] Last: Hello Guys my name is Mark.According to that topic i think that the Op... (by markspend1)
A problem about array
 
This is the code, but after i run it, nothing comes out, what's wrong with it? #include <iostrea...
[6 replies] Last: So use arrays, but to statically allocate an array the size must be ... (by jlb)
by suraya
error in functon definition or declaration; function not called
 
hey guys, i wrote this code and i have an error that i really couldnt understand i think it is in l...
[6 replies] Last: thanks :) i think i found out what i want. as for the braces i'll make... (by suraya)
Designing a C++ class with overloading operators - help!
 
Hi all, I have a C++ exam on monday and I would appreciate some help. I'm currently going through...
[2 replies] Last: When you do define a default constructor like in this case the compil... (by jlb)
Pages: 1... 110111112113114... 134
  Archived months: [mar2013]

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