General C++ Programming - May 2013 (Page 8)

How Do you use image sources like in html for c++?
 
I think you all know about html and the <img src="URL"> tag. I wonder, can you do the same with c++...
[no replies]
New PC/New C++
 
Hi i got a new Windows Pc And I Downloaded TurboC++, Sadly I DO NOT Have All The Good Library... Whe...
[7 replies] Last: Oh Thanks MiiNiPaa (by closed account jyU4izwU)
arrays addition 111
 
hi guys how ar you...please can anybody just sort it out,, that whats the source code to write the a...
[5 replies] Last: > could you please give me some idea that why avoid using namespace st... (by JLBorges)
polymorphic function wrapper?
 
From my book: ----------------------------------------------------------------------------- Naming...
[9 replies] Last: Oh lol fail by me sorry xD. Well thanks! (by Anmol444)
char arry to string
 
Hi Guys can anybody give me some easy and a helpful idea that how to convert char to string or vice...
[3 replies] Last: It is your assignment to write the program not main. (by vlad from moscow)
How can I open a command window at the folder containing the .exe file, inorder to enter the program name or arguments?
 
This is the code #include <iostream> using std::cout; using std::endl; int main(int argc, c...
[2 replies] Last: Thank you ats15 for your time. I learned how to do it via the link you... (by Dave Jones)
help me guys please.. its urgent (1,2)
 
create a software using object oriented programming for a dentist that maintains data for his patien...
[21 replies] Last: ma'am asma's assignment hahahhahhah dude plz tell me if u get the fili... (by z3ee)
Run-time error
 
Hi,everybody!I am working on a program,which merges two binary search trees in a new one,but I recei...
[4 replies] Last: The errors are gone,thank you,but in main, the function,which merges t... (by ferarista)
Read values from file
 
So i have this .dat file: ############################################ # fonts.dat ...
[3 replies] Last: bumpp, i really need this for my game. (by Affected1)
Need help with getting my program to work. (1,2)
 
I would like my monster to have the armor and shields stats. 86 C:\Dev-Cpp\newgame.cpp `Steel1' un...
[37 replies] Last: All of them were old files when i was learning coding , and are no ... (by brandonator)
Image processing (*.BMP)
 
I have some problem with image processing. I have read values in *.bmp image file. But I dont kn...
[1 reply] : http://www.johndcook.com/blog/2009/08/24/algorithms-convert-color-gray... (by MiiNiPaa)
Program graph classes C++
 
Where can I find open source software, which read the project written in C++ to produce a dependency...
[2 replies] Last: Others ? (by giorgik)
program to find area of triangle
 
hi, i have written a program to find area of triangle, but i meet some errors, i can not fix this er...
[1 reply] : while calling the function trianglearea, you are giving just one param... (by abhishekm71)
how to create this program?
 
the value of C(k,n) are known as the binomial coeficient and can be arranged in triangle that was kn...
[3 replies] Last: owh.. thats all the code? thanks... ill try it.. :) and try to learn i... (by espada04)
[C++11 threads] Why isn't this giving me the wrong number?
 
Isn't this supposed to give me some sort of race condition? Thanks. #include <iostream> #includ...
[3 replies] Last: Thanks both! Well explained. (by yelnatz)
by Divad
set with a special ordering
 
I have an array in a class with some numbers in a specific order. Now I want to create a set with r...
[9 replies] Last: The last 2 answers were great thank you (by Divad)
Who can tell me how can i write this program
 
The written program for the management of the bank. For this class is created as bank which private ...
[5 replies] Last: [quote=Albion Shala]gonna work just with files You still need to load... (by MiiNiPaa)
by Trowen
C++ Tutorial
 
Does the tutorial on this site cover everything one C++, if not what else should I study to have a f...
[2 replies] Last: > Does the tutorial on this site cover everything No. > if not wha... (by JLBorges)
by labeeb
Deleting certain bytes from binary file.
 
How to delete certain bytes from middle of a binary file? Those bytes are in fact of a struct. O...
[1 reply] : WHen dealing with large data structures (databases for example), data ... (by MiiNiPaa)
First Non-Repeating character
 
How to show First Non-Repeating character? "r" #include <iostream> #include <string.h> #defin...
[7 replies] Last: I do appreciate your kindness. I am looking for using Bit Vector. we... (by pongtep)
May 2013 Pages: 1... 678910... 47
  Archived months: [apr2013] [jun2013]

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