by kino
how to make a simple math calculation
|
|
[no replies]
|
by skarla
iterators help
|
|
[7 replies] Last: Can tell me now why should put typename? Simply put, because it is ... (by clanmjc)
|
by JAI SINGH
recursion
|
|
[no replies]
|
by bugz
Hello Peaople help please !
|
|
[no replies]
|
by tnjgraham
How to determine what bits are set
|
|
[3 replies] Last: It can be simple done by using condition if ( value & ( 1 << 10 ) ) ... (by vlad from moscow)
|
by enosmac
reading in from datafile, how to skip rest of line?
|
|
[1 reply] : datafile.ignore(std::numeric_limits<std::streamsize>::max(), '\n'); ... (by Peter87)
|
by Zephilinox
sorting a heap
|
|
[6 replies] Last: Okay, I've decided to try this again, but I haven't even had a chance ... (by Zephilinox)
|
by dempsey
compare 2 vector lists
|
|
[1 reply] : You mean probably std::vector. comparison operators do exists. So std... (by coder777)
|
by kyky365
[absolute beginners]problems about base Conversion
|
|
[1 reply] : On line 26: don't return 0, instead: "" What you need is the modulus ... (by coder777)
|
by Momojams
New to CS; Need some help with HW
|
|
[4 replies] Last: @chipp The values for x and y need to be more then just integers, I wa... (by Momojams)
|
by chris93
looking for advice
|
|
[1 reply] : atof does not take a std::string: http://www.cplusplus.com/reference/... (by coder777)
|
Function to Print Income of Employees with Name in Descending Order of Income |
|
[3 replies] Last: u'r welcome XD (by soranz)
|
by rhenz000
Help me to my Array Code [Prob : else function]
|
|
[2 replies] Last: hey pal, take one boolean let's say, bool found = false; make your ... (by HiteshVaghani1)
|
by x Goliath x
fstream beginner program help
|
|
[3 replies] Last: I apologize, i was under the impression you were writing to the same f... (by Need4Sleep)
|
prime number function help |
|
[1 reply] : // Includes #include <iostream> // Function prototypes bool isPrime... (by Lowest0ne)
|
by CppNewbie2
problem while passing input args in C++
|
|
[1 reply] : if (argc>1) .. if that evaluates true, it does not mean that args ... (by cire)
|
by MW130
What am i doing wrong? SDL-C++ program
|
|
[6 replies] Last: Double check and make sure it's even a directory problem. Try specify... (by Disch)
|
homework circle class |
|
[1 reply] : I think that you shouldn't have made that left turn at Albuquerque. ht... (by ne555)
|
by sch518
How can I read in this line of input?
|
|
[1 reply] : std::string ch; float num1, num2; std::cin >> ch >> num1 >> num2; ... (by DesiredNote)
|
by YellowFlash
Need Help on Homework
|
|
[1 reply] : For 5 and 9: I find that getting some graph paper out and treating eac... (by Duthomhas)
|