Beginners - August 2014 (Page 39)

microsoft visual
 
what is better? microsoft visual c++ or basic visual c++ ?
[2 replies] Last: There is only one C++; specified as an International Standard. There ... (by JLBorges)
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
[3 replies] Last: Like JohnMorris said, start with the tutorials on this site ( http://w... (by closed account j1CpDjzh)
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...
[9 replies] Last: Fair enough. I withdraw my -1 comment. =P (by Disch)
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...
[4 replies] Last: Yeah, I learned about pointers before if statements. Thanks for the AS... (by jub4jive)
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...
[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...
[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...
[4 replies] Last: I see. Thank you very much for the help. (by jlken)
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...
[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...
[4 replies] Last: Thanks ! (by vxk)
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, ...
[no replies]
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...
[2 replies] Last: Thanks! Alright I see what you're saying and I changed it to only a fo... (by dnraitzyk)
spoj problem 2
 
http://www.spoj.com/problems/PRIME1/ http://ideone.com/JPHnqd but it says TLE.. help me out,..
[3 replies] Last: Generate all the prime numbers first before reading the inputs Hint: ... (by Smac89)
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...
[4 replies] Last: yea understood. This problem came about after I had already written t... (by pilotnate)
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...
[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...
[no replies]
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...
[3 replies] Last: @dlundy1 If you're not needing to see the previous command prompts, y... (by whitenite1)
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...
[2 replies] Last: Wow haha I totally missed that, thanks for pointing that out! I guess ... (by DomBavetta)
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...
[1 reply] : gamedev.net (by Codermik)
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 -...
[4 replies] Last: Thanks a lot, I got it! (by jub4jive)
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...
[3 replies] Last: Wow, I knew it would be something small like that. Thanks guys! (by RFleet21)
August 2014 Pages: 1... 37383940
  Archived months: [jul2014] [sep2014]

This is an archived page. To post a new message, go to the current page.