Beginners - January 2012 (Page 14)

by drehl
trying to output a signal from csv file
 
Hi, I am not a good programmer, but for hardware testing purposes I need to have a board output a w...
[5 replies] Last: Stewbond seems to have the right idea, sorry for not elaborating. it i... (by drehl)
by Daker3
2D Array as Parameter w/ Unknown Size
 
Is it possible to pass 2D arrays as a parameter without knowing the size? The effect I'm trying to g...
[7 replies] Last: Using functions it would be better to define the maximum possible valu... (by danoc93)
Pointer Deletion
 
So I have a few other posts that I made here, and everyone was so helpful and positive that I came b...
[3 replies] Last: #include <stdlib.h> #include <iostream> #include <ctime> using names... (by jwroblewski)
Dungeon Crawl type question (1,2)
 
First of all, thank you for looking at my post. Here is my code #include <stdlib.h> #include <i...
[33 replies] Last: Im having issues again....... From looking at your code, it seems ok... (by Lynx876)
by Atari
Need help(Task)
 
Hello everyone, i need some help with a task. It says: Type in integers A and B. Find in wich number...
[8 replies] Last: Oh wow! That's pretty cool. It did become blatantly obvious once I was... (by ResidentBiscuit)
Translating input
 
Hi there, I am new to C++, and was wondering if someone could write an example program for me to wor...
[4 replies] Last: You could make ')' a delimiter. That is, the getline() function wil... (by Stewbond)
How to read an excel file.
 
Hi everyone. I've been looking online for help to read excel data into C++. There is code out there ...
[2 replies] Last: where is the complex code any link?? (by zephyr000)
Problem storing characters to array using a single line of input
 
So I want to get a postfix expression, in just a single line, and store every single character in th...
[1 reply] : Try while ( token[ i - 1 ] != '\n' ) { cin.get(token[ i ]); ... (by histrungalot)
by lare26
Class to autocreate a menu
 
I am have been self teaching C++ for a few years(off and on). I do this by attempting to create simp...
[4 replies] Last: > Did I do something wrong? No, you didn't do anything wrong. It's ju... (by JLBorges)
Spliting up a string of numbers?
 
I am making a basic "encryption" software in C++. I have sorted the encryption bit, but decrypting i...
[1 reply] : I have this so far but I am guessing that it is massivley wrong. ... (by UltimateCoder)
conditional statements
 
is it mandatory to use else whenever you use the if statement,or the if can do by itself
[1 reply] : you can just use if (by UltimateCoder)
I can't make this search for and count for palindrome works. :( (1,2)
 
Hi guys, I need your help. Can you check my code whats wrong with my check function and palindrome ...
[38 replies] Last: > Its already working. If it is working correctly, and you understan... (by JLBorges)
by lare26
vectors with objects manipulation problem
 
I am tryin to eliminate my weakness in coding vectors. I have tried to manipulate object data inside...
[5 replies] Last: It was just a side thought. I have been testing code against my knowle... (by lare26)
Dissertation Help - Antisaccade task
 
Hey guys, I'm fairly new to C++ and I was wondering if I could get a hand with something. I'm try...
[4 replies] Last: This is a test performend in person in which a participant is seated i... (by LucyButterfly22)
by lare26
Friendship or inheritance problem
 
How can I allow class one to use a function in class two? class one { public: v...
[8 replies] Last: Thank you, coder777. That helped simplify this for me. I will look i... (by lare26)
by lare26
Including class objects in functions
 
I want to update the stats of each actor in my program. But I will need to do it with a single gener...
[14 replies] Last: Tanks for all of your help, everyone. ne555, I was just trying a diffe... (by lare26)
by lare26
Switch and Light
 
I am envisioning a panel with a series of switches, buttons and/or toggles. This panel is connected ...
[16 replies] Last: I just read through all of the posts again. It seems I have processed ... (by lare26)
by MH4
Queue not working as intended.
 
Hi guys. I'm currently doing a queue system and trying to emulate a real life example of a clinic. ...
[4 replies] Last: Thank you Sir! It works perfectly and your code is so easy to understa... (by MH4)
Trouble Reading In Values
 
It seems that I'm having trouble reading values into my struct elements...it's probably a beginner's...
[2 replies] Last: Okay, that worked. Thought I tried that already <.< Thanks Peter87 (by BlueLeaderOne)
Help with School project
 
This is the question: The C calculator program allows the user to enter an equation that consists...
[3 replies] Last: how to store char* variables to char array? (by Jian Hui Tan)
January 2012 Pages: 1... 1213141516... 48
  Archived months: [dec2011] [feb2012]

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