Beginners - June 2015 (Page 14)

Beginner Code help for calculator!
 
Hi all, Just a day since I started to learn C++ myself. I have no previous coding experience and t...
[4 replies] Last: Thank you so much MiiNiPaa! (by kd01152)
C2601: local function definitions are illegal
 
Hello, Begginner coder here and ive been trying to figure out this problem to no avail. When compili...
[2 replies] Last: I believe that was it. Thank you very much been trying to figure this ... (by Zephrym)
Greetings
 
Hello guys! I am bagus from indonesian. I want to improve my programming skill , i just started to l...
[1 reply] : I recommend finishing the course(probably with small projects) before ... (by Aceix)
Some beginner projects
 
Hello guys, I am new to c++ and i have just started learning. I was wondeing if there are any sim...
[1 reply] : Hello , my name is bagus i'm from indonesian. Like you, i want to impr... (by Bagusdharma)
SFML Camera
 
So, I'm trying to make a camera move with the character in the game, and it's in a void that updates...
[no replies]
What am I doing wrong?
 
Take a look at EXERCISE 12 in this link: https://en.wikibooks.org/wiki/C%2B%2B_Programming/Exercises...
[9 replies] Last: Whats up with line 14 in the solution below? Where did he get that ex... (by Arslan7041)
by dibs
My sorting algorithm works in reverse(Z-A) not A-Z
 
How do i make it sort from A-Z? The function is at the very bottom. #include <cstdlib> #include <...
[3 replies] Last: The read() function is truncating strings, and not handling input fa... (by JLBorges)
Finding the highest number
 
Hello everyone, I am having an issue with compiling my program. The function that won't compile is s...
[1 reply] : Sorry guys for not taking more time to look at it. It was a very minor... (by jpanther)
Assigning Values Code Problem
 
I don't know why I'm getting errors for this code when I copied it from my textbook. Can you explai...
[no replies]
Converting Decimal to Binary only returning first two digits
 
I want to use a while loop to convert decimal to binary, I have it almost I'm just not sure how to g...
[7 replies] Last: Thanks so much! I'm sure it can be, but I just don't have time to fig... (by Elzcode)
Why does this work?!
 
So I made a mistake while typing my code: #include <iostream> using namespace std; template <typ...
[3 replies] Last: I found the error. Don't worry, you guys didn't have a shot. I unint... (by bbugyi200)
by gvampa
Elapse Time Diference btw two clocks in a class
 
Write your question here. I having issue with this function to get difference btn those two clock w...
[no replies]
by Argus
Validating input
 
I need help validating user input. My code has two instances of input validation, one for integers a...
[2 replies] Last: I see, thank you. Sorry if this is the sort of thing that is basic, bu... (by Argus)
reading a text file into parrellel arrays
 
Hello everyone, I managed to get this part of the program to work properly, but it seems to me that ...
[2 replies] Last: Thank you for pointing me in the right direction. This helps me to see... (by jpanther)
stop reading data into parrellel arrays
 
Hello everyone, Here's my problem. Part of my program is to read a text file into parallel arrays. O...
[2 replies] Last: Thank you for your reply. I was wondering if that for loop should be t... (by jpanther)
by Ch1156
How to create a custom file container
 
Ok so i want to create a custom file container. For example, .jar and .zip are custom file container...
[9 replies] Last: zlib only does compression (sort of. There is an archive format implem... (by helios)
Notepad++ and Compiler???
 
Ok, so I've tried messing around with c++ in the past, and actually managed to get it working. I kno...
[1 reply] : instal any command-line based compiler (Either GCC or clang works fine... (by MiiNiPaa)
critique my code?
 
Hello! My name is Tyler. I have been coding for about 3 days now and am pretty much self teaching....
[17 replies] Last: Since one cannot depend on a standard header not including any other ... (by dhayden)
unresolved external
 
I have this script which can read code written with molecules (like DNA) but i am getting an error o...
[2 replies] Last: LOL, thanks! I kept looking at doOperator and didnt see that i forgot ... (by AmazingBKaiser)
Using a function with a char *array
 
Hey all -- this problem is pretty involved, but basically I have been killing myself simply trying t...
[4 replies] Last: Got it working. Thanks a lot for all of your input. This place is an i... (by D0CHollywood)
June 2015 Pages: 1... 1213141516... 32
  Archived months: [may2015] [jul2015]

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