by iamthefear
Problem with exceptions
|
|
[8 replies] Last: I missed that ! (by anilpanicker)
|
by Darqam
Itoa (integer & String)
|
|
[3 replies] Last: Thanks allot! (by Darqam)
|
by Brinkley15
Stuck while trying to create loop while checking for palindrome.
|
|
[3 replies] Last: I'm sorry, I haven't really messed with header files much. What exa... (by Brinkley15)
|
Stuck in an infinite do while loop |
|
[4 replies] Last: i set a_max and s_max to zero in order to record the largest value for... (by celebratedsummer)
|
by wdmd1982
generating random values
|
|
[5 replies] Last: function rand returns an integer in range from 0 to RAND_MAX. to make ... (by hamsterman)
|
Why is my array mostly zeros? |
|
[2 replies] Last: Aha! Thank you very much kind sir. I must admit I am horrid at memory ... (by IamScaredOfTrees)
|
by Grizzletor
Get rid of repeated outputs
|
|
[2 replies] Last: thank you for your time. I actually figured it out a couple of minutes... (by Grizzletor)
|
by joshky
vector of strings
|
|
[6 replies] Last: Generally though use of angle brackets in #includes denotes a "system"... (by jsmith)
|
by wasabi
Dynamic memory, copy constructors, deconstructors and return values
|
|
[14 replies] Last: In general, if you need a user-defined copy constructor, you need a u... (by jsmith)
|
by ashley19
Confused as to indentifying parts of a loop
|
|
[3 replies] Last: Well I would say the body of the loop is from "while (Current < 100)" ... (by mcleano)
|
by mcleano
Why is this not acceptable?
|
|
[8 replies] Last: 1. It's not C. 2. p1_turn is bool. (by Chewbob)
|
by Mazer
need program
|
|
[no replies]
|
by loveless
passing array from function back to main function
|
|
[5 replies] Last: thanks guys now i got it i knew where is my mistakes already its a... (by loveless)
|
beginner C++ question???? |
|
[1 reply] : Most, but not all. The Wikipedia article is pretty good http://en.wik... (by Duthomhas)
|
by wtf
What is the actual RNG that my compiler uses for the rand() function?
|
|
[4 replies] Last: Moreover, the RNG that comes in the standard library is underpowered a... (by Duthomhas)
|
algebra calculator |
|
[5 replies] Last: It works but y is it so slow??? code: #include <std_lib_fa... (by beginner at programming)
|
by ashley19
Employee Class. 3 files
|
|
[7 replies] Last: Would my constructor be: void Employee::setsalary( int salary, string... (by ashley19)
|
by n1312
Looping technique.
|
|
[4 replies] Last: @anilpanicker: I was recently yelled at for posting a solution, you sh... (by turbozedd)
|
Can't figure out how to get percentage |
|
[4 replies] Last: Oh my... thank you for the help. I really appreciate it :) (by beginnerprog8755)
|
by foncused
Getting the two digits from a double digit
|
|
[2 replies] Last: Thanks chew, it works... (by foncused)
|