by skarla
help
|
|
[6 replies] Last: The same as a % b only b was converted to int. (by vlad from moscow)
|
by ProgTigers
Calculate Percent
|
|
[4 replies] Last: Just looking at calcPercent(int, int), I think you have the calculatio... (by naraku9333)
|
by qawsed51
Programme to find factorial of a number
|
|
[7 replies] Last: This is what i got, but i am quite sure its wrong as the answer the pr... (by qawsed51)
|
by holyboy2012
Can't fix these...
|
|
[2 replies] Last: @Peter87 - is this correct?.. int choice; stocks my_stocks; ... (by holyboy2012)
|
by DARKGASES44
Problem with creating an automatic message coder
|
|
[11 replies] Last: Sorry I haven't gotten back to you for a while, i've been really busy ... (by DARKGASES44)
|
by mmason
Please Help
|
|
[7 replies] Last: I am not familiar with the Arduino stuff. I don't know anything about... (by doug4)
|
by JonB
Dereferencing Null Pointer (1,2,3)
|
|
[51 replies] Last: thanks to everyone for participating. this thread is now closed. (by admin)
|
by Stephie22
exam paper
|
|
[3 replies] Last: Is the range is a range of values of the array elements? What is the s... (by vlad from moscow)
|
by Tonxy
Problem with writing from file into linked list
|
|
[no replies]
|
by Waqar Ahmed
need help regarding assignment operator overloading
|
|
[7 replies] Last: Haha, I guess I'd go with what your book shows you! Both ways work, an... (by BlackSheep)
|
by CLearner88
How to overwrite a cout.
|
|
[7 replies] Last: string filter_criteria = {"Point2D", "Point3D" /*...*/}; cout<<"W... (by ne555)
|
by skarla
a very useful tool for your school.
|
|
[2 replies] Last: it is an equation. (by skarla)
|
by rock3t
Take Full Control on Files
|
|
[1 reply] : Read in the information, change it to what you want it to be, and re-o... (by paulthepenguin)
|
by komako
i have been trying to work on this problem..how do i realy solve it?
|
|
[1 reply] : Wow, what a lot to do. first off do you know how to print and read fro... (by newbieg)
|
by yhangel
opening an image file
|
|
[3 replies] Last: CImg (by Moschops)
|
by justinko
Password
|
|
[3 replies] Last: I've just figured it :) cin.ignore(2048, '\n'); after Login and it w... (by justinko)
|
by Grax
need help in fstream, read input from txt
|
|
[4 replies] Last: #include <vector> #include <iostream> #include <fstream> #include <st... (by cire)
|
by qawsed51
Print 1 to N
|
|
[5 replies] Last: Thanks so much (by qawsed51)
|
by jijijude
boolean expression in file output
|
|
[5 replies] Last: Yes, thanks for explanation. It makes more sense to me now. Thanks for... (by jijijude)
|
by kail2012
Need to modify my first program.
|
|
[1 reply] : 1. if (answer == 'n' || answer == 'N') or if (toupper(answer) == '... (by Stewbond)
|