[try Beta version]
Not logged in

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...
May 19, 2013 at 4:32am
[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 b...
May 19, 2013 at 3:14am
[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 * ** *** ****
May 19, 2013 at 2:48am
[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<=...<=...
May 19, 2013 at 2:23am
[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 lef...
May 19, 2013 at 2:07am
[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 lear...
May 19, 2013 at 2:07am
[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. ...
May 18, 2013 at 11:12pm
[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 wo...
May 18, 2013 at 10:34pm
[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 some...
May 18, 2013 at 9:56pm
[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 r...
May 18, 2013 at 9:23pm
[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 ...
May 18, 2013 at 9:22pm
[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 ...
May 18, 2013 at 9:18pm
[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. Ho...
May 18, 2013 at 8:03pm
[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 lookin...
May 18, 2013 at 7:32pm
[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 sor...
May 18, 2013 at 6:49pm
[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 ...
May 18, 2013 at 6:48pm
[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.......
May 18, 2013 at 6:48pm
[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 ...
May 18, 2013 at 6:04pm
[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 ...
May 18, 2013 at 5:56pm
[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. ...
May 18, 2013 at 5:53pm
[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.
Registered users can post in this forum.