Beginners - November 2012 (Page 16)

by Folea
Help changing utf8 tolower
 
Hy. I have a problem to change UTF8 chars like Á É Ó É Í Ü Ú Ñ tolower. Tolower doesnt wor...
[8 replies] Last: Thanks for all posts, i finally got it to work. (by Folea)
Iterating through directories
 
Hi, I've got the following code, based on the example at http://msdn.microsoft.com/en-us/library/...
[1 reply] : I printed them, and the only reason they seem to get long is the repet... (by jennifermcm)
Threads
 
I'm having some problem with threads. I'm using the visual studio 2012 ultimate. Here.'s my code: ...
[2 replies] Last: Isn't threading supposed to do random outputs in this situation? W... (by cire)
system commands with char's
 
Okay so i'm trying to get this c++ program to run commands on cmd. Anyway I have got it working tho...
[7 replies] Last: mhhhhm i wasn't thinking yeah so just turn command into a null ptr (by Aramil of Elixia)
C++ Beginner Question
 
I have been working on this code for a dynamic array and we were inputting number, but now I need it...
[6 replies] Last: Thanks! (by Jessie W)
what is the meaning of this : total += number
 
total += number
[4 replies] Last: Thanks,.... ^^ (by Stunning)
by rey9
missing getline
 
can anyone help me with this. the last getline in my code doesn't work. can anyone explain and impro...
[4 replies] Last: It ignores 100 or less new lines Almost. It ignores 100 or less char... (by Chervil)
Creating a Simple Programme
 
Hello guys and girls, a few months back i started reading about C++ and eventually started practicin...
[3 replies] Last: Thanks iHutch105, i really do agree with your advice, maybe its just b... (by Dexterr)
Compiler Error, Help Needed
 
The errors I'm getting are: 1) error: 'highestScore' cannot be used as a function: int highestSc...
[3 replies] Last: Although when I compile everything and there are no errors nor warnin... (by Chervil)
Correct way of calculating sum of a tab ?
 
for(i=1;i<=parties;i++) totalM=totalM+tabC ; printf("%d",&totalM) ...
[4 replies] Last: Ah....yes....I agree on that (by meeram)
LDR- Machine Language - C++
 
Hi Guys I need for help, good.. I have a device that does LDR (Machine Language of my College)...
[no replies]
pointer c string
 
Hey I am trying to work on a problem: --------------------------------------------------------------...
[6 replies] Last: My five cents void remove( char *s ) { char *p = s; do { if ( ... (by vlad from moscow)
can't use default assignment on constructor parameter
 
Hi, Learning from a mistake that was corrected in this very forum, I am trying to pass parameters...
[5 replies] Last: No, the solution is to declare the method as const so it can operate... (by ne555)
by G3PO
One Quick Array Function.
 
I have an array function I need to write, but I'm pretty much stuck. Here it is: Finish creating...
[1 reply] : If I have understood you correctly you need the following statements ... (by vlad from moscow)
Help with a C++ project. Trouble with reading input file
 
Hi, im trying to make a C++ project for my class which reads the input from a text file and outputs ...
[1 reply] : On line 35 and 37 you define the variable name . remove line 35... (by coder777)
by G3PO
Structures
 
I'm working on understanding structures, but I'm a little confused on some parts. If I have a code l...
[2 replies] Last: Okay I see now. Thank you very much! (by G3PO)
Help :: VS2012C++[ One Button Click Show Msg ]
 
I Created A CLR Project. Add New Form Add New button1 When I DbClick The Button, I Got A Lot Of ...
[no replies]
VC++2012 cannot open include file stdafx.h
 
#include "stdafx.h" #include <iostream> int _tmain(int argc, _TCHAR argv ) { std::cout << "He...
[11 replies] Last: To odai That Output String "Hello World" :) Thx (by Ruri Gokou)
Data maintain in C++
 
Dear All, I am doing programming in C#. I developing small applications in MS.NET MS.NET is go...
[no replies]
Beginner Trouble - While Loop Requiring Multiple Instances of Input to Return Value
 
Hello all, I've just started learning C++ this last weekend. Currently, I'm trying to develop a ...
[3 replies] Last: @ MiiNiPaa And you can declare functions as void and use return: ... (by TheIdeasMan)
November 2012 Pages: 1... 1415161718... 75
  Archived months: [oct2012] [dec2012]

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