Beginners (Page 73)

file invalid or corrupt
 
I'm getting an error message stating the file is invalid or corrupt. #include "stdafx.h" #inclu...
[2 replies] Last: Thank you Pickle Gunner for such a speedy reply but, unfortunately aft... (by deltaJazz)
Whats the best way to split large cpp files into seperate ones ?
 
Hello I've been coding in c++ for about 3 years and always written my code in one big file rather th...
[2 replies] Last: The easiest way to split a huge file into separate ones is to use its ... (by vlad from moscow)
by Krofna
Heapsort
 
Code below implements heapsort. It does not give desired output tho. It sometimes crashes and someti...
[4 replies] Last: You aren't `MaxHeapify()'-ing the root in `BuildMaxHeap()' (by ne555)
smothing picture c++
 
hello everyone! i have a project. I want to smooth a picture by median and by average. The pictu...
[2 replies] Last: get opencv it has median and average and a bunch of other filters (by Darkmaster)
entering strings dynamically
 
Hi, I am trying to enter strings dynamically. Suppose i enter 2 strings, it is accepting only 1 s...
[1 reply] : for ( int i=0; i<emp; i++ ) { string str2; cout << "enter name"... (by vlad from moscow)
Help with loops
 
Ok, total newb here --- loops are driving me crazy. I know the solution is probably very simple to ...
[6 replies] Last: Please use code tags - see the <> button in the formatting options o... (by Chervil)
program without usingfunctions from math library
 
Hello,Good day! I am trying to make a program that is about to accept number and display it's flo...
[4 replies] Last: > To get the ceiling add 1.0 and cast to int No. if n \in Z, the ceil... (by ne555)
Application Error 0x000007b
 
Hello, I have been learning the SDL libraries with C++ and was opening my first program when I got ...
[2 replies] Last: Thanks for your help James. I downloaded a 32 bit version and my progr... (by callum5558)
unresolved externals error. What does this mean?
 
Hey guys I'm trying to get back in the swing of programming and I'm getting a very stupid error. It'...
[8 replies] Last: found a site that taught me how to manually add it to the debug drop d... (by science man)
by oddboy
bitfield?
 
hey gang, i have a function in a library i'm trying to use. the function returns an int which is...
[3 replies] Last: I'm guessing that each bit will require us to do something different, ... (by Stewbond)
Need help with simple C++ code
 
Hello! First time posting here. I've been learning C++ by myself for almost a week now and I'm curre...
[2 replies] Last: I knew it would be something simple, tyvm! (by GMPoison)
by aazir
Adding parameters
 
Thank you all for helping.
[6 replies] Last: I'll try it that way and see. Thank You all. (by aazir)
Create objects unsing for
 
How do I create objects from a class, using a for, like: Let's say I want to create object1, ob...
[1 reply] : You can crate an array or <vector> or <list> or any other container of... (by TheIdeasMan)
Going back in istringstream
 
Is there a recommended or easy way to make an istringstream go back to before the last extraction pe...
[2 replies] Last: Thank you, worked perfectly. (by maeriden)
by nueur
2 Dimensional array: strange values?
 
Hey guys, I'm new to C++ and am getting confused while trying to use a 2d array. Here's my cod...
[3 replies] Last: No worries - any time, just mark the thread as solved, and we will cat... (by TheIdeasMan)
saving and loading text game
 
I just got "Sam's teach yourself c++ in one hour a day" for Christmas and its taught me quite a bit,...
[10 replies] Last: hi, i'm also doing a text base game.step by step. the code is show bel... (by lucan74)
Problem with a loop
 
I am working on project Euler problem #4 which states: A palindromic number reads the same both ways...
[4 replies] Last: If you say T array ; //N is a constant you've got an array with `N' ... (by ne555)
by M321
structs and pointers?
 
Could someone help me understand what is going on in the following code? struct Abc // thi...
[6 replies] Last: Thank you all for your replies. I now have a much clearer understandin... (by M321)
Array vs Element
 
What is the difference (according to my C++ compiler) between cout << cnArray; and cout << cnA...
[12 replies] Last: This is perhaps a more realistic example, though std::string etc might... (by Chervil)
enum
 
With regards to C, not C++. . . . #include <stdio.h> /* To shorten example, not using argp */ in...
[2 replies] Last: In C enumerations belong to integer types. Rach enumerator has type in... (by vlad from moscow)
Pages: 1... 7172737475... 81
  Archived months: [dec2012]

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