
please wait
by xenovia12
microsoft visual
|
what is better? microsoft visual c++ or basic visual c++ ? |
Aug 2, 2014 at 2:50pm
[2 replies] Last: There is only one C++; specified as an International Standard. There ... (by JLBorges)
|
by pipercarman
Where to start
|
I am starting to learn how to code with c++ just wondering if there any tips on where to start or any helpful tips |
Aug 2, 2014 at 2:21pm
[3 replies] Last: Like JohnMorris said, start with the tutorials on this site ( http://w... (by closed account j1CpDjzh)
|
by lazarus102
Different method, converting time for rand
|
I was wondering if there was a method to make the time seed for rand increment it's randomness in milliseconds or thousandths of a millisecond as a method to ma... |
Aug 2, 2014 at 2:06pm
[9 replies] Last: Fair enough. I withdraw my -1 comment. =P (by Disch)
|
by jub4jive
help for a question
|
Hi, I am new c++ programmer. I just learned about pointers, strings, arrays, getline() etc. I was solving this problem: Write a C++ program that requests and d... |
Aug 2, 2014 at 1:09pm
[4 replies] Last: Yeah, I learned about pointers before if statements. Thanks for the AS... (by jub4jive)
|
by keane234
Errors in code
|
Hi, I m having couple errors on my assignment and have been spending few hours to fix folliwng errors from lab2.cpp. Error 1 error C2352: 'sphere::SetRadi... |
Aug 2, 2014 at 10:57am
[6 replies] Last: You probably misunderstood my question. Lets try again. Do you reali... (by keskiverto)
|
Returning user to "main" function. |
So here's the situation, I want to be able to have the user return to the gameStart() function once they completed the the GAMES within that function. For exa... |
Aug 2, 2014 at 9:59am
[8 replies] Last: yeah haha (by xenovia12)
|
by jlken
Doing arithmetic in functions
|
Hi. I'm trying to make a program to do some simple arithmetic for random numbers but for some reason, my getResult function isn't working. It's compiling fine b... |
Aug 2, 2014 at 7:55am
[4 replies] Last: I see. Thank you very much for the help. (by jlken)
|
by cyberdude
any help pls
|
Hi, I wrote a functions to cut a given file to any number of pieces.It's working perfectly but then as a continuation I also wrote a function to put back the fi... |
Aug 2, 2014 at 6:31am
[18 replies] Last: I just started to work on it.I dont know if I could finish it.My colle... (by cyberdude)
|
by vxk
using ifdef
|
I am using preprocessor ifdef and endif for the first time and i am getting some errors in vs2012 on windows 7 . Here is the code //header file #inc... |
Aug 2, 2014 at 5:39am
[4 replies] Last: Thanks ! (by vxk)
|
by Zerogravity
Check the symmetric of an array
|
This is my program so far. I wanted to use pointer and its arithmetic to check if an English word is symmetric. example: String Entered: I am Super. Super, ... |
Aug 2, 2014 at 4:05am
[no replies]
|
by dnraitzyk
Help me understand my own program.
|
Hey everyone this is my first post on this forum as I have just recently got into learning programming. I have started to make some little projects with the sma... |
Aug 2, 2014 at 3:42am
[2 replies] Last: Thanks! Alright I see what you're saying and I changed it to only a fo... (by dnraitzyk)
|
by Aman Agarwal
spoj problem 2
|
http://www.spoj.com/problems/PRIME1/ http://ideone.com/JPHnqd but it says TLE.. help me out,.. |
Aug 2, 2014 at 2:59am
[3 replies] Last: Generate all the prime numbers first before reading the inputs Hint: ... (by Smac89)
|
by pilotnate
Inputting test data in file
|
Hey everyone. I created a portion of my program to create test data and insert into a file. Is there a better way to do this than using arrays? Info info... |
Aug 2, 2014 at 12:42am
[4 replies] Last: yea understood. This problem came about after I had already written t... (by pilotnate)
|
by Bogeyman
Currency Converter Switch Case Problem
|
Hello. As a way of testing out switch, I wrote a simple currency converter. The problem I have is that when one currency is converted to another, it immediately... |
Aug 1, 2014 at 9:13pm
[11 replies] Last: You have been a great help. You have answered all my questions thoroug... (by Bogeyman)
|
by Iheb96
Not same for both files
|
I was testing my skills as a beginner..when i had some problems with ifstream: it couldnt open a txt file . I made an other project and made simple tests and s... |
Aug 1, 2014 at 8:57pm
[no replies]
|
by dlundy1
Make Command prompt reset?
|
Hey guys, I am creating a program that is quite long and requires much user input. Is there a way to prevent the command prompt from being so long that the use... |
Aug 1, 2014 at 8:34pm
[3 replies] Last: @dlundy1 If you're not needing to see the previous command prompts, y... (by whitenite1)
|
by DomBavetta
What is making this an abstract class?
|
I'm working on a project that deal a lot with inheritance, I have this base class "Employee" and a derived class "Manager" and whenever I try to create a new ma... |
Aug 1, 2014 at 7:17pm
[2 replies] Last: Wow haha I totally missed that, thanks for pointing that out! I guess ... (by DomBavetta)
|
by boxnuggets
Game Programming Sources
|
Hello I am a beginning C++ programmer looking to enter the game industry. Through my research, I have concluded that C++ and Java are the best languages to ge... |
Aug 1, 2014 at 5:26pm
[1 reply] : gamedev.net (by Codermik)
|
by jub4jive
explanation of code
|
Hi, I am learning about pointers right now in c++, and i came across a few programs I didn't quite understand. Here is the first program: // ptrstr.cpp -... |
Aug 1, 2014 at 5:02pm
[4 replies] Last: Thanks a lot, I got it! (by jub4jive)
|
by RFleet21
Broken for loop
|
I only started learning C++ recently and am a complete beginner. This is a simple problem I am doing for practice to solidify my understanding. The problem is t... |
Aug 1, 2014 at 4:17pm
[3 replies] Last: Wow, I knew it would be something small like that. Thanks guys! (by RFleet21)
|