by mehak
float and double
|
|
[5 replies] Last: what compiler are you using? in this case, MinGW GCC 4.8.1 32-bit. ... (by Chervil)
|
by mehak
objects
|
|
[3 replies] Last: What is happening is that when you derive from a class, it is as if it... (by TwilightSpectre)
|
by Sanilk21
A simple factorial program
|
|
[2 replies] Last: SHIT. sorry for asking such a basic question. thanx peter87 (by Sanilk21)
|
by Sanilk21
Random Number generator ?
|
|
[1 reply] : There are two ways of doing this. The easy C-style way is to use the ... (by TwilightSpectre)
|
by mehak
splitting an array into negative and positive
|
|
[2 replies] Last: here i want to split an array into an array of positive and negative ... (by cire)
|
by h4ever
Error C1021: invalid preprocessor command 'warning'
|
|
[4 replies] Last: Ah, yes. I remember, they told it somewhere in reference. So I need to... (by h4ever)
|
by KayNana
using for loops to generate both figures and asterisks
|
|
[4 replies] Last: [quote=mehak]i tried the above question but could not find y my loop i... (by cire)
|
by sunny80
Split array into positive and negative
|
|
[2 replies] Last: Got it, that fixed the problem. Thanks so much! (by sunny80)
|
by bonho
Weird result in ReadFile for named pipe
|
|
[2 replies] Last: thanks that works great (by bonho)
|
by Jakee
Visual Studio 2013 won't display line numbers for errors
|
|
[2 replies] Last: Fixed it, my constructors were not set to default. (by Jakee)
|
by turtlesavage
Problem with error LNK2005
|
|
[5 replies] Last: Glad I realized I was taking too long to type and did a refresh :) Yo... (by Lowest0ne)
|
by Brocktree
Hi there! -- Could use a bit of help?
|
|
[19 replies] Last: Instead of if (StartTime >=1800 || StartTime<800) if (LengthofCal... (by Yay295)
|
by joeycookson
Can anyone help me with this
|
|
[1 reply] : None of this looks like C or C++. It looks similar, but it's not. Are ... (by Yay295)
|
by tunkthefunk
What's really going on?
|
|
[3 replies] Last: Well the solution is incorrect relative to the problem I'm trying to s... (by tunkthefunk)
|
by kdillon56
Random number game issues
|
|
[1 reply] : The first thing you need to do is break out of the loop when the corre... (by jlb)
|
by liatleder
Files 1
|
|
[4 replies] Last: Yes the files open succesfuly.. I wish there was a way I could attac... (by Chervil)
|
by Tikah
overloading operators for template classes
|
|
[9 replies] Last: Wow, I'd never seen decltype (even if I had I probably wouldn't have t... (by Tikah)
|
by Jko89hj
Equastion to select at the beginning of the program
|
|
[no replies]
|
by liatleder
Files 2
|
|
[1 reply] : I suggest you get one problem fixed, then move on to the next program.... (by jlb)
|
by shrayder
Erase an element in vector
|
|
[2 replies] Last: Is it possible? Yes. Can anyone tell me how to do that? You'll n... (by jlb)
|