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... Where can i get new ones... Maby a new compiler... #include <...
[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 answer of arrays after addition.. in the below code i used 2 ...
[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 a Lambda Expression You can assign a stateless lambda —...
[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 verca,, Also make a program in which we convert a char into...
[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, char* argv ) { cout << endl << "argc = " << argc << endl;...
[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 patients along with their history. application should be capable ...
[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 receive the same error every time for parameters t1 and t2: Run-...
[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 # # stores the proportional values for fonts ...
[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' undeclared (first use this function) 87 C:\Dev-Cpp\newgame.c...
[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 know how to convert 24 bit color Bitmap image to 8 bit gray sc...
[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 graph of the classes of the C++ code
[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 error, kindly help me to fix the error. thanks. //******are...
[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 known as pascal triangle. i was been asked to create a prog...
[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> #include <thread> using namespace std; void f(int &n){ for...
[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 references to that array ordered after the arrays content. I ...
[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 members account number, account holder and initial deposit w...
[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 full understanding of C++?
[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. One approach I found was to re-write the whole data except th...
[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> #define MAX 100 using namespace std; void isstring(){ cha...
[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.