Beginners - December 2012 (Page 10)

More buttons dont work?
 
LRESULT CALLBACK WindowProcedure (HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam) { swi...
[no replies]
by Niven
Computer won't run my programs
 
I have a bunch of programs that I created on my old computer. They all worked perfectly on it so whe...
[6 replies] Last: I know its been a while since someone has posted here and this is kind... (by Niven)
Does c++ have DataInputStream?
 
Hello everyone, I am not sure if c++ have class like DataInputStream (in java)? either from STL o...
[3 replies] Last: http://www.mochima.com/tutorials/fileIO.html (by JLBorges)
Library management program
 
you can not use libraries, classes, structures and pointers.you can use only if,if-else,for,do-whil...
[1 reply] : Sorry I missed the question, else you want someone to write this which... (by SamuelAdams)
Help with Dev-C++ 4.9.9.2
 
I use Dec-C++ 4.9.9.2 Is there any way that I can add the number for each and every line/row in the...
[1 reply] : Tools, Editor Options, Display tab. Check the Line Numbers box. (by SamuelAdams)
Creating a Thread in Linux
 
I have been trying to link a program which uses pthread.h. I am told that I must link the pthread l...
[1 reply] : On my linux, libpthread.so is part of the package sys-libs/glibc-2.16.... (by Cubbi)
values from functions
 
So in this code how do I get the the program to recognize that I add 10 to the HP? Because right now...
[2 replies] Last: Thank you very much :) (by Sharpie)
Logic or Pseudo code for filling territories?
 
I have been told that using "flood fill" in games isn't usually done because it's too slow or someth...
[2 replies] Last: Allegro 5 (by HellfireXP)
GUI C++
 
hi everybody, i wanna start c++ GUI based. Please send me any e-book or any other site to learn c++...
[12 replies] Last: I would recommend starting out with visual c++ express edition (free) ... (by softwaretime)
Ending the program on cin?
 
I am trying to create a simple data base for both mathematical and scientific formulas and I am just...
[2 replies] Last: Any elaboration on that? I included the cin.ignore so the program woul... (by csmith308)
i tried to make a program but didnt work :( help plz
 
i entered this code #include <iostream> using namespace std; int main () { int a,b,c,sum,av...
[5 replies] Last: I know this is off topic but ... AVG did to me once. I mean, ONCE. Th... (by new cppUser)
NEED CODE!!!
 
For my beginners C++ class...basic code but im really stuck on it. THANK YOU in advance. the instruc...
[16 replies] Last: @Zereo i mean self explanatory code and comments are one of the signs ... (by devonrevenge)
Passing array of int is like passing reference?
 
Why is it passing by reference and not making copies? void hmm(int x ) { for(int i=0;i<4;...
[4 replies] Last: You are wrong! In your example the array is passed by value . To pass... (by vlad from moscow)
sorting (array) c++ help please
 
i am newbie, and i cant do my task, to Create a program to sort the data by using the method: - Se...
[4 replies] Last: www.cplusplus.com/forum/beginner/88778/ (by closed account 18hRX9L8)
where is error in my codee?? please help
 
#include <iostream> using namespace std; void enternumber (int *array, int N); void bubblesort ...
[2 replies] Last: //Edited by Usandfriends// #include <iostream> using namespace std; ... (by closed account 18hRX9L8)
by NickOH
can't figure this thing out...
 
hi guys, kinda new at this, just starting learning c++ in college and we were given a few exercises...
[4 replies] Last: yes, 100%. double checked it before i came here. also, im using visua... (by NickOH)
writing a basic hangman game that hides part of the output
 
Hello everyone. I am new to C++ and I am trying to write a basic hangman game, a game without any g...
[4 replies] Last: Thank you everyone for the help. I should have thought of just output... (by strangelove1221)
Graphics.....!1
 
Hi dears...!! i have started Graphics in C++...!! But i dont know about BGI(Borland Graphics in...
[2 replies] Last: a bundle of thankx dear..!! (by Awais Tahir)
Creating a Thread
 
I am writing a program in ubuntu in which a thread is to be created. A snippet from the code is as ...
[no replies]
insert images 3D IN C++
 
hello .. I'm new to this forum and wanted to ask a question to the more experienced ... I'm doing a ...
[no replies]
December 2012 Pages: 1... 89101112... 65
  Archived months: [nov2012] [jan2013]

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