by firutger
ASCII conversion problem
|
|
[2 replies] Last: Thanks for your reply! I dont' have to worry about that problem anymor... (by firutger)
|
by petershelton
Calculating the "speedFine" variable
|
|
[no replies]
|
Looping For Input |
|
[2 replies] Last: ///////////////////////////////////////// // xxxxxxxxxxxxxxxxx // CM... (by closed account 365X92yv)
|
Why did void main() return a zero? |
|
[2 replies] Last: Because the system expects and needs the program to return something, ... (by helios)
|
by edgofrea1ity
Pointers to Class and DMA
|
|
[17 replies] Last: The error was fixed but a new one "variable not declared in this scope... (by edgofrea1ity)
|
by forceface
Calling on Functions in Classes
|
|
[7 replies] Last: Thank you all sooooo much, this fixed my issues and my understanding o... (by forceface)
|
Where am I going wrong with my Pig Latin program? |
|
[6 replies] Last: Function indeed can be called in cout, but ONLY when it will return a ... (by closed account 10oTURfi)
|
by DraGhnI
Need help for this task !
|
|
[1 reply] : You should have read this: http://www.cplusplus.com/forum/beginner/1/ ... (by closed account zb0S216C)
|
Bigint Class Problem |
|
[3 replies] Last: Take another look at the equality operator, it doesn't check the input... (by kbw)
|
cout to terminal |
|
[6 replies] Last: This kinda sounds as if you'd misunderstood C++ for a scripting langua... (by hanst99)
|
Overloading == Operator |
|
[9 replies] Last: Ah, yes. In that case you will need to use pointers. But then you'... (by Disch)
|
by blatantninja
Can't convert float to int
|
|
[1 reply] : Well, I think I figured this out. I was stepping through the code to ... (by blatantninja)
|
by platymus
dice roller: returning result totals
|
|
[no replies]
|
by kw1991
how do i use for loop to read from text file?
|
|
[2 replies] Last: no i havn't declared my arrays what do you mean? do you mean just ... (by kw1991)
|
by Jordn
Compile error; was not declared in scope (but it was)
|
|
[6 replies] Last: I think you are going to the opposite extreme with those guideline doc... (by Disch)
|
by m4wk
Popping, pushing, and expanding queues!
|
|
[1 reply] : So I've been messing with this more and I would like someone to please... (by m4wk)
|
Help with Tab Command |
|
[3 replies] Last: I used that formula twice in the program, so I'm not sure witch one ar... (by CroScorpiuS)
|
by iLuvTofu
I would like for someone so explain time.h for me please
|
|
[2 replies] Last: Actually, I asked my professor if using <stdio.h> was OK and he said n... (by iLuvTofu)
|
by bhawna2285
Error C3861:Identifier not found
|
|
[7 replies] Last: // Demo_C++.cpp : main project file. #include "stdafx.h" #include ... (by bhawna2285)
|
do while statement |
|
[2 replies] Last: Thank you. It was an easy fix. :) (by Ashish Mishra)
|