Uncategorized
PriveMall Davetiye
Yeni bir ozel alisveris sitesi acildi (PriveMall.com) ve davetiye bulmak zor diyorsaniz.
Polymorphism (Overloading)
Polymorphism { Overloading } means simply, same methods makes different jobs in different objects.Like how ?
Let’s say we are writing java code and we are using JCheckBox ,JTextField and JButton components.When we try to use setText method for all of them the response suppose to be same,but checkbox writes the text near to checkbox icon ,textfield writes to text into itself and button object writes to text on the button.It shows us the polymorphism because same method worked different for different object.This property called polymorphism or overloading.
› Continue reading
Nautilus ve Ssh Bağlantısı
Gnome kullanıyorsanız,nautilus file browserı öntanımlı olarak geliyor.Nautilus’un gayet başarılı bir özelliğinden bahsetmek istiyorum.Eğer uzaktaki bilgisayarlara bağlanıyorsanız bu özelliği bilmeniz çok işinize yarayacaktır.Çünkü uzaktaki bilgisayarla dosya işlemleri yaparken kullanacağınız komutları bu işlemi bilerek kolayca kendi bilgisayarınızdaki dosyalar gibi değiştirebilir,yeni dosyalar yaratabilir ve ya bulunan dosyaları silebilirsiniz ya da kolayca kendi bilgisayarınıza kopyalayabilir isterseniz tut sürükle bırak ile karşı bilgisayara dosyalarınızı atabilirsiniz.Nasıl mı yapacağız ?File browserımızı(nautilus) açıyoruz.Daha sonra Back(geri) tuşunun tam altındaki defter simgesine tıklayıp adres yazma kısmını aktif hale getiriyoruz.Daha sonra oraya
Highlighting Nano
If you accessing to remote host and changing some configuration file or anything from console you have to be careful because any mistake can cause a big fault.So that i think when changing configuration file from console two color is not enough.That’s why lets make a colorful nano. First create a “.nanorc” file with
then write into it
-
span class=”st0″>"/usr/share/nano/tex.nanorc""/usr/share/nano/perl.nanorc""/usr/share/nano/python.nanorc""/usr/share/nano/html.nanorc""/usr/share/nano/ruby.nanorc""/usr/share/nano/nanorc.nanorc""/usr/share/nano/java.nanorc""/usr/share/nano/patch.nanorc""/usr/share/nano/man.nanorc""/usr/share/nano/c.nanorc""/usr/share/nano/sh.nanorc"
Gcc 4.3 and Header issues
I’m using gcc 4.3.3 version and nowadays i’m trying to write hybrid file transfer system with c++ on Linux.The problem is i used to use some function in c or c++ like strcmp() with including string library but now when i try to compile I’m getting some error like
error: ‘strcmp’ was not declared in this scope
Simple example code
In gcc 4.1 version i can compile this code without any error or warning
-
#include <string>
-
#include <iostream>
-
"gccHeaderIssue","gccHeaderIssue""kelimeler ayni"
Tags
Recent Posts
- PriveMall Davetiye
- Polymorphism (Overloading)
- Nautilus ve Ssh Bağlantısı
- Highlighting Nano
- Difference between C++ Class and C struct
- Gcc 4.3 and Header issues
- Re-Enable restarting X server with Ctrl+Alt+Backspace in Jaunty
- I Installed BETTER
- Ruby’de Sayiyi Yaziya Ceviren Program
- Ubuntu Volume Wheel Problem [ Fix ]
- Google Android
- Encoding mysql dump file while importing from console
- Ubuntu altinda mp3 kesmek {Cutting mp3 files over ubuntu}
- Flv’den mp3 elde eden bash programi {Converting flv to mp3}
- Video Sitelerinden İçerik İndirmek ve Videolardan Ses Almak