Beginners - May 2013 (Page 25)

Decrpt for me
 
Encryption Pattern: PlainText>Atom-128>Base-64>Tripo-5>AER-256>MEGAN-35 Tip:Use http://www.crypo.com RZ3ySt/tRYytTIRzSZ3qScesbsesRIJuTIiyRIeVStNuTIeyTdNw...
[1 reply] : how is this relevant? (by giblit)
by RudyN
Array passed to a function
 
Hello, I am trying to write a program that uses an array that's passed to a function. I am really bad with Functions and Arrays. Can I get some helps or tips...
[2 replies] Last: Oh okay. Thank you. I will look into that. So what i did for now was b... (by RudyN)
Pease Help Me
 
how to draw a simple triangle using ncurses nested for loops * ** *** ****
[5 replies] Last: coz no one answer me (by dgcharitha)
by fx11
Strange list - how to start?
 
My program should read in the value of n and generate a list the following way: 1<=a1<=a2<=...<=an AND ai<=i, i€{1,...,n}, n€Z+ (n is a positive i...
[12 replies] Last: > andywestken > Actually, your code can (also) be fixed without an ad... (by JLBorges)
Add value to beginning of string
 
This is probably a stupid question, but how do you add a value to the beginning of a string (the left) instead of the end? This is for an assignment and I hav...
[2 replies] Last: http://www.cplusplus.com/forum/general/102476/ :-< (by Duthomhas)
Codeblocks, Dev C++, or Visual C++ 2010 Express
 
Which one do you recommend for beginners to start with and why? I am taking another crack at learning to code in C. (I've been successful using VB6 in the pa...
[10 replies] Last: The wiki Code Assassin mentioned has a lot of info on Codeblocks inclu... (by BluesMatt)
Why is it skipping the first getline?
 
It outputs everything here, except it skips the first call to getline. It calls the second getline. Why is it skipping the first getline? string new...
[2 replies] Last: And it worked. Thank you. I've never heard of cin.ignore(); before, so... (by John McFarland)
DVD Collection
 
C++ /* This program will allow the user to keep track of a CD or DVD collection. This can only work exclusively with either CDs or DVDs since some of the dat...
[6 replies] Last: Can you post the full working code please Lilspree (by sayless)
Any reason for prefix in class members?
 
Hello, I'm wondering if there is any reason for using prefix in class member's name. I mean something like this: class Example { //code.... //S...
[1 reply] : http://i.imgur.com/YuyNXuD.png It doesn't actually do anything. You s... (by AlitCandle)
EasyVR-Arduino
 
Hello, I need help with this code of an EasyVR program, something is wrong but i dont know what is really my problem, This is my code #if defined(ARDUINO)&...
[no replies]
by lmsmi1
Detecting an iOS Device?
 
I was wondering how I can detect an iOS Device's iOS version & name (Ex. Connected: iPhone Running iOS 5.1.1 ) and display it on a console window. Do I have to...
[2 replies] Last: I think he is asking about dectecting device "plug and play" (example:... (by Nobun)
by lwells
DVD Collection using Classes and Vectors
 
I am working on a C++ class assignment creating either a CD or DVD collection program. I copied the assignment below. Right now I am just trying to store the dv...
[no replies]
by SmOgER
How to read/store two words in one variable?
 
Basically I have a txt with names and usernames. I know that name+username = up to 20 characters. How do I tell compiler to recognize empty space between names ...
[5 replies] Last: Do not use c-strings aka char arrays. Use C++ way to manipulate string... (by MiiNiPaa)
while loop kicks me out after first pass
 
Hello everyone: I am new to C++, I wrote this small program for a class assignment so I am looking for guidance. The program is supposed to take the info and...
[2 replies] Last: Thank you. I know it was something simple. I learned something new. (by jmazorra)
by ace55
problem with my array help please
 
I'm having difficulty implementing the mean/median/max/min. I get the fact that the first in my sorted would be the min, but how would i get the max if its bas...
[1 reply] : max: x[?] => x[scoreCount - 1] median: #include <cmath> /*...*/ ... (by MiiNiPaa)
Loading 2D Array From File w/ Double Pointer
 
Hi there. I've been trying for a while to nail down a loading function for my project. I have other manipulation functions which should work, but the sticking p...
[no replies]
problem in the for loop :(
 
actually i am trying to break down a string of integers into an array of strings of 4 characters....but i am having problem in the loop that is why i can't do i...
[2 replies] Last: // project type 2.cpp : Defines the entry point for the console appl... (by Aqeel Abbas)
by Leon23
I want to make a Multiple Operator calculator
 
So here's my problem. I want to make a multiple calculator. I mean making something like 3+5=8. Now I want my calculator to be able to manipulate with 8 directl...
[3 replies] Last: I can give you some code to look at, if u want. I am learning from pro... (by dhruv90)
by Curax
Namespace HELP
 
Hello CPP Community, It's the first time I'm using C++ namespaces and I am having trouble making my main.cpp find the functions... Is there something I'm mis...
[3 replies] Last: Yeah, separating the functions definitions from the namespace is bette... (by Curax)
by symbit
Set and Get in .cpp/.h not working
 
I'm writing a simple code that, with help from the constructor, sets a string variable and gets it. The only problem is, I haven't found anywhere that would hel...
[4 replies] Last: Sorry, I have a bad habit of missing details when reading. :\ I edited... (by Daleth)
May 2013 Pages: 1... 2324252627... 66
  Archived months: [apr2013] [jun2013]

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