Beginners - January 2012 (Page 46)

by tcd
Writing to an output file
 
I am trying to write data to an output file from a C++ program, but i want this output file to appea...
[5 replies] Last: Here's part of one I made that will use one command to simultaneously ... (by Stewbond)
by pazza
calling delete on pointer after sprintf causes crash
 
Hi, I don't understand why this causes a crash, can anyone explain? #include <stdio.h> v...
[3 replies] Last: That makes sense thanks for the quick replies! (by pazza)
by marray
happy new year
 
Happy new year, I am a junior programmer, please a lot of attention
[2 replies] Last: happy new year :) (by Michael Thornton)
Error with platform?
 
So i am trying to do the "Learn C++ in 21 Days" i downloaded this borland compiler http://edn.embar...
[7 replies] Last: trying Microsoft VS 2010 and getting errors with that program I wou... (by anonymous23323124)
pointer (1,2,3,4)
 
is there any diff b/t pointer variable and refrence variable if yes then i want to know the prog...
[67 replies] Last: It won't compile without that const (except on Visual Studio, arghh, t... (by Moschops)
Binary Search
 
Hello everyone! I have to solve a problem using binary search, but i am not sure i wrote the co...
[4 replies] Last: I am sorry for making it difficult to read. As i said before, i need ... (by Scorpius)
SFML vs Polycode
 
Hello everybody, which one of these two is the best for 2d & 3d game developement i know that SFM...
[5 replies] Last: Agreed... also, having to use multiple libraries for 3D graphics may s... (by strongdrink)
by JMan
Reference and Pointers--My opinion
 
...
[8 replies] Last: what is taking up space? what is the it? (by JMan)
Problems with functions
 
I'm trying to get the code below to call out what you say but its not any help for me? Sorry if I do...
[5 replies] Last: Gaminic I used it because it calls errors if I don't I use mac so it m... (by lijrobert)
Conversion error?
 
Ok, so I thought I was done with my program, but it seems I have another error, which, for the life ...
[3 replies] Last: I no longer need help with this. Don't know why I never thought of thi... (by Lynx876)
settign up SFLM in Code::Blocks
 
I showed the Code::Block the location of lib and include. I added them manually. I but the .dll file...
[1 reply] : step by step what i did: 1) downloaded Code::Blocks 2) Unisntalled C... (by vastrolorde)
by Brayan
I have an error and I dont know why...
 
Please help :) #include <iostream> using namespace std; struct Piramida { double bok; double w...
[3 replies] Last: just one note--the debugger or the error list provided is always a VER... (by JMan)
Arrays in Functions
 
Hey Guys, I had a problem where I needed to use a function with an array as one of the parameters. ...
[11 replies] Last: Really? Oh ok thanks then. I just wanted to check if the code was erro... (by tejas1995)
Please tell me how to make a choice
 
i ask few people for what kind of programming language is for a beginner and now i know programmim...
[5 replies] Last: I guess that does make sense as well. Personally I find that most begi... (by Dacster13)
how to use a pointer to function?
 
I'm trying to understand my colleagues' codes in which a function fn is defined in the following w...
[2 replies] Last: Cubbi, thank you! (by subjugater)
Best way to shut down console
 
Hi, I am a beginner at C++ (only can write basic console programs ATM), and I was wondering what the...
[1 reply] : main should return an int. Always. void main() is nonstandard and ... (by Disch)
istream::read problem
 
// Use random-access I/O to read specific inventory records // from a data file. This program read...
[1 reply] : It knows that entry is an inventory because of the line 22, where ... (by Cubbi)
call function from function
 
lets say i have a function i want to call anthor function(function2) from the original function...
[4 replies] Last: My guess is you have this situation: function2(); // <-- Function 2 ... (by Mats)
convert array to for-loop..
 
heey guys ... can someone tell me how to fill the array with "*" by using for-loops instead of this ...
[1 reply] : How about you replace cout<<start [coulmn/*?*/]<<" "; with start [c... (by hamsterman)
problem with (+=) operator in operator overloading
 
extern "C" { int printf(const char*,...); int scanf(const char*,...); int kbhit(void); void ...
[3 replies] Last: what is the problem with printf() and scanf() is both these functions ... (by JAI SINGH)
January 2012 Pages: 1... 4445464748
  Archived months: [dec2011] [feb2012]

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