36 Topics

Member Avatar for
Member Avatar for nathaliecolemadrigal.lopez
Member Avatar for rythreion

hi!im new in c++ i need help how to make a software that convert any number that the user will enter and convert it in any base that the user will enter. It will convert it and show the result.

Member Avatar for NathanOliver
0
4K
Member Avatar for joustwilliams

Hello, this is my first post in this forum. I recently decided to try my hand at programming with python. I'm completely new to programming so I thought I should try some simple projects to reinforce what I've learned so far. I saw a post from 3 years ago on …

Member Avatar for vegaseat
0
2K
Member Avatar for Doogledude123

Alright, so I am building a Converter to convert ASCII to Binary and for some reason, the for each loop stops working when it hits a space, and I have no idea why. I'm probably just over thinking it. Extra: Can you tell me how to force the output binary …

Member Avatar for Doogledude123
0
4K
Member Avatar for shashidhargm

Guys suggest me a good videos converter software which can convert any big sized videos to smaller size and without compromising quality Thank you

Member Avatar for CimmerianX
0
362
Member Avatar for ralph.d.abernathy.1

Hello all. I'm writing a program that converts from any cominbation of base 2, 8, 10, and 16. So far I have this code and I want to convert from hexadecimal to octal but it doesn't work. I would appreciate any help. Thank you! Here is the code: #include "stdafx.h" …

Member Avatar for Nutster
0
484
Member Avatar for toth.attila.7921

Hi! I want to make a CONVERTER. I designed it, so I just have to program some buttons. The problem that I have is weird. I programmed a button that says : CONVERT TO METER. After I build the program, I get ERROR C1075 : end of file found before …

Member Avatar for tinstaafl
0
842
Member Avatar for sean.kallungal

I am trying to write a program in Python that converts user input from English to Pig Latin ("Y" is not a vowel in this case, breaks off at first vowel and moves preceding consonants to the end). The end product of my program should be able to compute whole …

Member Avatar for M.S.
0
670
Member Avatar for andrewisthebomb

Hey guys! Ok, so my problem is that I'm trying to add something that says "num1 does not equal 'a number'" I want it to read any number I put it, but not anything that isn't a number. If I can figure this part out, it should loop where I …

Member Avatar for NormR1
0
1K
Member Avatar for jm.magavero

I'm having problems with a Toshiba Satellite A305-S. The AC converter that is 19v/3.95A doesn't even bring the charging light on. I have tried a Toshiba 19v/3.42A converter. It brings on the charging light, momentarily tries to bring the hard drive on and runs the fan. The monitor stays black …

Member Avatar for jm.magavero
0
255
Member Avatar for dingjhzt

Why convert <a href="http://www.league-soft.com/how-to/convert-avi-to-mp4-mac.html"> AVI to MP4</a> on Mac?"I want to edit AVI in iMovie, but I found that iMovie dosen't work well with the AVI video, what should I do?" "I imported some AVI videos to my iPod and found that iPod dosen't support AVI video, which program can …

Member Avatar for rubberman
0
649
Member Avatar for yeeitsneo

hi. so i need help in understanding this program. its a hindu arabic - roman numeral converter. i got it from some site. i cant seem to understand how the whole process goes. Const sMatrix As String = "I~V~X~L~C~D~M" Private Function toroman(ByVal sDecNum As String) As String Text1.Text = sDecNum …

Member Avatar for yeeitsneo
0
243
Member Avatar for yeeitsneo

soooo. i saw a working code for a hindu arabic - roman numeral converter. the thing is. i need to fully understand the code. so i need someone who could explain the code clearly to me. line by line as for me to fully understand the program. newbie here. you …

Member Avatar for yeeitsneo
0
401
Member Avatar for fuzebox40

I'm just an average joe trying to convert my DVD movies into a smaller single file to store and watch on my HTPC. I have Win 7 on it and like to use WMC to pull up and watch my movies. My delima is that I've tried several different converters …

Member Avatar for chris.stout
0
222
Member Avatar for lpsarsam

Hi guys! I was wondering if there is any software that allows me to use multiple computers simultaneously to convert video files into other formats (like network rendering). So I install the server on 1 computer and a helper on the other computer, connect them to a wired or wireless …

Member Avatar for rubberman
0
185
Member Avatar for mprabuw

Hello Dani Web Forum, I'm really new to C. I have an assignment, which I think it's very hard to solve. I have to create a Currency Converter Program that reads data from txt files. The program should also be able to read arguments (argv[]). I'm really confused since it's …

Member Avatar for mprabuw
0
769
Member Avatar for lhuynh39

i'm a total beginner and don't know how to do this: MYBANK ATM MENU FORMAT: You will be submitting the C++ code as a CPP file. The source code file should use self documenting code and additional comments (as required) to improve code readability. The source code file must contain …

Member Avatar for Sodabread
0
368
Member Avatar for monamon15

please help me po..i'm searching over the internet t for a long time but i can't search how to convert pdf file into microsoft word... i just need it for my project...please save me to pass my project. any help is appreciated. thankyou very much :)

Member Avatar for Huntondoom
0
119
Member Avatar for rockerjhr

main.c [CODE]#include "stack.h" #include "stack_interface.h" #include "lex.h" #include <stdio.h> #include <stdlib.h> #define PUSH(s,c) if(push_char(s,c) == ERROR){ printf("Fatal error in pushing symbol on stack.\n") ; exit(1) ; } #define POP(s,c) if(pop_char(s,c) == ERROR){ printf("Fatal error in poping symbol off stack.\n") ; exit(1) ; } #define TOP(s,c) if(top_char(s,c) == ERROR){ printf("Fatal error …

Member Avatar for Narue
0
248
Member Avatar for seraphon

PLease can someone help? I need to create a program that reads a list of units and names "eg ounce,gram,28" then asks for a user input, and then converts and displays the result. So far all i have been able to do is get it to read the first line, …

Member Avatar for abelLazm
0
311
Member Avatar for hun1905

source base = 2 value = 1001 (9 in base 10) target base = 10 new representation = 9 source base = 16 value = 1FA (4346 in base 10) target base = 8 new representation = 10372E

Member Avatar for griswolf
0
124
Member Avatar for SSSD

So i have a video that i want to convert, so my PS3 can read it. It is an mp4 that i wish to convert for the PS3, so a possible output would be to an avi or divx file. However some of the converters i have tried take up …

Member Avatar for happygeek
0
441
Member Avatar for rscubelek

Hey guys, I've been lurking around these forums for a few weeks now, and this website is by far the most helpful of any site I've visited as far as honing my newfound Python skills, and I figured it's time I jump in and ask some of the more specific …

Member Avatar for rscubelek
0
582
Member Avatar for Marceli

Hi, I am looking to find 3 and 5 digit characters convert into hex byte or word. For example 69 string represents 69 decimal and 45 hex. Then '6' = 36h and '9'= 39h. 43690 = AAAA example. I need done it in Freescale (motorola) assembly for my communication machine …

0
112
Member Avatar for madan.uba@gmail

0 down vote favorite hi, I had a problem with adding reference in my C application. I am unable to add linker reference to "libiconv" in my data compresser project.I have download "libiconv" library but confuse in adding reference which show error in compiling.I'm using Dev C++ for developing my …

Member Avatar for Ancient Dragon
0
607
Member Avatar for SSSD

Hey, i want to convert my hd mkv file so it is compatible on my ps3, and i was wondering if there are any free software that can do this as well as make a custom 'dvd menu' of some sort, to which i can add a background and music. …

0
114
Member Avatar for SSSD

I recently bought a new tv for my upstairs room and replaced my old projector/CRT TV. I still wish to use my old speakers on my new tv, but there are no ports on the back of my new tv that would allow me to connect the speakers. Below are …

Member Avatar for SSSD
0
207
Member Avatar for iamthwee

Here is a free excel to tab file convertor. Feel free to use for whatever purpose you want. There is no need for excel to be installed on the host pc. Assumes the user is on a windows platform. Extract all three files into one folder and run the main …

Member Avatar for iamthwee
0
443
Member Avatar for Bewitched

I got this to run but it will not display the final result. It ask for C or F then the temp degree but will not display the conversion. The process just completes. Any ideas? I am new here.... Thanks My project::-/ [CODE]import javax.swing.JOptionPane; public class Assign8_Cheshire { public static …

Member Avatar for pi_lord12
0
176
Member Avatar for blud

InMethod has come out with a utility that if properly handled, could be the future of personal media. Right now, there are still some things they could do better, but their current iPhone/iPad apps allow you to play any number of media formats on a device that would otherwise be …

0
454

The End.