by gettingatan
Palindrome program. NOT READING SPACES OR CAPITAL LETTERS
|
|
[4 replies] Last: And also i dont quite understand the order of how your putting things ... (by gettingatan)
|
by Ceset
to understand
|
|
[4 replies] Last: hmm ok i will not if you say so. thx for your helps (by Ceset)
|
by chelneru
2D pool game
|
|
[no replies]
|
by Mehungwaylo
Issue With Program
|
|
[2 replies] Last: For some reason, this statement: (dec * base) - static_cast<int>(dec*... (by Mehungwaylo)
|
by alexe100
curl for message body is ok, what about message from address?
|
|
[7 replies] Last: Sorry. Thought this was c++ compile code. My mistake. (by closed account NUj6URfi)
|
by bostjanv
how to tell the compiler "consider this to be the derived class X"
|
|
[5 replies] Last: I tried the method proposed by kbw and it worked. I think I can live w... (by bostjanv)
|
by JHoney21
Need Help with a C++ Assignment for class
|
|
[2 replies] Last: Yea, Common mate we aren't just going to do it ALL for you! ;) Give ... (by SteveCodeMan)
|
How to covert int to float |
|
[2 replies] Last: is this line correct y= (float)x;? Yes, but that is a C style cast. ... (by Catfish4)
|
by gghf
Deleting in a vector help please!!!
|
|
[6 replies] Last: Great! That clarifies things. Thanks! (by abhishekm71)
|
by jmmalon1
Lab help
|
|
[no replies]
|
by mikashane
homework help
|
|
[4 replies] Last: Here check my code out! This is how I would of solved your problem, ho... (by SteveCodeMan)
|
by Shuruki
In need of help Object Oriented Programming
|
|
[5 replies] Last: class Tollbooth { private: int m_nPayingStus; in... (by JLBorges)
|
by zsteve
runtime error : return value gets lost
|
|
[8 replies] Last: That shouldn't be important so long as someCondition was either 1 or... (by cire)
|
by JasperBraun
Not Going to a Function
|
|
[1 reply] : There are many ways. My first thought was to pass a variable by refe... (by bingo1)
|
by sugoidesu
URGENT! c++ "Multinacci" series (1,2)
|
|
[23 replies] Last: Hi! It seems thatour teacher really expects us to put a limit to the ... (by sugoidesu)
|
by bennyjammin
Passing char array into a function
|
|
[8 replies] Last: I have finally managed this far with my code. It accepts 2 different s... (by bennyjammin)
|
by Mchubbs
Reverse Polish Calculator help!
|
|
[1 reply] : I got it to accept this but when i try calculations I get this error ... (by Mchubbs)
|
by menewbie
floating point value
|
|
[2 replies] Last: Disch! you're Awesome :) (by menewbie)
|
Write a program that asks for a phrase and then convert each space to a ‘*’ and print it out. |
|
[1 reply] : Do you know how to get an input string, right? Start with that, and se... (by firedraco)
|
by callmeaize
Guys help me in my project Please !
|
|
[4 replies] Last: The two must be separate it is very dangerous. I am sorry if you have ... (by rdtr3548)
|