by JAI SINGH
multplicaon operator
|
|
[2 replies] Last: The first question has to be, what is unary multiplication? That asid... (by andywestken)
|
by smeaglegolum
g++ compilation problem
|
|
[7 replies] Last: SOLVED Ok the problem seems with the gcc package in CentOS. The gcc... (by smeaglegolum)
|
by culin
turbo c++
|
|
[no replies]
|
by coolslice
writing a program
|
|
[5 replies] Last: For your second program, you can simply add another number then compar... (by zakkor)
|
by byronflds
can anyone tell me what this involves?
|
|
[2 replies] Last: It might also be about implicit type conversion, although D isn't a li... (by BlackSheep)
|
by ApacheOmega
How do I convert my char array that reads 50 characters to a string array that reads an unlimited amount of charaters
|
|
[7 replies] Last: there always room for improvement, but i think within a month or two y... (by sigmablack)
|
by BigPete
unresolved external symbol
|
|
[3 replies] Last: Many Thanks ..... for the help very much appreciated !!! - (by BigPete)
|
by DJLad16
Char and Strings similar?
|
|
[4 replies] Last: The idea is that one cannot represent a string of characters using the... (by vince1027)
|
by jeckel7234
student that needs some help
|
|
[1 reply] : Output would be -2.0 and -10.0. a=3.0 b=5.0 a = a-5.0 = 3.0 - 5.0 = ... (by pogrady)
|
by thechad90000
Splitting a string
|
|
[1 reply] : Why are you using the do-while loop? If all you're doing is extractin... (by cire)
|
by pbiancardi
Frustrated Dad needs help with Sons project
|
|
[13 replies] Last: btw sir, you can learn from here: http://cplusplus.com/doc/tutorial/ ... (by chipp)
|
by jc4bs
Need Help With Loops
|
|
[1 reply] : Have a look here for more information about loops: http://www.cplusplu... (by georgep)
|
by utdbigt12
Array
|
|
[1 reply] : This is why you are getting that as output: for(int n=1; n > 0; ++n)... (by georgep)
|
by samrux
Console Game: "Skeptor". Wanting code revision and opinions/suggestions [v0.7.3] (1,2)
|
|
[36 replies] Last: Ahhh man, should always finish what you started :) (by Phil123)
|
by prabhanuka
Stuck in Arrays
|
|
[3 replies] Last: After doing following changes it showed, if (t >=50){ s =t ... (by prabhanuka)
|
by sourbeer55
problem with overloading operators
|
|
[5 replies] Last: ok, that makes alot of sense. Thank you so much for your time and hel... (by sourbeer55)
|
by pcworx
for loop has me confused with local variable
|
|
[4 replies] Last: Soranz, Thank you very much, I had often heard you must seed for rand... (by pcworx)
|
by Nausea
SDL Sprites in different sizes
|
|
[7 replies] Last: The easiest way to do this would be to use a GIF to store your sprites... (by chrisname)
|
by ryanmcclure4
Error: declaration is incompatible with...
|
|
[4 replies] Last: Ahh, alright thanks a lot! I always get confused with pointers in the... (by ryanmcclure4)
|
by arlam110
Help with Loop & string display
|
|
[5 replies] Last: Will do. #include <iostream> #include <string> //For student names... (by arlam110)
|