General C++ Programming - May 2015 (Page 11)

by dilver
cout with math
 
#include<iostream> using namespace std; int main() { int x=4; int y = 10...
[11 replies] Last: which Z are you talking about ?!! do you see any Z in my little piece... (by keskiverto)
Trying to find Palindrome in a Bool Function Using Strings
 
Yo guys. I'm trying to find whether or not a word is a palindrome. It seems like that my program is...
[14 replies] Last: Good. Some notes: 1. getline(cin,words); while (cin) { // code g... (by keskiverto)
Is it ok to ask quickest way to move to EOF?
 
What is the quickest way to move to the end of the file? Is it ok to ask this and is there any on...
[3 replies] Last: It depends. If you wish to make the file larger , then you simply se... (by Duthomhas)
I don't understand Multithreading Sort
 
I need to write a program that would do a multithread sort of an array (merge or quick), but, sadly,...
[4 replies] Last: For each sort, stick with a logarithmic algorithm. That is, both merge... (by Duthomhas)
program help
 
Hello, Any ideas how I would test this program are welcomed: #include <iostream> /* for ...
[2 replies] Last: #include <iostream> void f() { for ( i = 0; i< lim-1 && (c =... (by pacman169)
PointsOnShape and PointsInShape formula need some tweak
 
Hi guys, i have an assignment that requires me to find the coordinates in and on a shape itself, so ...
[1 reply] : bump (by tokillmob)
by Shyckh
student data base
 
i want to make simple student data base for a school admins. in this program i want to add students ...
[1 reply] : Well, are you wanting to write a program, or use existing software? I... (by koothkeeper)
by djimb
Conversion binary to text and copy some lines (any help??)
 
Dear All, I would like to use a code to extract some lines in binary file and send the result to ...
[1 reply] : First of all, please wrap your code in the code tags. Secondly, you a... (by koothkeeper)
Importing from .txt into arrays
 
"Write a program that calculates the students’ average test scores and their grades. Use three arr...
[3 replies] Last: Can you post the text file? You probably just input the data similarl... (by dhayden)
Ordered linked list
 
Hi, I'm trying to make an ordered linked list; I've completed the code and in the compiling there ar...
[3 replies] Last: There are lots of sites, for example: http://www.programming-technique... (by mutexe)
converting between classes
 
Hello, I am currently working on a college project which involves the use of RF packet transmission...
[6 replies] Last: I believe I do have control as to what byte gets sent first as i have ... (by carbonjoker)
Error resource can not found in ASP.NET MVC
 
Hi! I am working with mvc getting error resource can not found. When I uploaded the files on the ht...
[1 reply] : http://forums.asp.net/1146.aspx (by mutexe)
by Ozzy69
What advantage of use vectors in relation the deques?
 
Hi, What advantage of use vectors in relation the deques?
[1 reply] : Read this: http://www.cplusplus.com/reference/deque/deque/?kw=deque ... (by coder777)
double linked list
 
Im working on a linked list project that is suppose to be a pokedex. I got it to start up, but it ke...
[1 reply] : On line 104: first is a local variable (that shadows the respective ... (by coder777)
Reading different data types from a text file and storing into a 2d array.
 
So I have a text file set up as such: Johnson 5 6 7 1 9 Abby 5 3 9 7 1 Joe 99 5 7 8 1 I want...
[1 reply] : I think you need to put the whole thing in a while loop. So while(infi... (by Momothegreat)
How Do I Declare Variable?
 
I'm trying to write a program that reads information and prints a payroll statement, however when I ...
[2 replies] Last: Unbelievable it worked! Thanks Dark Goomba (by plusstudent)
String occurances?
 
Hey I'm a college student working on a C++ Project and I'm currently in a bit of a pinch. My project...
[1 reply] : See http://www.cplusplus.com/reference/cstring/strstr/ If it returns N... (by ats15)
by dilver
BigIntegerLibrary.hh
 
I downloaded a library that is in this link: https://mattmccutchen.net/bigint/ then when I tri...
[2 replies] Last: Have you read the README file? The following worked on Linux: g++ ma... (by norm b)
File Check and Remove program
 
In my line of work, I'm constantly asked to remove malware. I've come up with an concept for progra...
[2 replies] Last: The more I think about it the more you're right...oh well...it took up... (by tkdkid617)
by Jetman
Issue with map array
 
So I'm coding emoji's into a game that I play on occasion. I originally did it as a vector array wit...
[6 replies] Last: You were right, i changed it to use 2 strings & it's working fine now.... (by Jetman)
May 2015 Pages: 1... 910111213... 22
  Archived months: [apr2015] [jun2015]

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