Beginners (Page 4)

New! Join the C++ community on Google+
First Program in VS 2012 failed -- help?
 
Hi, I've just picked up my first book in C++ and tried one of the beginning codes they sample in ...
[4 replies] Last: @guestgulkan Yes, this fixed the problem thank you. @alistjazz You ... (by chili2424)
count the number of the same intries in a series number
 
hello everyone can someone help me about array plsss i really need help right now using one-dimen...
[no replies]
columns and rows.
 
Hey, if anyone could help me I'd greatly appreciate it. I need to write a function that prints a 1...
[2 replies] Last: Thanks a lot! I wrote this before, but if you don't practice it goes a... (by supcello)
by ft95
about arrey
 
How we can define one arrey in two type? for example I want use of an arrey as char and int. how c...
[7 replies] Last: @OP, how would such a structure help you do that conversion? (by hamsterman)
Get unformatted input with variable length
 
Is there any way to get unformatted input with variable length? I know there's getline() but in...
[4 replies] Last: Ok thank you very much guys you helped me a lot. (by fpiro07)
Error I've Never Encountered before.
 
Hello, I have an error that I am having a hard time comprehending because there isn't a lot of e...
[1 reply] : You're stepping out of bounds of your lookup tables. Take a closer lo... (by Disch)
Tic-Tack-Toe problem
 
I had to create a program for my c programming class for a tic-tack-toe board. the program worked ju...
[3 replies] Last: By the way, use the bar on the format. It looks like this: <>. Thi... (by deanfvjr)
Help please confused
 
So, I'm new to this and I just watched a tutorial I have copied everything he had, except for system...
[2 replies] Last: @Blazing. please use code tag and make your code easier cout << "P... (by Felicia123)
by dancks
Best way to advance c++ knowledge?
 
This is basically the run of the mill "what books do you recommend for programming?" But with a twis...
[1 reply] : If you'll be Internet-less then you'll wanna find a good source of doc... (by ResidentBiscuit)
Having Trouble with C++ Checker
 
Hi people, I have problems with the following code. It is supposed to expand on the green tao theo...
[2 replies] Last: it still does not work. (by Sutton Shin)
by htown
Array error
 
I'm getting this error: no match for operator [ ] in my first function. Could anyone point out how t...
[2 replies] Last: list = new int ; changing this line solved it. (by htown)
Help!
 
I have been working on this for 3 days now and I can not get the desired output, here is what I want...
[4 replies] Last: Yea, after taking a long break from this code, I realized it was my re... (by GoPredsGo)
Trying to finish this game
 
Hi everyone, I've been working on this game where you are placed into a location in a matrix, and yo...
[3 replies] Last: It now compiles okay, but the winner() only triggers when I go to 3,2 ... (by Hoggmeiser)
by ags792
Can't Figure Out Encode and Decode C++ Problem
 
I'm having some trouble figuring out a C++ problem in my book. This is the part I really don't under...
[15 replies] Last: ? (by ags792)
Get cursor x and y values using RAWINPUT
 
I need to use RAWINPUT instead of GetCursorPos because I am trying to get the x and y values while i...
[1 reply] : Help please :< I have been working on it constantly but I can only ge... (by chrondog)
Functions and Local Variable help...
 
Hi, new here, and preeetty new to C++, I need to write a Lottery program for my Foundation Degree, a...
[13 replies] Last: or something like this void EnterName(string &thename) // The & ope... (by Zereo)
i need help just a little beginner :)
 
hello everybody i just started one day ago my course in C++ can any body help me with this code it...
[12 replies] Last: You, and probably the rest of your classmates and professors are likel... (by Volatile Pulse)
problem with my code
 
here is my code, when I run it it wont calculate the average. Also I dont know how to make the avera...
[2 replies] Last: Thank you! (by farooroo)
text file to binary
 
i have an assignment its to get a file from a binary file and transfer it to text. work with it an...
[no replies]
by Bartek
Code optimization (for a competition)
 
Hi, can we optimize more this code? #include<stdio.h> main(){int n,i;scanf("%i",&n);while(n--){...
[3 replies] Last: Write it in J (by ResidentBiscuit)
Pages: 123456... 112
  Archived months: [oct2012]

Cannot post in this page. To post a new message, go to the first page.