[try Beta version]
Not logged in

Beginners - February 2013 (Page 39)

Add two ASCII values?
 
In my C++ program, it contains 2 CHAR variables and the idea is to add these two together. For exa...
Feb 14, 2013 at 5:11am
[3 replies] Last: Yep, thanks desin and Chervil, the latter was the one i needed, subtra... (by shadowofwar)
reading multiple inputs using array
 
so i have this program that needs to read multiple numbers entered in one line seperated by a space ...
Feb 14, 2013 at 4:59am
[11 replies] Last: needs to read something like this call to the array readArray\ #inclu... (by Josh Henry)
Problem Understanding Arduino Code
 
First off I want to list my code that I've typed up on the Arduino interface. // Programmer: S...
Feb 14, 2013 at 4:08am
[7 replies] Last: @shanecy Oh the Arduino. I'm such an Arduino whore as of late. Even ... (by Thumper)
Can someone explain this loop to me?
 
How many times would looping appear in the screen and can someone please explain this thank you. ...
Feb 14, 2013 at 4:02am
[3 replies] Last: thanks guys! (by closed account 4wRjE3v7)
2D Arrays.
 
So my book provided me with a function prototype. void printTable(int rows, int cols, TwoDimArray ...
Feb 14, 2013 at 4:00am
[2 replies] Last: I was attempting to get it to pass several different manners, then for... (by Nahjil567)
Free c++11 beginner video tutorials on youtube! Requesting Feedback.
 
The playlist link is down below there is already 6.2 hours of video lessons, and more on the way. I...
Feb 14, 2013 at 3:53am
[3 replies] Last: I just had a look at a few videos, you teach well man, props. (by Fourc00h)
Reading Binary Files
 
So I'm having problem with the output of this program. The program runs and compiles, except when I ...
Feb 14, 2013 at 3:43am
[7 replies] Last: You can read into the array in a similar manner, the problem is that y... (by LB)
Count characters in a string
 
Hi im new to coding and as an excercise i tried to make a program that gets a sentence or string fro...
Feb 14, 2013 at 3:25am
[6 replies] Last: @lowestOne Index needs to be a char. It's intended to be output as suc... (by Thumper)
by sadric
How to change color of text output?
 
I wanna change the three colors of text characters output on the exe screen with blue background, wh...
Feb 14, 2013 at 2:45am
[2 replies] Last: Apparently using "system()" is discouraged. There are many discussions... (by Spot3)
how to check pointer to class object for null value
 
This is jamming me up a little bit. I've been thru the tutorial on this site but the bit about null ...
Feb 14, 2013 at 2:29am
[5 replies] Last: thanks :3 (by cPlusN00b)
by vhlam
2D array to simulate linked list
 
I'm trying to implement 2d array to simulate linked list for stack and I faced several difficulties ...
Feb 14, 2013 at 2:26am
[no replies]
by Ratzer
Help with While Loop
 
Would really appreciate if anyone could help me with this as I am new to C++. I am trying to writ...
Feb 14, 2013 at 1:33am
[4 replies] Last: I changed my code. Thought this may help but still stuck as now the pr... (by Ratzer)
i need someone to finish this for $15
 
hey guys I coded this by myself and I only have 1 hour to turn in. I am really too slow to code it. ...
Feb 14, 2013 at 1:26am
[8 replies] Last: katie dear, have any code written? (by cPlusN00b)
by MrGuy
Any suggestions for mt text based game
 
I just started this and I want to know if anyone has any suggestions for it. Hopefully your suggesti...
Feb 14, 2013 at 1:16am
[no replies]
How To Study For A C++ Test.
 
To make a long story short I am in an introductory C++ programming class. The textbook we use is C++...
Feb 14, 2013 at 1:15am
[1 reply] : I imagine one big thing will be syntax. For my early classes, part of... (by Lowest0ne)
fatal error C1189
 
hello!I just download Microsoft Speech SDK,set up,then set Option->Directoris, and I use this code:...
Feb 14, 2013 at 1:09am
[no replies]
QT5 Question
 
So have been studying QT for a bit and have started to make a few simple programs, but the thing I a...
Feb 14, 2013 at 12:31am
[6 replies] Last: Ah, that works as well! Glad you got everything the way you want :) (by Thumper)
Using string::erase
 
Hello, I've been reading the string reference and playing around with everything I can manage to fig...
Feb 13, 2013 at 11:58pm
[9 replies] Last: Thanks a lot guys, yeah Jim I usually write all my code on paper to he... (by Fourc00h)
by gmsd
Switch statement
 
I was up until 4AM last night trying to figure this out for my payroll project. I just can't get it....
Feb 13, 2013 at 11:54pm
[1 reply] : To make the switch work, add a break; at the end of each case. To u... (by toum)
Problem with if statment
 
Hi I've been programming a simple code recently and I kept receiving an error with if-statement. ...
Feb 13, 2013 at 11:19pm
[13 replies] Last: What if, in the future, the definition of TOTAL changes to something ... (by SuperSonic)
February 2013 Pages: 1... 3738394041... 67
  Archived months: [jan2013] [mar2013]

This is an archived page. To post a new message, go to the current page.
Registered users can post in this forum.