Posts by Gabriel Azevedo • 179 points
7 posts
-
0
votes1
answer1569
viewsQ: How to pass string as parameter in C++
Whoa, guys, chill out? Next, programming teacher passed a little project and I need to pass a string as parameter in C++. How do I? I’ve seen it on the Internet and none of it worked. I tested it…
c++asked Gabriel Azevedo 179 -
1
votes2
answers158
viewsQ: How to use Kivy with Python 3.4.3 on Mac
How can I use Kivy with Python 3.4.3 on OS X? Only works with Python 2.7
-
5
votes2
answers4646
viewsQ: How to print a txt file in Python
How to print a txt file in Python? I am not referring to print but to print on the printer. Thanks (:
-
3
votes1
answer1296
viewsQ: How to accent in Python
I’m writing a program and it keeps giving ascii error. I’ve put this on the first line and nothing: # -*- coding: utf-8 -*- On request, follows edition explaining what is now. now is variable for…
-
3
votes2
answers1700
viewsA: IDLE closing alone by pressing quote
Only in OS X Must install version 8.5.18 of Tlc/Tk, found on the site: http://www.activestate.com/activetcl/downloads More information indicated in the documentation of the Python website itself,…
-
2
votes2
answers1700
viewsQ: IDLE closing alone by pressing quote
Until today I was using the terminal itself to program in Python, but today I decided to download IDLE. When I try to put the single quote ( ' ) it just closes. Can someone help me?…
-
3
votes2
answers8493
viewsQ: How to add value to variable in jQuery?
I have a variable x that is written on the screen with initial value 0; I want every click on a button (be input or button same) in HTML file, the value of this variable is added 1; When added, I…