General C++ Programming - February 2015 (Page 10)

by doug4
Create file with a given size
 
I am interested in creating a file of a given size and then randomly accessing the file to populate ...
[4 replies] Last: Although I like Disch solution for it's simplicity and OS agnostic a... (by Computergeek01)
How do Windows (or any other OS) get its label names back?
 
With the LoadLibrary function (followed by GetProcAddress) you can get a function or any other thing...
[3 replies] Last: Only functions marked as "exported" (by Konstantin2)
Would u like to explain it in simple words, please.
 
Can Push Down Automaton (PDA) with n-stacks be equally powerful to a Turing machine while dealing Co...
[1 reply] : How is this a C++ question? (by MikeyBoy)
I need answer of the below mentioned two points. Please help in this regard.
 
Every programming language provides different features to make coding task easy. One of the main obj...
[1 reply] : This is not a homework site. The purpose of these questions is for yo... (by MikeyBoy)
Error: Expected Primary Expression Before [ Token
 
Thanks for everything
[3 replies] Last: May I ask why it's meaningless to index the class though Because a c... (by MikeyBoy)
Can't compile the simplest boost asio program
 
I can't compile the simplest boost asio program #include <boost/asio.hpp> int main(){} Code Blo...
[7 replies] Last: @axlprog You actually did. You linked it to the right file with its im... (by iQChange)
Reversing bits
 
Hi, I'm trying to take in user input (which should be an integer), convert that to binary, flip t...
[2 replies] Last: You are my hero. Thank you. God bless. (by pattrick128)
Dynamic containers with arrays. Help!!!
 
Im trying to create a function that searches my array for a specific string, and then displays that ...
[4 replies] Last: I wish i could, but this is what was instructed by my teacher. I figu... (by RedBarron21)
help please
 
question for coding transivity in c++ a->b b->c then a->c it should contain a main code reading f...
[1 reply] : Please do not post more than once: http://www.cplusplus.com/forum/begi... (by LB)
Function templates: So I created a function template......
 
And it works! :) The problem Im having right now is operator overloading on the second part of the c...
[4 replies] Last: OMG!! Thank you. What a trip this was. (by programmercarlito)
by cbars
In my First class using C++ need help with a lab
 
So I wrote this code for a lab and I'm lost with adding this function to it. Here are the directions...
[5 replies] Last: I don't know much about tax calculation; I can only help you with synt... (by LB)
Why does my program crash when compiled
 
Implement a class named Country that stores information about a country, such as its name, its popul...
[5 replies] Last: Tipaye, you sold my other problem. Thank you as well! (by aftersun)
My program stuck in if statement, Help Please
 
I have two big problem in my code one of them, I stuck in if statement and my program cannot contin...
[1 reply] : Are you sure that top->next->next->next... eventually becomes null? ... (by LB)
I am trying to create a very complex program that...
 
I am trying to create a program that takes control of he mouse opens my compiler changes the code an...
[7 replies] Last: You're complicating a simple problem, and the knowledge you gain from ... (by LB)
Time class member function help!
 
I am creating a class called time and one of my constructors has to take in a parameter purely in se...
[14 replies] Last: Oh okay that makes sense! Then I am sure it will be coming up soon the... (by UGAman22)
Cout is ambiguous?
 
What does that mean? How do I fix it?
[6 replies] Last: You may also consider trying to prefix your 'cout' object with its nam... (by Aaron Vienneau)
by zolo
for loop
 
Hi, I have some general questions to for loops. I am reading a code and have encountered for loop...
[2 replies] Last: Thanks for the answer! I apologies for not using the correct environm... (by zolo)
Bank Database
 
Hey, I am in desperate need of help. I am tasked with trying to make a bank database work, and I am ...
[3 replies] Last: Well, whenever I put it the part starting at the void transfer funtion... (by Dragonov)
Need help changing code.
 
This code determines the frequency of letters in a text file: As of right now this code couts all ...
[4 replies] Last: The OPer has a habit of blanking their posts. This is a quote of the f... (by LB)
help me in dictionary making
 
I want to make a program that can read a word from user and will store in a file named "dictionary.t...
[3 replies] Last: [quote=iQChange]Could you edit your post and put it in code tags for e... (by MikeyBoy)
February 2015 Pages: 1... 89101112... 26
  Archived months: [jan2015] [mar2015]

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