Beginners - December 2013 (Page 29)

If conditional statement won't run.
 
Hi, I'm making a program that converts inifx to postfix and then calculates the expression. But, fo...
[2 replies] Last: yup facepalm moment. I put 1 < postfix.length() in the for loop instea... (by chiedozie)
by tavuk
Please help improve my code.
 
End of the year project completed! I'm so happy and proud. I'm wondering if there is away to make it...
[2 replies] Last: If you really want to make it better, try using classes to organize yo... (by IceThatJaw)
Pointer/Offset notation help
 
Hello all I'm having trouble with this program. I'm suppose to print out an array of 5 numbers then ...
[3 replies] Last: but pointer offset is basically just doing something like this cout ... (by Garion)
File seeking DLL issue, not functioning correctly.
 
Hello, I recently moved from using the rather primitive Game Maker tool, and I'm trying to port som...
[no replies]
by tavuk
files and arrays, help
 
I'm lost about how I'm suppose to do certain things in this task, which i have made bold: A file...
[12 replies] Last: I use Microsoft visual studios. return bool (in); worked! Oh and... (by tavuk)
If and else fail
 
Hello, i'm making a form of 'Quiz' program, with a menu and a point system. But, my promblem is th...
[4 replies] Last: ok you should not be using the .h version of these header files. So us... (by Mats)
debuging error help
 
Hey guys i'm working on some application and when i try to debug i get this msg "there were build er...
[3 replies] Last: Little side-note here, most IDEs save automatically when you attempt t... (by sargon94)
by Nebur
Vector difference?
 
I am trying to write a function, that given 2 sorted vectors v1 and v2, returns a sorted vector with...
[13 replies] Last: Wow the code worked! Thank you so much for helping me this much, you ... (by Nebur)
by Nefri
Allocate 2d array of strings
 
Hello if i have 2d array of strings, how can i allocate first field ? and i need from this const...
[13 replies] Last: thank you :) (by Nefri)
by tavuk
Can't figure it out.
 
I only want the number of cannibals to decrease if the number of missionaries decrease by a whole nu...
[4 replies] Last: I get it know, thank you so much. (by tavuk)
by Komodo
Program I been making
 
So I have been making this 21 game, not finished yet and I know I need to make some changes to the a...
[3 replies] Last: Still need help ;(. Haven't figured it out yet. (by Komodo)
#include?!!
 
Hello i am learning c++, im trying to understand some codes, it has lots of #includes ...., what do...
[4 replies] Last: Thanx everyone! (by fatisati)
Select a line of text and delete it
 
How can I select a specific line, maybe based on the description such as "Pants" or by the entry num...
[2 replies] Last: That's COOOOOOL!!!! Thanks!!!!!!!!!!!!! (by jlpurnell)
Why does it keep going??? (kbhit())?
 
My program is too big to put here, but this is basically the problem. The user must press J to inter...
[3 replies] Last: it makes perfect sense. its because kbhit is unbuffered input (i belie... (by closed account Dy7SLyTq)
Array function
 
Do you know how to solve/fix this array ? if so please help ! #include <iostream> #include <strin...
[1 reply] : You'll have to write a for loop for each function to iterate through t... (by yulingo)
reading items from a file and sorting using quick sort
 
hi there, I am new for c++. I was working on a small program that requires to read items from a ...
[3 replies] Last: You change the order of the years in the same place as you change the ... (by yulingo)
Plz Help! newbie stuff about pointers
 
Write your question here. Why does the program work onle when i remove the * before c on line 9, i ...
[1 reply] : b is type pointer-to(pointer-to-int) c is type pointer-to-int This ma... (by heebleworp)
String Sentence Letter Replace
 
Im trying to replace any instance of the letter x with a space. The code only works for the first wo...
[5 replies] Last: Yea I have other instances of cin>> in other functions By clearing t... (by jose4001)
what's the difference
 
look at cout.setf(ios_base::fixed, ios_base::floatfield) and cout<<setprection<<fixed. I'm just ...
[2 replies] Last: oh thank you , so it's the same assuming I included " using namespace ... (by Cutefriendzoned)
by n0w4y
DOING LOOP UNTIL A KEY IS PRESSED
 
hi, i feel dumb for asking .. but i'm a very beginner ! i'm trying to make a program that keep tak...
[4 replies] Last: Well if you do the code that you just mentioned, your while loop could... (by Lansana)
December 2013 Pages: 1... 2728293031... 69
  Archived months: [nov2013] [jan2014]

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