General C++ Programming - December 2009

by shafi
data stucture using linklist in c++
 
send me a complete codes which converts infix expression to postfix and prefix using link list by...
[4 replies] Last: I'd love to see OP submit this one: http://boost-spirit.com/reposit... (by jsmith)
how do i shift the place where the user types something (1,2)
 
I made a program that calculates a determinant(3X3). Now, what i want is to make the program user-f...
[22 replies] Last: Haha, not bad at all (by mcleano)
const_cast confusion
 
I've got the following program which uses a const_cast to modify a const int variable: #includ...
[9 replies] Last: Thank You helois. understood. (by itzmek85)
Plug-ins
 
I'm having a serious problem with finding documentation on anything to do with concepts. I'm still t...
[2 replies] Last: Okay. I can understand that much. I've also been told to simple go wit... (by closed account S6k9GNh0)
c++ and allegro : convert int to const char*
 
hi guys, i want to make a GUI application for showing binary search tree using allegro..and i have a...
[5 replies] Last: Try putting the "numb to text conversion" after the NULL check. vo... (by n4nature)
Operater functions efficiency
 
1) When I was taking a course on advanced c++, one of my peers asserted that it is three times more ...
[11 replies] Last: Did anyone actually test this, or look at some assembler output to see... (by jsmith)
Overaload operator of a struct
 
Hey! I'm wondering how to overload an operator in a struct. struct TeamPoints{ string team_...
[13 replies] Last: oh, ok. Comment withdrawn then. (by jsmith)
Const static variables inside exception class
 
Good morning. I want to make an exception class with static const error codes inside. Like: class...
[4 replies] Last: Thanks for you feedbacks. Bazzy, you are right. I'll consider your adv... (by TryHarder)
by angela
files
 
i want to read words from a file. if letters of each word are upper convert to lower.(like A --> a)...
[5 replies] Last: Why all the extra spaces? (by helios)
controling hardware
 
hi every1 new here so wan b learnig few things... the question i wan ask is about controling hard...
[2 replies] Last: http://www.almico.com/speedfan.php Perhaps you should look for some... (by Duthomhas)
problem with casting a Const varibale..?
 
Hi , I have a doubt in "const " variable de-referencing. #include<iostream> using namespace...
[5 replies] Last: Read jsmith's reply: http://www.cplusplus.com/forum/general/17731/#msg... (by Bazzy)
Dark GDK in C++
 
I recently downloaded the Dark GDK from the Game Creators for my C++ but it doesn't appear to be wor...
[3 replies] Last: Yeah The option to the dark GDK just doenst appear on the wizards (by molenator10)
Passing a template to a thread?
 
Is it possible to pass a template to a thread using the WinAPI? I'm trying to call _beginthreade...
[5 replies] Last: I had been worried more about getting the program to work first and th... (by HarbingTarbl)
Pointer to Pointer problem
 
Hi, I have a problem, imagine: ... (*pp)->parent->next = p; ... pp is a pointer...
[2 replies] Last: sorry, i think i found my problem, and it's not related with what you ... (by outsid3r)
by icu812
read comma delimited text file into an array
 
I need to read a comma delimted text file into an array. The file contents will be like this: (85...
[8 replies] Last: Thank you Duoas and moorecm this is great information and will help in... (by icu812)
Fine to debug ?
 
Hi there ! I have a question about debugging. Is it fine to debug every source that you write, even ...
[2 replies] Last: Thanks for advice. Usually, I debug first because I want to see how... (by littleprogrammer)
How to change the txt ofstream automatically
 
Hey hey! I'm working in a Rugby Tournament Management program in c++ and I wanted to save info fr...
[2 replies] Last: taths it :D hope it works ;) checking it out (by luisSimoes)
C++ books
 
Sorry if this might be in the wrong part of the forum, but I was wondering what other c++ book I sho...
[8 replies] Last: If you want to buy a C++ textbook, I recommend "Absolute C++" by Walte... (by closed account 1yR4jE8b)
WinAPI
 
How can i use windows API in my programs?
[2 replies] Last: The windows console API is windows.h and, in newer systems (vista+), t... (by tummychow)
write to a file
 
Suppose, I am writing to a file, and after I have done writing, I want to come back to a specific po...
[1 reply] : tellp: http://www.cplusplus.com/reference/iostream/ostream/tellp/ Not... (by Bazzy)
December 2009 Pages: 123... 16
  Archived months: [nov2009] [jan2010]

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